From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Mon, 17 Dec 2018 09:01:21 +0100 Subject: [U-Boot] [PATCH v2 07/11] spring: Update flashmap details In-Reply-To: <20181217023638.39803-8-sjg@chromium.org> References: <20181217023638.39803-1-sjg@chromium.org> <20181217023638.39803-8-sjg@chromium.org> Message-ID: <20181217090121.34793cbb@jawa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 16 Dec 2018 19:36:34 -0700 Simon Glass wrote: > Update the flashmap so that this board can be started over USB A-A. It > is slightly different from snow. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/dts/exynos5250-spring.dts | 41 > ++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 > deletions(-) > > diff --git a/arch/arm/dts/exynos5250-spring.dts > b/arch/arm/dts/exynos5250-spring.dts index 942f5027753..c7553208ade > 100644 --- a/arch/arm/dts/exynos5250-spring.dts > +++ b/arch/arm/dts/exynos5250-spring.dts > @@ -40,9 +40,46 @@ > reg = <0x40000000 0x80000000>; > }; > > + iram { > + reg = <0x02020000 0x60000>; > + }; > + > + config { > + samsung,bl1-offset = <0x1400>; > + samsung,bl2-offset = <0x3400>; > + u-boot-memory = "/memory"; > + u-boot-offset = <0x3e00000 0x100000>; > + }; > + > flash at 0 { > - spl { /* spl size override */ > - size = <0x8000>; > + reg = <0 0x100000>; > + #address-cells = <1>; > + #size-cells = <1>; > + pre-boot { > + label = "bl1 pre-boot"; > + reg = <0 0x2000>; > + read-only; > + filename = "e5250.nbl1.bin"; > + type = "blob exynos-bl1"; > + required; > + }; > + > + spl { > + label = "bl2 spl"; > + reg = <0x2000 0x8000>; > + read-only; > + filename = "bl2.bin"; > + type = "blob exynos-bl2 boot,dtb"; > + payload = "/flash/ro-boot"; > + required; > + }; > + > + ro-boot { > + label = "u-boot"; > + reg = <0xa000 0xb0000>; > + read-only; > + type = "blob boot,dtb"; > + required; > }; > }; > Reviewed-by: Lukasz Majewski Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: