From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gw95j-00011m-9Y for barebox@lists.infradead.org; Tue, 19 Feb 2019 17:22:08 +0000 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gw95h-0002U9-RR for barebox@lists.infradead.org; Tue, 19 Feb 2019 18:21:57 +0100 Received: from afa by dude.hi.pengutronix.de with local (Exim 4.92-RC5) (envelope-from ) id 1gw95c-00064J-6P for barebox@lists.infradead.org; Tue, 19 Feb 2019 18:21:52 +0100 From: Ahmad Fatoum Date: Tue, 19 Feb 2019 18:21:47 +0100 Message-Id: <20190219172150.11901-14-a.fatoum@pengutronix.de> In-Reply-To: <20190219172150.11901-1-a.fatoum@pengutronix.de> References: <20190219172150.11901-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 13/16] ARM: dts: microchip-ksz9477-evb: add dummy first stage device tree To: barebox@lists.infradead.org The existing device tree is too big for the 64K byte constrained first stage. Because of the size limitation it might be better to only use the device tree for the second stage. This increases user-friendliness by leaving space for PBL_CONSOLE. For now provide a slightly smaller smaller *-boot-bin.dts device tree for first stage, which can be further stripped in future commits. Signed-off-by: Ahmad Fatoum --- LICENSES/other/X11 | 28 +++++++++++++++++++ arch/arm/dts/Makefile | 4 ++- .../at91-microchip-ksz9477-evb-boot-bin.dts | 13 +++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 LICENSES/other/X11 create mode 100644 arch/arm/dts/at91-microchip-ksz9477-evb-boot-bin.dts diff --git a/LICENSES/other/X11 b/LICENSES/other/X11 new file mode 100644 index 000000000000..fcbafbf7dc75 --- /dev/null +++ b/LICENSES/other/X11 @@ -0,0 +1,28 @@ +Valid-License-Identifier: X11 +SPDX-URL: https://spdx.org/licenses/X11.html +Usage-Guide: + To use the X11 put the following SPDX tag/value pair into a comment + according to the placement guidelines in the licensing rules + documentation: + SPDX-License-Identifier: X11 +License-Text: + + +X11 License + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 3cdee1ffb797..58399eaa8f99 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -123,7 +123,9 @@ pbl-dtb-$(CONFIG_MACH_ZII_VF610_DEV) += \ vf610-zii-ssmb-spu3.dtb.o \ vf610-zii-scu4-aib-rev-c.dtb.o pbl-dtb-$(CONFIG_MACH_AT91SAM9263EK_DT) += at91sam9263ek.dtb.o -pbl-dtb-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += at91-microchip-ksz9477-evb.dtb.o +pbl-dtb-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += \ + at91-microchip-ksz9477-evb.dtb.o \ + at91-microchip-ksz9477-evb-boot-bin.dtb.o pbl-dtb-$(CONFIG_MACH_AT91SAM9X5EK) += at91sam9x5ek.dtb.o pbl-dtb-$(CONFIG_MACH_XILINX_ZCU104) += zynqmp-zcu104-revA.dtb.o diff --git a/arch/arm/dts/at91-microchip-ksz9477-evb-boot-bin.dts b/arch/arm/dts/at91-microchip-ksz9477-evb-boot-bin.dts new file mode 100644 index 000000000000..8823204bcbc7 --- /dev/null +++ b/arch/arm/dts/at91-microchip-ksz9477-evb-boot-bin.dts @@ -0,0 +1,13 @@ +/* + * at91-microchip-ksz9477-evb-boot-bin.dts - First Stage Device Tree for EVB-KSZ9477 + * + * Copyright (C) 2019 Ahmad Fatoum + * + * SPDX-License-Identifier: (GPL-2.0-only OR X11) + */ +#include "at91-microchip-ksz9477-evb.dts" + +/delete-node/ &spi1; +/delete-node/ &macb0; +/delete-node/ &macb1; +/delete-node/ &pinctrl_spi_ksz; -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox