public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] configs: rk3288: Tinker Board SPL file must fit into 32 KiB
@ 2019-04-02 17:19 Heinrich Schuchardt
  2019-04-02 17:19 ` [U-Boot] [PATCH v4 1/4] Makefile: reusable function for BOARD_SIZE_CHECK Heinrich Schuchardt
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Heinrich Schuchardt @ 2019-04-02 17:19 UTC (permalink / raw)
  To: u-boot

The SPL image for the Tinker Board has to fit into 32 KiB. This includes
up to 2 KiB for the file header.

A new configuration variable CONFIG_SPL_SIZE_LIMIT is introduced to define
the board specific limit.

A common Makefile function is used for this test and the test against
CONFIG_BOARD_SIZE_LIMIT.

Move the board size check from arch/arm/mach-imx/Makefile to Makefile.

v4:
	use a common function for all size checks in the Makefiles

Heinrich Schuchardt (4):
  Makefile: reusable function for BOARD_SIZE_CHECK
  imx: move BOARD_SIZE_CHECK to main Makefile
  configs: define CONFIG_SPL_SIZE_LIMIT
  configs: rk3288: Tinker Board SPL file must fit into 32 KiB

 Kconfig                         |  8 ++++++++
 Makefile                        | 33 +++++++++++++++++++++++----------
 arch/arm/mach-imx/Makefile      | 16 ----------------
 configs/tinker-rk3288_defconfig |  1 +
 4 files changed, 32 insertions(+), 26 deletions(-)

--
2.20.1

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

end of thread, other threads:[~2019-06-08  0:38 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-02 17:19 [U-Boot] [PATCH v4 0/4] configs: rk3288: Tinker Board SPL file must fit into 32 KiB Heinrich Schuchardt
2019-04-02 17:19 ` [U-Boot] [PATCH v4 1/4] Makefile: reusable function for BOARD_SIZE_CHECK Heinrich Schuchardt
2019-06-07 22:04   ` Tom Rini
2019-04-02 17:19 ` [U-Boot] [PATCH v4 2/4] imx: move BOARD_SIZE_CHECK to main Makefile Heinrich Schuchardt
2019-04-04 20:53   ` Heinrich Schuchardt
2019-04-05 13:05   ` Fabio Estevam
2019-04-07 21:10     ` Heinrich Schuchardt
2019-06-07 22:04   ` Tom Rini
2019-04-02 17:19 ` [U-Boot] [PATCH v4 3/4] configs: define CONFIG_SPL_SIZE_LIMIT Heinrich Schuchardt
2019-06-07 22:05   ` Tom Rini
2019-06-07 22:13     ` Fabio Estevam
2019-06-08  0:38       ` Tom Rini
2019-04-02 17:19 ` [U-Boot] [PATCH v4 4/4] configs: rk3288: Tinker Board SPL file must fit into 32 KiB Heinrich Schuchardt
2019-06-07 22:05   ` Tom Rini
2019-04-02 17:29 ` [U-Boot] [PATCH v4 0/4] " Tom Rini
2019-04-02 17:33   ` Heinrich Schuchardt
2019-04-02 17:47     ` Tom Rini
2019-04-02 18:17       ` Heinrich Schuchardt
2019-04-02 18:08     ` Simon Goldschmidt
2019-04-03  0:59 ` Kever Yang
2019-04-03  6:19   ` Heinrich Schuchardt
2019-04-03 20:50     ` Benoît Thébaudeau
2019-04-18 20:12 ` Simon Goldschmidt
2019-04-22 14:36   ` Tom Rini
2019-04-22 18:40     ` Simon Goldschmidt
2019-04-22 19:29       ` Tom Rini
2019-04-22 19:50         ` Simon Goldschmidt

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