mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 13:06:04 +01:00
Add basic support for the Nuvoton NPCM750 EVB (Poleg). Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
23 lines
395 B
Plaintext
23 lines
395 B
Plaintext
if ARCH_NPCM7xx
|
|
|
|
config SYS_CPU
|
|
default "armv7"
|
|
|
|
config SYS_SOC
|
|
default "npcm7xx"
|
|
|
|
config TARGET_POLEG
|
|
bool "NPCM POLEG board"
|
|
help
|
|
poleg EVB is Nuvoton evaluation board for NPCM750 SoC,
|
|
supports general functions of Basebase Management
|
|
Controller(BMC).
|
|
|
|
config SYS_MEM_TOP_HIDE
|
|
hex "Reserved TOP memory"
|
|
default 0x03000000
|
|
|
|
source "board/nuvoton/poleg_evb/Kconfig"
|
|
|
|
endif
|