public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE
@ 2013-04-08 19:58 Albert ARIBAUD
  2013-04-08 19:58 ` [U-Boot] [PATCH 1/4] cam_enc_4xx: fix CONFIG_SPL_MAX_SIZE semantics Albert ARIBAUD
  2013-04-09 23:14 ` [U-Boot] [PATCH v2 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE Albert ARIBAUD
  0 siblings, 2 replies; 52+ messages in thread
From: Albert ARIBAUD @ 2013-04-08 19:58 UTC (permalink / raw)
  To: u-boot

CONFIG_SPL_MAX_SIZE and CONFIG_SPL_BSS_MAX_SIZE did not have constant
semantics across all of U-boot. This patch series aims at fixing this by
splitting the maximum size into separate image (code + data + rodata +
linker list) size on the one hand, and BSS size on the other hand.

Albert ARIBAUD (4):
  cam_enc_4xx: fix CONFIG_SPL_MAX_SIZE semantics
  da850evm, da840_am18xxevm: fix CONFIG_SPL_MAX_SIZE semantics
  smdk5250,snow: fix CONFIG_SPL_MAX_SIZE semantics
  ARM: fix CONFIG_SPL_MAX_SIZE semantics

 README                                         |   17 +++++++++++++++--
 arch/arm/cpu/u-boot-spl.lds                    |   10 ++++++++--
 arch/arm/cpu/u-boot.lds                        |    4 ----
 board/ait/cam_enc_4xx/u-boot-spl.lds           |    2 +-
 board/davinci/da8xxevm/u-boot-spl-da850evm.lds |    2 +-
 board/samsung/smdk5250/smdk5250-uboot-spl.lds  |    2 +-
 include/configs/cam_enc_4xx.h                  |    4 +++-
 include/configs/da850evm.h                     |    4 +++-
 include/configs/exynos5250-dt.h                |    3 ++-
 9 files changed, 34 insertions(+), 14 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-04-14 14:29 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 19:58 [U-Boot] [PATCH 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE Albert ARIBAUD
2013-04-08 19:58 ` [U-Boot] [PATCH 1/4] cam_enc_4xx: fix CONFIG_SPL_MAX_SIZE semantics Albert ARIBAUD
2013-04-08 19:58   ` [U-Boot] [PATCH 2/4] da850evm, da840_am18xxevm: " Albert ARIBAUD
2013-04-08 19:58     ` [U-Boot] [PATCH 3/4] smdk5250, snow: " Albert ARIBAUD
2013-04-08 19:58       ` [U-Boot] [PATCH 4/4] ARM: " Albert ARIBAUD
2013-04-08 21:43         ` Benoît Thébaudeau
2013-04-09 14:23           ` Albert ARIBAUD
2013-04-09 14:24             ` Benoît Thébaudeau
2013-04-09 17:43               ` Albert ARIBAUD
2013-04-09 17:39                 ` Benoît Thébaudeau
2013-04-08 20:43   ` [U-Boot] [U-Boot, 1/4] cam_enc_4xx: " Tom Rini
2013-04-09  6:50     ` Heiko Schocher
2013-04-09  9:08       ` Albert ARIBAUD
2013-04-09 12:11         ` Heiko Schocher
2013-04-09 12:42           ` Albert ARIBAUD
2013-04-09 13:17             ` Heiko Schocher
2013-04-09 14:11               ` Albert ARIBAUD
2013-04-09 23:14 ` [U-Boot] [PATCH v2 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE Albert ARIBAUD
2013-04-09 23:14   ` [U-Boot] [PATCH v2 1/4] cam_enc_4xx: fix CONFIG_SPL_MAX_SIZE semantics Albert ARIBAUD
2013-04-09 23:14     ` [U-Boot] [PATCH v2 2/4] da850evm, da850_am18xxevm: " Albert ARIBAUD
2013-04-09 23:14       ` [U-Boot] [PATCH v2 3/4] smdk5250, snow: " Albert ARIBAUD
2013-04-09 23:14         ` [U-Boot] [PATCH v2 4/4] ARM: " Albert ARIBAUD
2013-04-10 22:21           ` Stephen Warren
2013-04-10 22:50             ` Albert ARIBAUD
2013-04-10 23:09               ` Stephen Warren
2013-04-11 14:30                 ` Albert ARIBAUD
2013-04-11 16:51                 ` Albert ARIBAUD
2013-04-10 23:09               ` Albert ARIBAUD
2013-04-10 23:16                 ` Stephen Warren
2013-04-11 14:32                   ` Albert ARIBAUD
2013-04-11 16:08                     ` Tom Rini
2013-04-11 16:14                       ` Stephen Warren
2013-04-10  2:01         ` [U-Boot] [PATCH v2 3/4] smdk5250, snow: " Minkyu Kang
2013-04-10  7:55     ` [U-Boot] [PATCH v2 1/4] cam_enc_4xx: " Heiko Schocher
2013-04-10 23:10   ` [U-Boot] [PATCH v2 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE Albert ARIBAUD
2013-04-11 16:52     ` Albert ARIBAUD
2013-04-12 11:55   ` [U-Boot] [PATCH v3 " Albert ARIBAUD
2013-04-12 12:37     ` Tom Rini
2013-04-12 15:14     ` [U-Boot] [PATCH v4 " Albert ARIBAUD
2013-04-12 15:14       ` [U-Boot] [PATCH v4 1/4] ARM: fix CONFIG_SPL_MAX_SIZE semantics Albert ARIBAUD
2013-04-12 15:14         ` [U-Boot] [PATCH v4 2/4] cam_enc_4xx: convert to CONFIG_SPL_MAX_FOOTPRINT Albert ARIBAUD
2013-04-12 15:14           ` [U-Boot] [PATCH v4 3/4] da850evm, da850_am18xxevm: " Albert ARIBAUD
2013-04-12 15:14             ` [U-Boot] [PATCH v4 4/4] smdk5250, snow: " Albert ARIBAUD
2013-04-12 15:30         ` [U-Boot] [PATCH v4 1/4] ARM: fix CONFIG_SPL_MAX_SIZE semantics Tom Rini
2013-04-12 16:22           ` Albert ARIBAUD
2013-04-14 14:10       ` [U-Boot] [PATCH v4 0/4] Homogeneize semantics of CONFIG_SPL_MAX_SIZE Albert ARIBAUD
2013-04-14 14:15         ` Benoît Thébaudeau
2013-04-14 14:29           ` Albert ARIBAUD
2013-04-12 12:05   ` [U-Boot] [PATCH v3 1/4] cam_enc_4xx: fix CONFIG_SPL_MAX_SIZE semantics Albert ARIBAUD
2013-04-12 12:05     ` [U-Boot] [PATCH v3 2/4] da850evm, da850_am18xxevm: " Albert ARIBAUD
2013-04-12 12:05       ` [U-Boot] [PATCH v3 3/4] smdk5250, snow: " Albert ARIBAUD
2013-04-12 12:05         ` [U-Boot] [PATCH v3 4/4] ARM: " Albert ARIBAUD

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