public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES
@ 2023-02-16  3:36 Tom Rini
  2023-02-16  3:36 ` [PATCH 02/13] arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64 Tom Rini
                   ` (13 more replies)
  0 siblings, 14 replies; 52+ messages in thread
From: Tom Rini @ 2023-02-16  3:36 UTC (permalink / raw)
  To: u-boot

While it is true that for some Samsung platforms, we call
get_board_type() the main usage of this CONFIG switch is to enable
board_types in global data, which is then used by various platforms.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 common/Kconfig | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index e3a5e1be1e95..86d6679d05b5 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -551,12 +551,11 @@ endmenu
 menu "Init options"
 
 config BOARD_TYPES
-	bool "Call get_board_type() to get and display the board type"
+	bool "Enable board_type entry in global data struct"
 	help
-	  If this option is enabled, checkboard() will call get_board_type()
-	  to get a string containing the board type and this will be
-	  displayed immediately after the model is shown on the console
-	  early in boot.
+	  If this option is enabled, a field will be added to the global
+	  data struct to store an unsigned long value for the type of
+	  platform that we have determined we are on, at run-time.
 
 config DISPLAY_CPUINFO
 	bool "Display information about the CPU during start up"
-- 
2.34.1


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

end of thread, other threads:[~2023-03-03 23:42 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-16  3:36 [PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES Tom Rini
2023-02-16  3:36 ` [PATCH 02/13] arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64 Tom Rini
2023-02-16  6:31   ` Stefan Roese
2023-03-03 23:40   ` Tom Rini
2023-02-16  3:36 ` [PATCH 03/13] arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGA Tom Rini
2023-02-16  9:53   ` Michal Simek
2023-02-16 20:17     ` Simon Glass
2023-03-03 23:40   ` Tom Rini
2023-02-16  3:36 ` [PATCH 04/13] arm: rk3368: Select ARCH_EARLY_INIT_R when used Tom Rini
2023-02-16 20:17   ` Simon Glass
2023-02-17 12:42   ` Quentin Schulz
2023-03-03 23:40   ` Tom Rini
2023-02-16  3:36 ` [PATCH 05/13] common: Make ARCH_EARLY_INIT_R be selected only Tom Rini
2023-02-16 20:17   ` Simon Glass
2023-03-03 23:40   ` Tom Rini
2023-02-16  3:36 ` [PATCH 06/13] imx9: Remove ARCH_MISC_INIT Tom Rini
2023-02-16 20:17   ` Simon Glass
2023-02-20  8:50   ` Peng Fan
2023-03-03 23:41   ` Tom Rini
2023-02-16  3:36 ` [PATCH 07/13] mvebe: Drop ARCH_MISC_INIT from alleycat 5 Tom Rini
2023-02-16 20:17   ` Simon Glass
2023-02-16 20:23   ` Chris Packham
2023-03-03 23:41   ` Tom Rini
2023-02-16  3:36 ` [PATCH 08/13] mvebu: Drop empty arch_misc_init Tom Rini
2023-02-16  6:31   ` Stefan Roese
2023-03-03 23:41   ` Tom Rini
2023-02-16  3:36 ` [PATCH 09/13] s5p: Remove " Tom Rini
2023-02-16 20:17   ` Simon Glass
2023-02-24  9:07     ` Minkyu Kang
2023-03-03 23:41   ` Tom Rini
2023-02-16  3:36 ` [PATCH 10/13] verdin-imx8mm: Remove unused SPL_BOARD_INIT Tom Rini
2023-02-16 12:37   ` Marcel Ziswiler
2023-02-17 13:18     ` Marcel Ziswiler
2023-02-17 14:03       ` Tom Rini
2023-02-17 16:14         ` Francesco Dolcini
2023-02-17 17:03           ` Tom Rini
2023-02-16  3:36 ` [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT Tom Rini
2023-02-16 14:04   ` Marek Vasut
2023-02-16 14:13     ` Tom Rini
2023-02-16 14:21       ` Marek Vasut
2023-02-16 14:41         ` Tom Rini
2023-02-17  2:42           ` Marek Vasut
2023-02-16  3:36 ` [PATCH 12/13] global: Add a select for ARCH_MISC_INIT where used Tom Rini
2023-02-17 12:50   ` [PATCHv2 " Tom Rini
2023-02-17 13:33     ` Marek Vasut
2023-02-17 14:00       ` Tom Rini
2023-02-17 14:40         ` Marek Vasut
2023-02-17 14:42           ` Tom Rini
2023-02-16  3:36 ` [PATCH 13/13] common: Make ARCH_MISC_INIT be selected only Tom Rini
2023-02-17 23:49   ` Simon Glass
2023-02-17 23:49 ` [PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES Simon Glass
2023-03-03 23:40 ` Tom Rini

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