Prepare v2024.10
[platform/kernel/u-boot.git] / board / coreboot / coreboot / Kconfig
1 if VENDOR_COREBOOT
2
3 config SYS_BOARD
4         default "coreboot"
5
6 config SYS_VENDOR
7         default "coreboot"
8
9 config SYS_SOC
10         default "coreboot"
11
12 config TEXT_BASE
13         default 0x01110000
14
15 config BOARD_SPECIFIC_OPTIONS # dummy
16         def_bool y
17         select BOARD_EARLY_INIT_R
18
19 config SYS_CAR_ADDR
20         hex "Board specific Cache-As-RAM (CAR) address"
21         default 0x01920000
22         help
23           This option specifies the board specific Cache-As-RAM (CAR) address.
24
25 config SYS_CAR_SIZE
26         hex "Board specific Cache-As-RAM (CAR) size"
27         default 0x4000
28         help
29           This option specifies the board specific Cache-As-RAM (CAR) size.
30
31 endif  # CONFIG_VENDOR_COREBOOT