public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] at91: SPL size check for at91 boards
@ 2018-11-19  8:22 Eugen.Hristev at microchip.com
  2018-11-19  8:22 ` [U-Boot] [PATCH 1/4] configs: picosam9g45_defconfig: Remove SPL Eugen.Hristev at microchip.com
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Eugen.Hristev at microchip.com @ 2018-11-19  8:22 UTC (permalink / raw)
  To: u-boot

This is a review of the patch
[U-Boot,RFC] ARM: at91: lds: add test SPL binary size and bbs size

Commit:
	ARM: at91: lds: add test SPL binary size and bbs size
will check for the SPL size and bss to see if it can fit the known RAM area
where it's supposed to be loaded. If the size exceeds, it will print an error
in build.
However, some platforms already have the SPL broken: it is too big for the RAM
area. These platforms would fail to build if we enable this SPL size check.
So, I made the commits for these defconfigs to disable SPL before adding the
actual check (for bisectability, do not break any builds in between the series
commits).

In short, first three commits will prepare defconfigs for the SPL check and the
last commit will implement the actual size checks.

Eugen Hristev (2):
  configs: corvus_defconfig: Remove SPL
  configs: wb45n_defconfig: Remove SPL

Wenyou Yang (2):
  configs: picosam9g45_defconfig: Remove SPL
  ARM: at91: lds: add test SPL binary size and bbs size

 arch/arm/mach-at91/arm926ejs/u-boot-spl.lds | 10 ++++++++++
 configs/corvus_defconfig                    |  8 --------
 configs/picosam9g45_defconfig               | 10 ----------
 configs/wb45n_defconfig                     |  6 ------
 4 files changed, 10 insertions(+), 24 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-19 15:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-19  8:22 [U-Boot] [PATCH 0/4] at91: SPL size check for at91 boards Eugen.Hristev at microchip.com
2018-11-19  8:22 ` [U-Boot] [PATCH 1/4] configs: picosam9g45_defconfig: Remove SPL Eugen.Hristev at microchip.com
2018-11-19  8:22 ` [U-Boot] [PATCH 2/4] configs: corvus_defconfig: " Eugen.Hristev at microchip.com
2018-11-19  8:23 ` [U-Boot] [PATCH 3/4] configs: wb45n_defconfig: " Eugen.Hristev at microchip.com
2018-11-19 10:29   ` Ben Whitten
2018-11-19 14:27     ` Ben Whitten
2018-11-19  8:23 ` [U-Boot] [PATCH 4/4] ARM: at91: lds: add test SPL binary size and bbs size Eugen.Hristev at microchip.com
2018-11-19 14:31   ` Ben Whitten
2018-11-19 15:13     ` Eugen.Hristev at microchip.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox