u-boot/configs
Jonas Karlman b0cadb35da rockchip: Use common bss and stack addresses on RK3588
Currently the following memory layout is typically used on RK3588:
[    0, 256K) - SPL binary
[ 256K,   2M) - TF-A / reserved
[   -X,   4M) - SPL pre-reloc stack (SPL_STACK)
[ 3.5M,   4M)   - pre-reloc malloc heap (SPL_SYS_MALLOC_F_LEN)
[   -X,   6M) - SPL reloc stack (SPL_STACK_R_ADDR)
[   5M,   6M)   - reloc malloc heap (SPL_STACK_R_MALLOC_SIMPLE_LEN)
[  10M,   +X) - U-Boot proper binary (TEXT_BASE)
[   -X,  12M) - U-Boot proper pre-reloc stack (CUSTOM_SYS_INIT_SP_ADDR)
[11.5M,  12M)   - pre-reloc malloc heap (SYS_MALLOC_F_LEN)
[  64M, +16K) - SPL bss (SPL_BSS_START_ADDR, SPL_BSS_MAX_SIZE)

SPL can safely load U-Boot proper + FDT to [10M, 11.5M) with this layout.

However, on ROCK 5A the SPL stacks is overlapping:
[   -X,  16M) - SPL pre-reloc stack (SPL_STACK)
[15.5M,  16M)   - pre-reloc malloc heap (SPL_SYS_MALLOC_F_LEN)
[   -X,  16M) - SPL reloc stack (SPL_STACK_R_ADDR)
[  15M,  16M)   - reloc malloc heap (SPL_STACK_R_MALLOC_SIMPLE_LEN)

Because bind and probe udevice instanses is allocated on the pre-reloc
malloc heap, there is going to be an overlap when reloc malloc heap
reaches close to 512 KiB of usage.

Migrate to use common bss, stack and malloc heap size and addresses to
mitigate these limitations and allow for a larger U-Boot proper size.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
(Update for new boards defconfig)
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2024-03-14 15:30:16 +08:00
..
3c120_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
10m50_defconfig
a3y17lte_defconfig
a5y17lte_defconfig
a7y17lte_defconfig
A10-OLinuXino-Lime_defconfig
A10s-OLinuXino-M_defconfig
A13-OLinuXino_defconfig
A13-OLinuXinoM_defconfig
A20-Olimex-SOM-EVB_defconfig
A20-Olimex-SOM204-EVB_defconfig
A20-Olimex-SOM204-EVB-eMMC_defconfig
A20-OLinuXino_MICRO_defconfig configs: Resync with savedefconfig 2024-03-11 09:10:24 -04:00
A20-OLinuXino_MICRO-eMMC_defconfig configs: Resync with savedefconfig 2024-03-11 09:10:24 -04:00
A20-OLinuXino-Lime_defconfig
A20-OLinuXino-Lime2_defconfig
A20-OLinuXino-Lime2-eMMC_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
A33-OLinuXino_defconfig
a64-olinuxino_defconfig
a64-olinuxino-emmc_defconfig
ad401_defconfig
ae350_rv32_defconfig configs: andes: add watchdog support fot andes ae350 2024-02-01 09:08:44 +01:00
ae350_rv32_falcon_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv32_falcon_xip_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv32_spl_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv32_spl_xip_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv32_xip_defconfig configs: andes: add watchdog support fot andes ae350 2024-02-01 09:08:44 +01:00
ae350_rv64_defconfig configs: andes: add watchdog support fot andes ae350 2024-02-01 09:08:44 +01:00
ae350_rv64_falcon_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv64_falcon_xip_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv64_spl_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv64_spl_xip_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ae350_rv64_xip_defconfig configs: andes: add watchdog support fot andes ae350 2024-02-01 09:08:44 +01:00
Ainol_AW1_defconfig
alt_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
am43xx_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am43xx_evm_qspiboot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am43xx_evm_rtconly_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am43xx_evm_usbhost_boot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am43xx_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am43xx_hs_evm_qspi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am57xx_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am57xx_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am57xx_hs_evm_usb_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am62ax_evm_a53_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
am62ax_evm_r5_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
am62x_beagleplay_a53_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
am62x_beagleplay_r5_defconfig configs: am62x_beagleplay_r5_defconfig: Enable SPL_BOARD_INIT 2024-03-04 11:49:23 -05:00
am62x_evm_a53_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
am62x_evm_r5_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
am64x_evm_a53_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
am64x_evm_r5_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
am65x_evm_a53_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am65x_evm_r5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am65x_evm_r5_usbdfu_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am65x_evm_r5_usbmsc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am69_sk_a72_defconfig configs: am69_sk: Add defconfig for AM69 SK board 2024-03-04 13:41:04 -05:00
am69_sk_r5_defconfig configs: am69_sk: Add defconfig for AM69 SK board 2024-03-04 13:41:04 -05:00
am335x_baltos_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_boneblack_vboot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_evm_spiboot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_guardian_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_hs_evm_uart_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_igep003x_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_pdu001_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_shc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_shc_ict_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_shc_netboot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_shc_sdboot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am335x_sl50_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
am3517_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
amarula_a64_relic_defconfig
amcore_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
Ampe_A76_defconfig
anbernic-rgxx3-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
ap121_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ap143_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ap152_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
apalis_imx6_defconfig configs: Resync with savedefconfig 2024-03-11 09:10:24 -04:00
apalis_t30_defconfig toradex: common: Use random mac address if toradex config block is missing 2024-03-01 09:10:44 -05:00
apalis-imx8_defconfig Merge patch series "toradex: fix reset and hardware detection regressions" 2024-03-01 09:14:36 -05:00
apalis-tk1_defconfig toradex: common: Use random mac address if toradex config block is missing 2024-03-01 09:10:44 -05:00
apple_m1_defconfig
arbel_evb_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
aristainetos2c_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
aristainetos2ccslb_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
arndale_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
astro_mcf5373l_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
at91sam9g10ek_dataflash_cs3_defconfig
at91sam9g10ek_dataflash_cs0_defconfig
at91sam9g10ek_nandflash_defconfig
at91sam9g20ek_2mmc_defconfig
at91sam9g20ek_2mmc_nandflash_defconfig
at91sam9g20ek_dataflash_cs1_defconfig
at91sam9g20ek_dataflash_cs0_defconfig
at91sam9g20ek_nandflash_defconfig
at91sam9m10g45ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9m10g45ek_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9n12ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9n12ek_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9n12ek_spiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9rlek_dataflash_defconfig
at91sam9rlek_mmc_defconfig
at91sam9rlek_nandflash_defconfig
at91sam9x5ek_dataflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9x5ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9x5ek_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9x5ek_spiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
at91sam9xeek_dataflash_cs1_defconfig
at91sam9xeek_dataflash_cs0_defconfig
at91sam9xeek_nandflash_defconfig
at91sam9260ek_dataflash_cs1_defconfig
at91sam9260ek_dataflash_cs0_defconfig
at91sam9260ek_nandflash_defconfig
at91sam9261ek_dataflash_cs3_defconfig
at91sam9261ek_dataflash_cs0_defconfig
at91sam9261ek_nandflash_defconfig
at91sam9263ek_dataflash_cs0_defconfig
at91sam9263ek_dataflash_defconfig
at91sam9263ek_nandflash_defconfig
at91sam9263ek_norflash_boot_defconfig
at91sam9263ek_norflash_defconfig
Auxtek-T003_defconfig
Auxtek-T004_defconfig
axm_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
axs101_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
axs103_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ba10_tv_box_defconfig
Bananapi_defconfig
bananapi_m1_plus_defconfig
bananapi_m2_berry_defconfig
bananapi_m2_plus_h3_defconfig
bananapi_m2_plus_h5_defconfig
Bananapi_M2_Ultra_defconfig
bananapi_m2_zero_defconfig
Bananapi_m2m_defconfig
bananapi_m64_defconfig
bananapi-cm4-cm4io_defconfig
bananapi-m2-pro_defconfig
bananapi-m2s_defconfig
bananapi-m5_defconfig
Bananapro_defconfig
bayleybay_defconfig
bcm_ns3_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm7260_defconfig
bcm7445_defconfig
bcm94908_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm94912_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96756_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96813_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96846_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96855_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96856_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96858_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm96878_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm947622_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm963138_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm963146_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm963148_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm963158_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm963178_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcm968380gerg_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bcmns_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
beaver_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
beelink_gs1_defconfig
beelink_x2_defconfig
beelink-gsking-x_defconfig
beelink-gt1-ultimate_defconfig
beelink-gtking_defconfig
beelink-gtkingpro_defconfig
bitmain_antminer_s9_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bk4r1_defconfig
blanche_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
boston32r2_defconfig
boston32r2el_defconfig
boston32r6_defconfig
boston32r6el_defconfig
boston64r2_defconfig
boston64r2el_defconfig
boston64r6_defconfig
boston64r6el_defconfig
bpi-r2-pro-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
brppt1_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
brppt2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
brsmarc1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
brxre1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
bubblegum_96_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cardhu_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cei-tk1-som_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cgtqmx8_defconfig
cherryhill_defconfig
chiliboard_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
CHIP_defconfig
CHIP_pro_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
chromebit_mickey_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
chromebook_bob_defconfig rockchip: rk3399: regenerate defconfigs 2024-03-14 11:48:40 +08:00
chromebook_coral_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
chromebook_jerry_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
chromebook_kevin_defconfig rockchip: rk3399: regenerate defconfigs 2024-03-14 11:48:40 +08:00
chromebook_link_defconfig
chromebook_link64_defconfig
chromebook_minnie_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
chromebook_samus_defconfig
chromebook_samus_tpl_defconfig
chromebook_speedy_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
chromebox_panther_defconfig
Chuwi_V7_CW0825_defconfig
ci20_mmc_defconfig
cl-som-imx7_defconfig
clearfog_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
clearfog_gt_8k_defconfig
clearfog_sata_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
clearfog_spi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cm_fx6_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cm_t43_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
CMPC885_defconfig
CMPCPRO_defconfig
cobra5272_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
colibri_imx6_defconfig configs: Resync with savedefconfig 2024-03-11 09:10:24 -04:00
colibri_imx7_defconfig toradex: common: Use random mac address if toradex config block is missing 2024-03-01 09:10:44 -05:00
colibri_imx7_emmc_defconfig toradex: common: Use random mac address if toradex config block is missing 2024-03-01 09:10:44 -05:00
colibri_t20_defconfig Merge patch series "toradex: fix reset and hardware detection regressions" 2024-03-01 09:14:36 -05:00
colibri_t30_defconfig toradex: common: Use random mac address if toradex config block is missing 2024-03-01 09:10:44 -05:00
colibri_vf_defconfig Merge patch series "toradex: fix reset and hardware detection regressions" 2024-03-01 09:14:36 -05:00
colibri-imx6ull_defconfig configs: Resync with savedefconfig 2024-03-11 09:10:24 -04:00
colibri-imx6ull-emmc_defconfig configs: Resync with savedefconfig 2024-03-11 09:10:24 -04:00
colibri-imx8x_defconfig Merge patch series "toradex: fix reset and hardware detection regressions" 2024-03-01 09:14:36 -05:00
Colombus_defconfig
colorfly_e708_q1_defconfig
comtrend_ar5315u_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
comtrend_ar5387un_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
comtrend_ct5361_ram_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
comtrend_vr3032u_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
comtrend_wap5813n_ram_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
conga-qeval20-qa3-e3845_defconfig
conga-qeval20-qa3-e3845-internal-uart_defconfig
controlcenterdc_defconfig
coolpi-4b-rk3588s_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
coolpi-cm5-evb-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
coreboot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
coreboot64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
corstone1000_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cortina_presidio-asic-base_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cortina_presidio-asic-emmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
cortina_presidio-asic-pnand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
corvus_defconfig
cougarcanyon2_defconfig
crownbay_defconfig
crs305-1g-4s_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
crs305-1g-4s-bit_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
crs326-24g-2s_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
crs326-24g-2s-bit_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
crs328-4c-20s-4s_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
crs328-4c-20s-4s-bit_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
CSQ_CS908_defconfig
Cubieboard_defconfig
Cubieboard2_defconfig
Cubieboard4_defconfig
cubieboard7_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
Cubietruck_defconfig
Cubietruck_plus_defconfig
d2net_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
da850evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
da850evm_direct_nor_defconfig
da850evm_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dalmore_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
db-88f6720_defconfig
db-88f6820-amc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
db-88f6820-amc_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
db-88f6820-gp_defconfig
db-mv784mp-gp_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
db-xc3-24g4xg_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
deneb_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
devkit3250_defconfig
devkit8000_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dfi-bt700-q7x-151_defconfig
dh_imx6_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
difrnce_dit4350_defconfig
display5_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
display5_factory_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
dns325_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dockstar_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dra7xx_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dra7xx_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dra7xx_hs_evm_usb_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
draco-etamin_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
draco-rastaban_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
draco-thuban_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dragonboard410c_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
dragonboard820c_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
dreamplug_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ds109_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ds116_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ds414_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
dserve_dsrv9703c_defconfig
durian_defconfig
e850-96_defconfig board: samsung: Add support for E850-96 board 2024-01-24 11:23:20 +09:00
ea-lpc3250devkitv2_defconfig
eaidk-610-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
eb_cpu5282_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
eb_cpu5282_internal_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
edison_defconfig
eDPU_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
efi-x86_app32_defconfig
efi-x86_app64_defconfig
efi-x86_payload32_defconfig
efi-x86_payload64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
elgin-rv1108_defconfig
emlid_neutis_n5_devboard_defconfig
Empire_electronix_d709_defconfig
Empire_electronix_m712_defconfig
emsdp_defconfig
endeavoru_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
espresso7420_defconfig
ethernut5_defconfig configs: ethernut5: Drop reiserfs 2024-03-04 10:25:47 -05:00
ev-imx280-nano-x-mb_defconfig
evb-ast2500_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
evb-ast2600_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
evb-px5_defconfig
evb-px30_defconfig
evb-rk3036_defconfig configs: rockchip: rk3036: Fix CONFIG_SPL_STACK define 2024-02-04 18:01:03 +08:00
evb-rk3128_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
evb-rk3229_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
evb-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
evb-rk3308_defconfig rockchip: Use common bss and stack addresses on RK3308 2024-03-14 15:27:28 +08:00
evb-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
evb-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
evb-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
evb-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
evb-rv1108_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
ficus-rk3399_defconfig
firefly-px30_defconfig
firefly-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
firefly-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
ga10h_v1_1_defconfig
galileo_defconfig
gardena-smart-gateway-at91sam_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
gardena-smart-gateway-mt7688_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
gazerbeam_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
ge_b1x5v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
ge_bx50v3_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
geekbox_defconfig
generic-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
generic-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
giedi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
goflexhome_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
gose_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
grouper_common_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
grpeach_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
gt90h_v4_defconfig
gurnard_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
guruplug_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
gwventana_emmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
gwventana_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
gxp_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
h8_homlet_v2_defconfig
harmony_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
hc2910_2aghd05_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
helios4_defconfig arm: mvebu: helios4_defconfig: enable setexpr command 2024-03-05 08:27:59 +01:00
highbank_defconfig
hihope_rzg2_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
hikey_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
hikey960_defconfig
hsdk_4xd_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
hsdk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
huawei_hg556a_ram_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
Hummingbird_A31_defconfig
Hyundai_A7HD_defconfig
i12-tvbox_defconfig
ib62x0_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
icnova-a20-adb4006_defconfig
icnova-a20-swac_defconfig
iconnect_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
igep00x0_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imgtec_xilfpga_defconfig
imx6dl_icore_nand_defconfig
imx6dl_mamoj_defconfig
imx6dl_sielaff_defconfig board: Add support for Sielaff i.MX6 Solo board 2024-02-19 08:19:39 -03:00
imx6q_bosch_acc_defconfig
imx6q_icore_nand_defconfig
imx6q_logic_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx6qdl_icore_mipi_defconfig
imx6qdl_icore_mmc_defconfig
imx6qdl_icore_nand_defconfig
imx6qdl_icore_rqs_defconfig
imx6ul_geam_mmc_defconfig
imx6ul_geam_nand_defconfig
imx6ul_isiot_emmc_defconfig
imx6ul_isiot_nand_defconfig
imx6ulz_smm_m2_defconfig
imx7_cm_defconfig
imx8mm_beacon_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm_beacon_fspi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm_data_modul_edm_sbc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm_evk_fspi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm_phg_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm_venice_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm-cl-iot-gate_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm-cl-iot-gate-optee_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm-icore-mx8mm-ctouch2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm-icore-mx8mm-edimm2.2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm-mx8menlo_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mm-phygate-tauri-l_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_beacon_2g_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_beacon_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_beacon_fspi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_bsh_smm_s2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_bsh_smm_s2pro_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_ddr4_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_var_som_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mn_venice_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_beacon_defconfig configs: imx8mp_beacon: Fall back to using TF-A 2024-03-11 08:43:08 -03:00
imx8mp_data_modul_edm_sbc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_debix_model_a_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_dhcom_pdk2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_dhcom_pdk3_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_rsb3720a1_4G_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_rsb3720a1_6G_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp_venice_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mp-icore-mx8mp-edimm2.2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mq_cm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mq_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mq_phanbell_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8mq_reform2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8qm_dmsse20a1_defconfig
imx8qm_mek_defconfig
imx8qm_rom7720_a1_4G_defconfig
imx8qxp_mek_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx8ulp_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx28_xea_defconfig
imx28_xea_sb_defconfig
imx93_11x11_evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx93_11x11_evk_ld_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx93_var_som_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imx93-phyboard-segin_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
imxrt1020-evk_defconfig
imxrt1050-evk_defconfig imx: imxrt1050-evk: Add support for SPI flash booting 2024-02-24 16:21:02 -03:00
imxrt1050-evk_fspi_defconfig imx: imxrt1050-evk: Add support for SPI flash booting 2024-02-24 16:21:02 -03:00
imxrt1170-evk_defconfig
iNet_3F_defconfig
iNet_3W_defconfig
iNet_86VS_defconfig
iNet_D978_rev2_defconfig
inet_q972_defconfig
inet1_defconfig
inet9f_rev03_defconfig
inet86dz_defconfig
inet97fv2_defconfig
inet98v_rev2_defconfig
inetspace_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorap_cm720t_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorap_cm920t_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorap_cm926ejs_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorap_cm946es_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorcp_cm920t_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorcp_cm926ejs_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorcp_cm946es_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
integratorcp_cm1136_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
inteno_xg6846_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
iot_devkit_defconfig
iot2050_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
Itead_Ibox_A20_defconfig
j721e_beagleboneai64_a72_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
j721e_beagleboneai64_r5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
j721e_evm_a72_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
j721e_evm_r5_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
j721s2_evm_a72_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
j721s2_evm_r5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
j784s4_evm_a72_defconfig configs: j784s4_evm: Add defconfig for J784S4 EVM board 2024-03-04 13:41:04 -05:00
j784s4_evm_r5_defconfig configs: j784s4_evm: Add defconfig for J784S4 EVM board 2024-03-04 13:41:04 -05:00
j7200_evm_a72_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
j7200_evm_r5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
jaguar-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
jesurun_q5_defconfig
jethub_j80_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
jethub_j100_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
jetson-tk1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2e_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2e_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2g_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2g_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2hk_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2hk_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2l_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
k2l_hs_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
khadas-edge-captain-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
khadas-edge-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
khadas-edge-v-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
khadas-vim_defconfig
khadas-vim2_defconfig
khadas-vim3_android_ab_defconfig configs: khadas-vim3*_android: fix AVB oom error 2024-02-23 18:22:50 +01:00
khadas-vim3_android_defconfig configs: khadas-vim3*_android: fix AVB oom error 2024-02-23 18:22:50 +01:00
khadas-vim3_defconfig
khadas-vim3l_android_ab_defconfig configs: khadas-vim3*_android: fix AVB oom error 2024-02-23 18:22:50 +01:00
khadas-vim3l_android_defconfig configs: khadas-vim3*_android: fix AVB oom error 2024-02-23 18:22:50 +01:00
khadas-vim3l_defconfig
kmcent2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
kmcoge5ne_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
kmeter1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
kmopti2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
kmsupx5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
kmtepr2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
koelsch_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
kontron_pitx_imx8m_defconfig
kontron_sl28_defconfig
kontron-sl-mx6ul_defconfig
kontron-sl-mx8mm_defconfig
kp_imx6q_tpc_defconfig
kp_imx53_defconfig
kstr_sama5d27_defconfig
kylin-rk3036_defconfig configs: rockchip: rk3036: Fix CONFIG_SPL_STACK define 2024-02-04 18:01:03 +08:00
lager_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
Lamobo_R1_defconfig
lctech_pi_f1c200s_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
leez-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
legoev3_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
librem5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
libretech_all_h3_cc_h2_plus_defconfig
libretech_all_h3_cc_h3_defconfig
libretech_all_h3_cc_h5_defconfig
libretech_all_h3_it_h5_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
libretech_all_h5_cc_h5_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
libretech-ac_defconfig
libretech-cc_defconfig
libretech-cc_v2_defconfig
libretech-s905d-pc_defconfig
libretech-s912-pc_defconfig
licheepi_nano_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
LicheePi_Zero_defconfig
linkit-smart-7688_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
Linksprite_pcDuino_defconfig
Linksprite_pcDuino3_defconfig
Linksprite_pcDuino3_Nano_defconfig
lion-rk3368_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
liteboard_defconfig
ls1012a2g5rdb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012afrdm_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012afrwy_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012afrwy_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012aqds_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1012ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1021aiot_qspi_defconfig
ls1021aiot_sdcard_defconfig
ls1021aqds_ddr4_nor_defconfig
ls1021aqds_ddr4_nor_lpuart_defconfig
ls1021aqds_nand_defconfig
ls1021aqds_nor_defconfig
ls1021aqds_nor_lpuart_defconfig
ls1021aqds_nor_SECURE_BOOT_defconfig
ls1021aqds_qspi_defconfig
ls1021aqds_sdcard_ifc_defconfig
ls1021aqds_sdcard_qspi_defconfig
ls1021atsn_qspi_defconfig
ls1021atsn_sdcard_defconfig
ls1021atwr_nor_defconfig
ls1021atwr_nor_lpuart_defconfig
ls1021atwr_nor_SECURE_BOOT_defconfig
ls1021atwr_qspi_defconfig
ls1021atwr_sdcard_ifc_defconfig
ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig
ls1021atwr_sdcard_qspi_defconfig
ls1028aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1028aqds_tfa_lpuart_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1028aqds_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1028ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1028ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1043aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1043aqds_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1043ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1043ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1046afrwy_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1046afrwy_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1046aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1046aqds_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1046ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1046ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1088aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1088ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls1088ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls2080aqds_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls2080aqds_qspi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls2080ardb_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls2088aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls2088ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ls2088ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lschlv2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lsxhl_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lubancat-2-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
lx2160aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2160aqds_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2160ardb_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2160ardb_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2160ardb_tfa_stmm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2162aqds_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2162aqds_tfa_SECURE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
lx2162aqds_tfa_verified_boot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
m53menlo_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
M5208EVBE_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5235EVB_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5235EVB_Flash32_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5249EVB_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5253DEMO_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5272C3_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5275EVB_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5282EVB_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
M5329AFEE_defconfig
M5329BFEE_defconfig
M5373EVB_defconfig
M53017EVB_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
malta_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
malta64_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
malta64el_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
maltael_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mangopi_mq_r_defconfig
Marsboard_A10_defconfig
marsboard_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
maxbcm_defconfig
mccmon6_nor_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mccmon6_sd_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
MCR3000_defconfig
medcom-wide_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
meerkat96_defconfig
meesc_dataflash_defconfig
meesc_defconfig
Mele_A1000_defconfig
Mele_A1000G_quad_defconfig
Mele_I7_defconfig
Mele_M3_defconfig
Mele_M5_defconfig
Mele_M9_defconfig
Merrii_A80_Optimus_defconfig
microblaze-generic_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
microchip_mpfs_icicle_defconfig
milkv_duo_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
Mini-X_defconfig
minnowmax_defconfig
miqi-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mixtile_loftq_defconfig
mk802_a10s_defconfig
mk802_defconfig
mk802ii_defconfig
mk808_defconfig
MK808C_defconfig
MPC837XERDB_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
MPC8548CDS_36BIT_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
MPC8548CDS_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
MPC8548CDS_legacy_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
msc_sm2s_imx8mp_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mscc_jr2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mscc_luton_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mscc_ocelot_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mscc_serval_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mscc_servalt_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
MSI_Primo73_defconfig
MSI_Primo81_defconfig
mt7620_mt7530_rfb_defconfig
mt7620_rfb_defconfig
mt7621_nand_rfb_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mt7621_rfb_defconfig
mt7622_rfb_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mt7623a_unielec_u7623_02_defconfig
mt7623n_bpir2_defconfig
mt7628_rfb_defconfig
mt7629_rfb_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mt7981_emmc_rfb_defconfig
mt7981_rfb_defconfig
mt7981_sd_rfb_defconfig
mt7986_rfb_defconfig
mt7986a_bpir3_emmc_defconfig
mt7986a_bpir3_sd_defconfig
mt7988_rfb_defconfig
mt7988_sd_rfb_defconfig
mt8183_pumpkin_defconfig
mt8365_evk_defconfig
mt8512_bm1_emmc_defconfig
mt8516_pumpkin_defconfig
mt8518_ap1_emmc_defconfig
mvebu_ac5_rd_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mvebu_crb_cn9130_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mvebu_db_armada8k_defconfig
mvebu_db_cn9130_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mvebu_db-88f3720_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mvebu_espressobin-88f3720_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mvebu_mcbin-88f8040_defconfig
mvebu_puzzle-m801-88f8040_defconfig
mx6cuboxi_defconfig
mx6memcal_defconfig
mx6qsabrelite_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6sabreauto_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6sabresd_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6slevk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6slevk_spinor_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6slevk_spl_defconfig
mx6sllevk_defconfig
mx6sllevk_plugin_defconfig
mx6sxsabreauto_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6sxsabresd_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx6ul_9x9_evk_defconfig
mx6ul_14x14_evk_defconfig
mx6ull_14x14_evk_defconfig
mx6ull_14x14_evk_plugin_defconfig
mx6ulz_14x14_evk_defconfig
mx7dsabresd_defconfig
mx7dsabresd_qspi_defconfig
mx7ulp_com_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
mx7ulp_evk_defconfig
mx7ulp_evk_plugin_defconfig
mx23_olinuxino_defconfig
mx23evk_defconfig
mx28evk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
mx51evk_defconfig
mx53cx9020_defconfig
mx53loco_defconfig imx53-qsb: Convert to watchdog driver model 2024-02-24 16:29:00 -03:00
mx53ppd_defconfig
myir_mys_6ulx_defconfig
n2350_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nanopc-t4-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
nanopc-t6-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
nanopi_a64_defconfig
nanopi_duo2_defconfig sunxi: add defconfig for nanopi_duo2 2024-01-29 14:30:59 +00:00
nanopi_m1_defconfig
nanopi_m1_plus_defconfig
nanopi_neo_air_defconfig
nanopi_neo_defconfig
nanopi_neo_plus2_defconfig
nanopi_neo2_defconfig
nanopi_r1s_h5_defconfig
nanopi-k2_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
nanopi-m4-2gb-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
nanopi-m4-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
nanopi-m4b-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
nanopi-neo4-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
nanopi-r2c-plus-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
nanopi-r2c-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
nanopi-r2s-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
nanopi-r4s-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
nanopi-r5c-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
nanopi-r5s-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
nas220_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
net2big_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
netgear_cg3100d_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
netgear_dgnd3700v2_ram_defconfig
netspace_lite_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
netspace_max_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
netspace_mini_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
netspace_v2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
neu2-io-rv1126_defconfig
neu6a-io-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
neu6b-io-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
Nintendo_NES_Classic_Edition_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nitrogen6dl_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nitrogen6dl2g_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nitrogen6q_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nitrogen6q2g_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nitrogen6s_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nitrogen6s1g_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
novena_defconfig
nsa310s_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nsa325_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
nsim_700_defconfig
nsim_700be_defconfig
nsim_hs38_defconfig
nsim_hs38be_defconfig
nyan-big_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
o4-imx6ull-nano_defconfig
oceanic_5205_5inmfd_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
octeon_ebb7304_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
octeon_nic23_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
octeontx_81xx_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
octeontx_83xx_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
octeontx2_95xx_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
octeontx2_96xx_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
odroid_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
odroid-c2_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
odroid-c4_defconfig
odroid-go-ultra_defconfig
odroid-go2_defconfig
odroid-hc4_defconfig
odroid-m1-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
odroid-n2_defconfig
odroid-n2l_defconfig
odroid-xu3_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
omap3_beagle_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap3_evm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap3_logic_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap3_logic_somlv_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap4_panda_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap4_sdp4430_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap35_logic_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omap35_logic_somlv_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
omapl138_lcdk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
openpiton_riscv64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
openpiton_riscv64_spl_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
openrd_base_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
openrd_client_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
openrd_ultimate_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
opos6uldev_defconfig opos6uldev: make the LCD work again 2024-03-04 08:18:48 -03:00
orangepi_2_defconfig
orangepi_3_defconfig
Orangepi_defconfig
orangepi_lite_defconfig
orangepi_lite2_defconfig
Orangepi_mini_defconfig
orangepi_one_defconfig
orangepi_one_plus_defconfig
orangepi_pc_defconfig
orangepi_pc_plus_defconfig
orangepi_pc2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
orangepi_plus_defconfig
orangepi_plus2e_defconfig
orangepi_prime_defconfig
orangepi_r1_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
orangepi_win_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
orangepi_zero_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
orangepi_zero_plus_defconfig
orangepi_zero_plus2_defconfig
orangepi_zero_plus2_h3_defconfig
orangepi_zero2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
orangepi_zero2w_defconfig sunxi: H616: Add OrangePi Zero 2W board support 2024-03-03 23:43:43 +00:00
orangepi_zero3_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
orangepi-5-plus-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
orangepi-5-rk3588s_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
orangepi-r1-plus-lts-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
orangepi-r1-plus-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
orangepi-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
origen_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
p200_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
p201_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
p212_defconfig
P1010RDB-PA_36BIT_NAND_defconfig
P1010RDB-PA_36BIT_NOR_defconfig
P1010RDB-PA_36BIT_SDCARD_defconfig
P1010RDB-PA_36BIT_SPIFLASH_defconfig
P1010RDB-PA_NAND_defconfig
P1010RDB-PA_NOR_defconfig
P1010RDB-PA_SDCARD_defconfig
P1010RDB-PA_SPIFLASH_defconfig
P1010RDB-PB_36BIT_NAND_defconfig
P1010RDB-PB_36BIT_NOR_defconfig
P1010RDB-PB_36BIT_SDCARD_defconfig
P1010RDB-PB_36BIT_SPIFLASH_defconfig
P1010RDB-PB_NAND_defconfig
P1010RDB-PB_NOR_defconfig
P1010RDB-PB_SDCARD_defconfig
P1010RDB-PB_SPIFLASH_defconfig
P1020RDB-PC_36BIT_defconfig
P1020RDB-PC_36BIT_NAND_defconfig
P1020RDB-PC_36BIT_SDCARD_defconfig
P1020RDB-PC_36BIT_SPIFLASH_defconfig
P1020RDB-PC_defconfig
P1020RDB-PC_NAND_defconfig
P1020RDB-PC_SDCARD_defconfig
P1020RDB-PC_SPIFLASH_defconfig
P1020RDB-PD_defconfig
P1020RDB-PD_NAND_defconfig
P1020RDB-PD_SDCARD_defconfig
P1020RDB-PD_SPIFLASH_defconfig
P2020RDB-PC_36BIT_defconfig
P2020RDB-PC_36BIT_NAND_defconfig
P2020RDB-PC_36BIT_SDCARD_defconfig
P2020RDB-PC_36BIT_SPIFLASH_defconfig
P2020RDB-PC_defconfig
P2020RDB-PC_NAND_defconfig
P2020RDB-PC_SDCARD_defconfig
P2020RDB-PC_SPIFLASH_defconfig
P2041RDB_defconfig
P2041RDB_NAND_defconfig
P2041RDB_SDCARD_defconfig
P2041RDB_SPIFLASH_defconfig
p2371-2180_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
p2371-0000_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
p2571_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
p2771-0000-500_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
p2771-0000-000_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
p3450-0000_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
parrot_r16_defconfig
paz00_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pcm051_rev3_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pcm052_defconfig
pcm058_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pe2201_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
peach-pi_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
peach-pit_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pg_wcom_expu1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pg_wcom_expu1_update_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pg_wcom_seli8_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pg_wcom_seli8_update_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
phycore_am62x_a53_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
phycore_am62x_r5_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
phycore_am64x_a53_defconfig board: phytec: am64x: Add PHYTEC phyCORE-AM64x SoM 2024-03-07 07:59:15 -05:00
phycore_am64x_r5_defconfig board: phytec: am64x: Add PHYTEC phyCORE-AM64x SoM 2024-03-07 07:59:15 -05:00
phycore_pcl063_defconfig
phycore_pcl063_ull_defconfig
phycore-am335x-r2-regor_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
phycore-am335x-r2-wega_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
phycore-imx8mm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
phycore-imx8mp_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
phycore-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pic32mzdask_defconfig
pico-dwarf-imx6ul_defconfig pico-dwarf/hobbit-imx6ul: Convert to CONFIG_DM_SERIAL 2024-01-22 08:39:41 -03:00
pico-dwarf-imx7d_defconfig
pico-hobbit-imx6ul_defconfig pico-dwarf/hobbit-imx6ul: Convert to CONFIG_DM_SERIAL 2024-01-22 08:39:41 -03:00
pico-hobbit-imx7d_defconfig
pico-imx6_defconfig
pico-imx6ul_defconfig
pico-imx7d_bl33_defconfig
pico-imx7d_defconfig
pico-imx8mq_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pico-nymph-imx7d_defconfig
pico-pi-imx6ul_defconfig
pico-pi-imx7d_defconfig
pine_h64_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pine64_plus_defconfig
pine64-lts_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pinebook_defconfig
pinebook-pro-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
pinecube_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pinephone_defconfig
pinephone-pro-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
pinetab_defconfig
pinetab2-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
plutux_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pm9g45_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pm9261_defconfig
pm9263_defconfig
pogo_e02_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
pogo_v4_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
polaroid_mid2407pxe03_defconfig
polaroid_mid2809pxe04_defconfig
poleg_evb_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
pomelo_defconfig
poplar_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
popmetal-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
porter_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
pov_protab2_ips9_defconfig
puma-rk3399_defconfig rockchip: rk3399: regenerate defconfigs 2024-03-14 11:48:40 +08:00
px30-core-ctouch2-of10-px30_defconfig
px30-core-ctouch2-px30_defconfig
px30-core-edimm2.2-px30_defconfig
pxm2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
q8_a13_tablet_defconfig
q8_a23_tablet_800x480_defconfig
q8_a33_tablet_800x480_defconfig
q8_a33_tablet_1024x600_defconfig
qcom_defconfig dts: sdm845: replace with upstream DTS 2024-03-01 14:52:48 +00:00
qemu_arm_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
qemu_arm64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
qemu-ppce500_defconfig
qemu-riscv32_defconfig
qemu-riscv32_smode_defconfig
qemu-riscv32_spl_defconfig
qemu-riscv64_defconfig
qemu-riscv64_smode_defconfig
qemu-riscv64_spl_defconfig
qemu-x86_64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
qemu-x86_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
quartz64-a-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
quartz64-b-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
quartzpro64-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
r2dplus_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
r7-tv-dongle_defconfig
r8a779a0_falcon_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a779f0_spider_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a779g0_whitehawk_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a779h0_grayhawk_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a77970_eagle_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a77970_v3msk_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a77980_condor_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a77980_v3hsk_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a77990_ebisu_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
r8a77995_draak_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
radxa-cm3-io-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
radxa-e25-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
radxa-zero_defconfig
radxa-zero2_defconfig
rcar3_salvator-x_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
rcar3_ulcb_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
renesas_rzg2l_smarc_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
ringneck-px30_defconfig
riotboard_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
roc-cc-rk3308_defconfig rockchip: Use common bss and stack addresses on RK3308 2024-03-14 15:27:28 +08:00
roc-cc-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
roc-pc-mezzanine-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
roc-pc-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rock_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
rock-3a-rk3568_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
rock-4c-plus-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rock-4se-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rock-pi-4-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rock-pi-4c-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rock-pi-e-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
rock-pi-n8-rk3288_defconfig
rock-pi-n10-rk3399pro_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rock-pi-s-rk3308_defconfig rockchip: Use common bss and stack addresses on RK3308 2024-03-14 15:27:28 +08:00
rock2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
rock5a-rk3588s_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
rock5b-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
rock64-rk3328_defconfig rockchip: Use common bss and stack addresses on RK3328 2024-03-14 15:27:28 +08:00
rock960-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rockpro64-rk3399_defconfig rockchip: Use common bss and stack addresses on RK3399 2024-03-14 15:27:29 +08:00
rpi_2_defconfig
rpi_3_32b_defconfig
rpi_3_b_plus_defconfig
rpi_3_defconfig
rpi_4_32b_defconfig
rpi_4_defconfig
rpi_0_w_defconfig
rpi_arm64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
rpi_defconfig
rut_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
rzg2_beacon_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
rzn1_snarc_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
s5p_goni_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
s5p4418_nanopi2_defconfig
s5pc210_universal_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
s400_defconfig
sagem_f@st1704_ram_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sam9x60_curiosity_mmc_defconfig
sam9x60_curiosity_mmc1_defconfig
sam9x60ek_mmc_defconfig
sam9x60ek_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sam9x60ek_qspiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d2_icp_mmc_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
sama5d2_icp_qspiflash_defconfig
sama5d2_ptc_ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d2_ptc_ek_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d2_xplained_emmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d2_xplained_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d2_xplained_qspiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d2_xplained_spiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d3_xplained_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d3_xplained_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d3xek_mmc_defconfig
sama5d3xek_nandflash_defconfig
sama5d3xek_spiflash_defconfig
sama5d4_xplained_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d4_xplained_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d4_xplained_spiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d4ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d4ek_nandflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d4ek_spiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d27_giantboard_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
sama5d27_som1_ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d27_som1_ek_mmc1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d27_som1_ek_qspiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d27_wlsom1_ek_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d27_wlsom1_ek_qspiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d29_curiosity_mmc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d29_curiosity_mmc1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d29_curiosity_qspiflash_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sama5d36ek_cmp_mmc_defconfig
sama5d36ek_cmp_nandflash_defconfig
sama5d36ek_cmp_spiflash_defconfig
sama7g5ek_mmc_defconfig
sama7g5ek_mmc1_defconfig
sandbox_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sandbox_flattree_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sandbox_noinst_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
sandbox_spl_defconfig
sandbox_vpl_defconfig
sandbox64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
SBx81LIFKW_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
SBx81LIFXCAT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
seaboard_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
seeed_npi_imx6ull_defconfig
sei510_defconfig
sei610_defconfig
sfr_nb4-ser_ram_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
sheep-rk3368_defconfig
sheevaplug_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sifive_unleashed_defconfig
sifive_unmatched_defconfig
silinux_ek874_defconfig Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" 2024-03-02 14:30:25 -05:00
silk_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
Sinlinx_SinA31s_defconfig
Sinlinx_SinA33_defconfig
Sinovoip_BPI_M2_defconfig
Sinovoip_BPI_M3_defconfig
sipeed_maix_bitm_defconfig
sipeed_maix_smode_defconfig
slimbootloader_defconfig
smartweb_defconfig
smdk5250_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
smdk5420_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
smdkc100_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
smdkv310_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
smegw01_defconfig
sniper_defconfig
snow_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
socfpga_agilex_atf_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_agilex_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_agilex_vab_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_arria5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_arria10_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_chameleonv3_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
socfpga_cyclone5_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_dbm_soc1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_de1_soc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_de10_nano_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_de10_standard_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_de0_nano_soc_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_is1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_mcvevk_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_n5x_atf_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_n5x_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_n5x_vab_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_secu1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_sockit_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_socrates_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_sr1500_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_stratix10_atf_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_stratix10_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socfpga_vining_fpga_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
socrates_defconfig
som-db5800-som-6867_defconfig
somlabs_visionsom_6ull_defconfig
sonoff-ihost-rv1126_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
sopine_baseboard_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
soquartz-blade-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
soquartz-cm4-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
soquartz-model-a-rk3566_defconfig rockchip: Use common bss and stack addresses on RK356x 2024-03-14 15:28:09 +08:00
spring_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
starfive_visionfive2_defconfig configs: visionfive2: Disable ENV_IS_NOWHERE 2024-01-31 16:52:38 +08:00
stemmy_defconfig
stih410-b2260_defconfig
stm32f429-discovery_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
stm32f429-evaluation_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
stm32f469-discovery_defconfig
stm32f746-disco_defconfig
stm32f746-disco_spl_defconfig
stm32f769-disco_defconfig
stm32f769-disco_spl_defconfig
stm32h743-disco_defconfig
stm32h743-eval_defconfig
stm32h750-art-pi_defconfig
stm32mp13_defconfig
stm32mp15_basic_defconfig
stm32mp15_defconfig
stm32mp15_dhcom_basic_defconfig
stm32mp15_dhcor_basic_defconfig
stm32mp15_trusted_defconfig
stm32mp15-icore-stm32mp1-ctouch2_defconfig
stm32mp15-icore-stm32mp1-edimm2.2_defconfig
stm32mp15-microgea-stm32mp1-microdev2_defconfig
stm32mp15-microgea-stm32mp1-microdev2-of7_defconfig
stm32mp25_defconfig
stm32746g-eval_defconfig
stm32746g-eval_spl_defconfig
stmark2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
stout_defconfig ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS 2024-03-02 14:29:36 -05:00
stv0991_defconfig
sun8i_a23_evb_defconfig
Sunchip_CX-A99_defconfig
sunxi_Gemei_G9_defconfig
synquacer_developerbox_defconfig
syzygy_hub_defconfig
T1024RDB_defconfig
T1024RDB_NAND_defconfig
T1024RDB_SDCARD_defconfig
T1024RDB_SPIFLASH_defconfig
T1042D4RDB_defconfig
T1042D4RDB_NAND_defconfig
T1042D4RDB_SDCARD_defconfig
T1042D4RDB_SPIFLASH_defconfig
T2080QDS_defconfig
T2080QDS_NAND_defconfig
T2080QDS_SDCARD_defconfig
T2080QDS_SECURE_BOOT_defconfig
T2080QDS_SPIFLASH_defconfig
T2080QDS_SRIO_PCIE_BOOT_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
T2080RDB_defconfig
T2080RDB_NAND_defconfig
T2080RDB_revD_defconfig
T2080RDB_revD_NAND_defconfig
T2080RDB_revD_SDCARD_defconfig
T2080RDB_revD_SPIFLASH_defconfig
T2080RDB_SDCARD_defconfig
T2080RDB_SPIFLASH_defconfig
T4240RDB_defconfig
T4240RDB_SDCARD_defconfig
tanix_tx6_defconfig
taurus_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
tb100_defconfig
tbs_a711_defconfig
tbs2910_defconfig
tec_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
tec-ng_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ten64_tfa_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
teres_i_defconfig
th1520_lpi4a_defconfig
theadorable_debug_defconfig
theadorable-x86-conga-qa3-e3845_defconfig
theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
theadorable-x86-dfi-bt700_defconfig
thunderx_88xx_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
tinker-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
tinker-s-rk3288_defconfig
tools-only_defconfig
topic_miami_defconfig
topic_miamilite_defconfig
topic_miamiplus_defconfig
total_compute_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
toybrick-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
tplink_wdr4300_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
tqma6dl_mba6_mmc_defconfig
tqma6dl_mba6_spi_defconfig
tqma6q_mba6_mmc_defconfig
tqma6q_mba6_spi_defconfig
tqma6s_mba6_mmc_defconfig
tqma6s_mba6_spi_defconfig
transformer_t30_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
transpeed-8k618-t_defconfig sunxi: add Transpeed 8K618-T board support 2024-01-29 14:30:59 +00:00
trats_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
trats2_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
trimslice_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
tuge1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
turing-rk1-rk3588_defconfig rockchip: Use common bss and stack addresses on RK3588 2024-03-14 15:30:16 +08:00
turris_mox_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
turris_omnia_defconfig arm: mvebu: turris_omnia: Enable networking via ethernet switch 2024-03-05 08:27:59 +01:00
tuxx1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
u200_defconfig
udoo_defconfig
udoo_neo_defconfig
uDPU_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
uniphier_ld4_sld8_defconfig
uniphier_v7_defconfig
uniphier_v8_defconfig
usb_a9263_dataflash_defconfig
usbarmory_defconfig
UTOO_P66_defconfig
variscite_dart6ul_defconfig
venice2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
ventana_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
verdin-am62_a53_defconfig Prepare v2024.04-rc4 2024-03-11 15:27:20 -04:00
verdin-am62_r5_defconfig
verdin-imx8mm_defconfig Merge patch series "toradex: fix reset and hardware detection regressions" 2024-03-01 09:14:36 -05:00
verdin-imx8mp_defconfig Merge patch series "toradex: fix reset and hardware detection regressions" 2024-03-01 09:14:36 -05:00
vexpress_aemv8a_juno_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
vexpress_aemv8a_semi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
vexpress_aemv8r_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
vexpress_ca9x4_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
vexpress_fvp_defconfig
vf610twr_defconfig
vf610twr_nand_defconfig
videostrong-kii-pro_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
vinco_defconfig
vining_2000_defconfig
vocore2_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
vyasa-rk3288_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
wandboard_defconfig wandboard: Convert to watchdog driver model 2024-01-22 08:39:27 -03:00
warp7_bl33_defconfig
warp7_defconfig
wetek-core2_defconfig
wetek-hub_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
wetek-play2_defconfig dts: meson-gxbb: Switch to using upstream DT 2024-02-29 22:24:05 -05:00
Wexler_TAB7200_defconfig
Wits_Pro_A20_DKT_defconfig
Wobo_i5_defconfig
work_92105_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
x3_t30_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
x96_mate_defconfig
x240_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
x530_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xenguest_arm64_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xenguest_arm64_virtio_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_mbv32_defconfig
xilinx_mbv32_smode_defconfig
xilinx_versal_mini_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_versal_mini_emmc1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_versal_mini_emmc0_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_versal_mini_ospi_defconfig configs: versal: Enable CONFIG_LTO for mini qspi/ospi 2024-02-12 09:28:31 +01:00
xilinx_versal_mini_qspi_defconfig configs: versal: Enable CONFIG_LTO for mini qspi/ospi 2024-02-12 09:28:31 +01:00
xilinx_versal_net_mini_defconfig
xilinx_versal_net_mini_emmc_defconfig
xilinx_versal_net_mini_ospi_defconfig configs: versal_net: Enable CONFIG_LTO for mini qspi/ospi 2024-02-12 09:28:31 +01:00
xilinx_versal_net_mini_qspi_defconfig configs: versal_net: Enable CONFIG_LTO for mini qspi/ospi 2024-02-12 09:28:31 +01:00
xilinx_versal_net_virt_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_versal_virt_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynq_virt_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
xilinx_zynqmp_kria_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_mini_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_mini_emmc1_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_mini_emmc0_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_mini_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_mini_nand_single_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_mini_qspi_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xilinx_zynqmp_r5_defconfig
xilinx_zynqmp_virt_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
xtfpga_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
Yones_Toptech_BD1078_defconfig
Yones_Toptech_BS1078_V2_defconfig
zeropi_defconfig
zynq_cse_nand_defconfig configs: Resync with savedefconfig 2024-03-01 09:10:04 -05:00
zynq_cse_nor_defconfig mtd: Make CONFIG_MTD be the gate symbol for the menu 2024-01-22 14:18:54 -05:00
zynq_cse_qspi_defconfig