Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 1 | CONFIG_ARM=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 2 | CONFIG_ARCH_BCM283X=y |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 3 | CONFIG_TEXT_BASE=0x00080000 |
Tom Rini | e25a03a | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 4 | CONFIG_TARGET_RPI_ARM64=y |
Tom Rini | 9924ca1 | 2023-02-17 09:58:06 -0500 | [diff] [blame] | 5 | CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y |
| 6 | CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x7fffe30 |
Marek Szyprowski | 06202cb | 2020-05-05 12:09:02 +0200 | [diff] [blame] | 7 | CONFIG_ENV_SIZE=0x4000 |
Simon Glass | 0ca7009 | 2021-12-16 20:59:13 -0700 | [diff] [blame] | 8 | CONFIG_DEFAULT_DEVICE_TREE="bcm2711-rpi-4-b" |
Tom Rini | a77d6f8 | 2023-05-01 11:50:26 -0400 | [diff] [blame] | 9 | CONFIG_OF_LIBFDT_OVERLAY=y |
Tom Rini | 9924ca1 | 2023-02-17 09:58:06 -0500 | [diff] [blame] | 10 | CONFIG_DM_RESET=y |
Tom Rini | 0997ee0 | 2021-08-23 10:25:31 -0400 | [diff] [blame] | 11 | CONFIG_SYS_LOAD_ADDR=0x1000000 |
Tom Rini | a77d6f8 | 2023-05-01 11:50:26 -0400 | [diff] [blame] | 12 | CONFIG_PCI=y |
Tom Rini | c435985 | 2023-10-02 10:35:27 -0400 | [diff] [blame] | 13 | CONFIG_BOOTSTD_DEFAULTS=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 14 | CONFIG_OF_BOARD_SETUP=y |
Tom Rini | 8d3a588 | 2023-10-02 13:58:20 -0400 | [diff] [blame] | 15 | CONFIG_FDT_SIMPLEFB=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 16 | CONFIG_USE_PREBOOT=y |
Marek Szyprowski | d9bf583 | 2020-05-25 13:39:59 +0200 | [diff] [blame] | 17 | CONFIG_PREBOOT="pci enum; usb start;" |
Tom Rini | 914a8c0 | 2024-01-03 09:26:16 -0500 | [diff] [blame] | 18 | CONFIG_SYS_PBSIZE=1049 |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 19 | # CONFIG_DISPLAY_CPUINFO is not set |
| 20 | # CONFIG_DISPLAY_BOARDINFO is not set |
Tom Rini | f92b6fa | 2020-10-09 12:22:06 -0400 | [diff] [blame] | 21 | CONFIG_MISC_INIT_R=y |
Tom Rini | c435985 | 2023-10-02 10:35:27 -0400 | [diff] [blame] | 22 | CONFIG_SYS_PROMPT="U-Boot> " |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 23 | CONFIG_CMD_GPIO=y |
| 24 | CONFIG_CMD_MMC=y |
Marek Szyprowski | d9bf583 | 2020-05-25 13:39:59 +0200 | [diff] [blame] | 25 | CONFIG_CMD_PCI=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 26 | CONFIG_CMD_USB=y |
| 27 | CONFIG_CMD_FS_UUID=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 28 | CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" |
| 29 | CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y |
Tero Kristo | 0624c81 | 2021-05-12 11:03:04 +0300 | [diff] [blame] | 30 | CONFIG_TFTP_TSIZE=y |
Nicolas Saenz Julienne | 3f24df6 | 2021-01-12 13:55:30 +0100 | [diff] [blame] | 31 | CONFIG_DM_DMA=y |
Tom Rini | bb4934f | 2022-03-21 21:33:30 -0400 | [diff] [blame] | 32 | CONFIG_BCM2835_GPIO=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 33 | CONFIG_MMC_SDHCI=y |
Matthias Brugger | 2e55550 | 2020-05-12 12:02:07 +0200 | [diff] [blame] | 34 | CONFIG_MMC_SDHCI_SDMA=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 35 | CONFIG_MMC_SDHCI_BCM2835=y |
Ivan T. Ivanov | b33c337 | 2024-01-23 10:07:58 +0200 | [diff] [blame^] | 36 | CONFIG_MMC_SDHCI_BCMSTB=y |
Tom Rini | 6bd3b14 | 2020-02-06 13:42:52 -0500 | [diff] [blame] | 37 | CONFIG_BCMGENET=y |
Marek Szyprowski | d9bf583 | 2020-05-25 13:39:59 +0200 | [diff] [blame] | 38 | CONFIG_PCI_BRCMSTB=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 39 | CONFIG_PINCTRL=y |
| 40 | # CONFIG_PINCTRL_GENERIC is not set |
Matthias Brugger | 9fc32c2 | 2020-12-15 10:49:24 +0100 | [diff] [blame] | 41 | CONFIG_DM_RNG=y |
| 42 | CONFIG_RNG_IPROC200=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 43 | # CONFIG_REQUIRE_SERIAL_CONSOLE is not set |
Matthias Brugger | b0fc2ff | 2021-04-12 15:38:52 +0200 | [diff] [blame] | 44 | CONFIG_SYSINFO=y |
| 45 | CONFIG_SYSINFO_SMBIOS=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 46 | CONFIG_USB=y |
Marek Szyprowski | d9bf583 | 2020-05-25 13:39:59 +0200 | [diff] [blame] | 47 | CONFIG_USB_XHCI_HCD=y |
| 48 | CONFIG_USB_XHCI_PCI=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 49 | CONFIG_USB_DWC2=y |
| 50 | CONFIG_USB_KEYBOARD=y |
| 51 | CONFIG_USB_HOST_ETHER=y |
| 52 | CONFIG_USB_ETHER_LAN78XX=y |
| 53 | CONFIG_USB_ETHER_SMSC95XX=y |
Simon Glass | 52cb504 | 2022-10-18 07:46:31 -0600 | [diff] [blame] | 54 | CONFIG_VIDEO=y |
Anatolij Gustschin | dba3670 | 2020-02-04 22:43:06 +0100 | [diff] [blame] | 55 | # CONFIG_VIDEO_BPP8 is not set |
| 56 | # CONFIG_VIDEO_BPP16 is not set |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 57 | CONFIG_SYS_WHITE_ON_BLACK=y |
Simon Glass | 7b3fabb | 2022-01-23 07:04:14 -0700 | [diff] [blame] | 58 | CONFIG_VIDEO_BCM2835=y |
Matthias Brugger | 81bad09 | 2019-11-06 15:41:03 +0100 | [diff] [blame] | 59 | CONFIG_CONSOLE_SCROLL_LINES=10 |
| 60 | CONFIG_PHYS_TO_BUS=y |