kumquat-buildroot/configs
Eugen Hristev e009816c67 boot/at91bootstrap3: add support for at91bootstrap 4.x series
The project at https://github.com/linux4sam/at91bootstrap was until
now releasing 3.x versions, which were packaged using
boot/at91bootstrap3/ in Buildroot. Microchip has now started a new
branch of at91bootstrap, called 4.x, which will only support the
following devices: sam9x60, sama5d2, sama5d3, sama5d4, sama7g5. A
number of older devices from Microchip will only be supported by the
existing 3.x series.

Therefore, we cannot simply remove support for the 3.x series, and
allow using only the 4.x series.

So what this commit does is extend the boot/at91bootstrap3 package to
support building both 3.x and 4.x versions. In detail, this implies:

 * Having the BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION symbol point to
   the latest 4.x version. Indeed, we want
   BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION to really point to the
   latest upstream version, even if that means potential breakage for
   users. Users who want to use a fixed version of at91bootstrap
   should anyway not be using
   BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION.

 * Introduce BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X for users who
   would like to use the latest 3.x series.

 * Adjust the installation logic, as images to install are now in
   build/binaries/*.bin instead of binaries/*.bin. In order to not
   have to differentiate 3.x and 4.x, we simply use $(wildcard ...) to
   expand the list of files to install.

 * To make it clear that boot/at91bootstrap3 supports both 3.x and
   4.x, we also update the prompt of the package.

at911bootstrap does not carry a license file; so far we were using
main.c as the license file, as it carries the license blurb. Now that we
have a known alternate version, we would need a per-version hash for
that file. However, this is a bit too cumbersome to handle, so just drop
using main.c as the license file. When upstream introduces a proper
license file, we can revisit the situation.

Update the two defconfigs that were using the upstream 3.9.3 version;
all other defconfigs are using custom tarballs or custom git trees.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
[Thomas: while this patch is based on previous work by Eugen, it was
reworked quite significantly.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[yann.morin.1998@free.fr:
  - drop main.c as license file, explain why
  - update the two defconfigs
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-05-19 11:15:29 +02:00
..
aarch64_efi_defconfig configs/aarch64_efi: bump kernel version and update 2021-05-04 22:12:36 +02:00
acmesystems_acqua_a5_256mb_defconfig boot/at91bootstrap3: add support for at91bootstrap 4.x series 2021-05-19 11:15:29 +02:00
acmesystems_acqua_a5_512mb_defconfig boot/at91bootstrap3: add support for at91bootstrap 4.x series 2021-05-19 11:15:29 +02:00
acmesystems_aria_g25_128mb_defconfig
acmesystems_aria_g25_256mb_defconfig
acmesystems_arietta_g25_128mb_defconfig
acmesystems_arietta_g25_256mb_defconfig
amarula_a64_relic_defconfig configs/amarula_a64_relic: add missing BR2_PACKAGE_HOST_ANDROID_TOOLS=y 2020-04-21 21:48:50 +02:00
amarula_vyasa_rk3288_defconfig configs/amarula_vyasa_rk3288: bump Linux version to 5.11 2021-04-03 15:47:15 +02:00
andes_ae3xx_defconfig
arcturus_ucls1012a_defconfig configs/arcturus_ucls1012a: bump kernel to 4.14.140 and u-boot version to 2019.10 2020-08-12 16:41:06 +02:00
arcturus_ucp1020_defconfig
arm_foundationv8_defconfig configs/arm_foundationv8: bump to Linux 5.9.11 2020-12-01 23:39:08 +01:00
arm_juno_defconfig
armadeus_apf27_defconfig
armadeus_apf28_defconfig
armadeus_apf51_defconfig
asus_tinker_rk3288_defconfig
at91sam9g20dfc_defconfig
at91sam9g45m10ek_defconfig
at91sam9rlek_defconfig
at91sam9x5ek_defconfig
at91sam9x5ek_dev_defconfig
at91sam9x5ek_mmc_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_ 2020-10-07 21:27:17 +02:00
at91sam9x5ek_mmc_dev_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_ 2020-10-07 21:27:17 +02:00
at91sam9260eknf_defconfig
atmel_sama5d2_xplained_mmc_defconfig
atmel_sama5d2_xplained_mmc_dev_defconfig
atmel_sama5d3_xplained_defconfig
atmel_sama5d3_xplained_dev_defconfig
atmel_sama5d3_xplained_mmc_defconfig
atmel_sama5d3_xplained_mmc_dev_defconfig
atmel_sama5d3xek_defconfig
atmel_sama5d4_xplained_defconfig
atmel_sama5d4_xplained_dev_defconfig
atmel_sama5d4_xplained_mmc_defconfig
atmel_sama5d4_xplained_mmc_dev_defconfig
atmel_sama5d27_som1_ek_mmc_dev_defconfig configs/atmel_sama5d27_som1: bump to linux4sam-2020.04 2020-05-29 23:08:03 +02:00
avenger96_defconfig configs/avenger96_defconfig: linux build needs host-openssl 2021-02-11 23:13:14 +01:00
bananapi_m1_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
bananapi_m1_plus_defconfig configs/bananapi_m1_plus_defconfig: select custom headers 2021-03-20 22:51:23 +01:00
bananapi_m2_plus_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
bananapi_m2_ultra_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
bananapi_m2_zero_defconfig configs/bananapi_m2_zero: bump Linux and U-Boot versions 2020-11-28 10:54:30 +01:00
bananapi_m64_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
bananapro_defconfig
beagleboardx15_defconfig
beaglebone_defconfig configs/beaglebone: bump kernel and U-Boot versions 2021-05-18 15:20:30 +02:00
beaglebone_qt5_defconfig configs/beaglebone_qt5: add overlay to defconfig 2021-03-20 21:02:24 +01:00
beagleboneai_defconfig
beaglev_defconfig boot/beaglev-ddrlnit: rename to beaglev-ddrinit to match renamed upstream repo 2021-05-10 22:04:38 +02:00
beelink_gs1_defconfig configs/beelink_gs1: use Python 3.x 2020-05-15 22:59:21 +02:00
chromebook_elm_defconfig configs/chromebook_elm_defconfig: use linux headers same as kernel (5.9 series) 2020-12-20 09:51:03 +01:00
chromebook_snow_defconfig board/chromebook: move "mksd.sh" out of chromebook snow folder 2020-09-23 20:51:36 +02:00
ci20_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_ 2020-10-07 21:27:17 +02:00
csky_gx6605s_defconfig
cubieboard2_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
engicam_imx6qdl_icore_defconfig
engicam_imx6qdl_icore_qt5_defconfig configs/engicam_imx6qdl_icore_qt5_defconfig: needs udev to select glmark2 2020-04-21 22:07:33 +02:00
engicam_imx6qdl_icore_rqs_defconfig
engicam_imx6ul_geam_defconfig
engicam_imx6ul_isiot_defconfig
freescale_imx6dlsabreauto_defconfig configs/freescale_imx6*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:09 +02:00
freescale_imx6dlsabresd_defconfig configs/freescale_imx6*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:09 +02:00
freescale_imx6qsabreauto_defconfig configs/freescale_imx6*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:09 +02:00
freescale_imx6qsabresd_defconfig configs/freescale_imx6*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:09 +02:00
freescale_imx6sxsabresd_defconfig configs/freescale_imx6*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:09 +02:00
freescale_imx6ullevk_defconfig configs/freescale_imx6*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:09 +02:00
freescale_imx7dsabresd_defconfig configs/freescale_imx7dsabresd: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:12 +02:00
freescale_imx8mmevk_defconfig configs/freescale_imx8m*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:15 +02:00
freescale_imx8mnevk_defconfig configs/freescale_imx8m*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:15 +02:00
freescale_imx8mpevk_defconfig configs/freescale_imx8m*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:15 +02:00
freescale_imx8mqevk_defconfig configs/freescale_imx8m*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:15 +02:00
freescale_imx8qmmek_defconfig configs/freescale_imx8*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:21 +02:00
freescale_imx8qxpmek_defconfig configs/freescale_imx8*: bump BSP components to lf-5.10.y-1.0.0 2021-04-24 18:13:21 +02:00
freescale_imx28evk_defconfig configs/imx28evk: bump U-Boot and kernel versions 2020-05-29 23:15:02 +02:00
freescale_p1025twr_defconfig
freescale_t1040d4rdb_defconfig
freescale_t2080_qds_rdb_defconfig
friendlyarm_nanopc_t4_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
friendlyarm_nanopi_a64_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
friendlyarm_nanopi_m1_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
friendlyarm_nanopi_m1_plus_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
friendlyarm_nanopi_m4_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
friendlyarm_nanopi_neo2_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
friendlyarm_nanopi_neo4_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
friendlyarm_nanopi_neo_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
friendlyarm_nanopi_neo_plus2_defconfig
friendlyarm_nanopi_r1_defconfig configs: rename a bunch of friendlyarm boards 2021-03-01 22:53:35 +01:00
galileo_defconfig
globalscale_espressobin_defconfig configs: add espressobin ultra dts and bump kernel to 5.11.21 2021-05-18 14:09:36 +02:00
grinn_chiliboard_defconfig
grinn_liteboard_defconfig configs/liteboard: bump to kernel 5.7.2 2020-06-18 15:32:56 +02:00
hifive_unleashed_defconfig configs/hifive_unleashed: use mainline Linux + U-Boot 2021-01-31 23:26:33 +01:00
imx6-sabreauto_defconfig
imx6-sabresd_defconfig configs/imx6-sabresd: bump U-Boot and kernel versions 2021-04-20 21:33:31 +02:00
imx6-sabresd_qt5_defconfig configs/imx6-sabresd: bump U-Boot and kernel versions 2021-04-20 21:33:31 +02:00
imx6slevk_defconfig
imx6sx-sdb_defconfig
imx6ulevk_defconfig
imx6ullevk_defconfig configs/imx6ullevk_defconfig: remove typo 2020-07-27 18:01:44 +02:00
imx6ulpico_defconfig
imx7d-sdb_defconfig
imx7dpico_defconfig configs/imx7dpico: Bump Kernel version 2020-06-07 21:58:29 +02:00
imx8mmpico_defconfig
imx8mpico_defconfig
imx8mqevk_defconfig configs/imx8mqevk_defconfig: add missing kernel headers version setting 2020-09-20 15:50:16 +02:00
imx23evk_defconfig configs: fix typo BR2_TARGET_ROOTFS_EXT2_4 2020-04-21 22:01:04 +02:00
kontron_smarc_sal28_defconfig configs/kontron_smarc_sal28: use kernel 5.12 2021-04-26 21:23:25 +02:00
lafrite_defconfig configs/lafrite_defconfig: bump kernel to 5.10.9 2021-01-23 21:16:27 +01:00
lego_ev3_defconfig
licheepi_zero_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
linksprite_pcduino_defconfig configs/linksprite_pcduino: bump BSP versions 2021-01-28 08:09:05 +01:00
microchip_sam9x60ek_mmc_defconfig configs/microchip_sam9x60ek: new defconfigs 2021-01-02 23:53:55 +01:00
microchip_sam9x60ek_mmc_dev_defconfig configs/microchip_sam9x60ek: new defconfigs 2021-01-02 23:53:55 +01:00
microchip_sama5d27_wlsom1_ek_mmc_defconfig configs/microchip_sama5d27_wlsom1_ek: new defconfigs 2020-07-14 23:47:58 +02:00
microchip_sama5d27_wlsom1_ek_mmc_dev_defconfig configs/microchip_sama5d27_wlsom1_ek_mmc_dev: use bluez5-utils instead of bluez-utils 2020-08-08 19:50:01 +02:00
minnowboard_max_defconfig configs/minnowboard_max_defconfig: bump kernel to 5.10.11 2021-01-31 21:32:24 +01:00
minnowboard_max-graphical_defconfig configs/minnowboard_max-graphical_defconfig: bump kernel to 5.10.11 2021-01-31 21:32:30 +01:00
mx6cubox_defconfig configs/mx6cubox: bump Linux and U-Boot versions 2021-04-09 21:22:40 +02:00
mx6sx_udoo_neo_defconfig configs/mx6sx_udoo_neo: select host-openssl for the Linux kernel build 2020-11-07 13:53:09 +01:00
mx6udoo_defconfig configs/mx6udoo: select host-openssl for the Linux kernel build 2020-11-07 13:53:14 +01:00
mx25pdk_defconfig
mx51evk_defconfig configs/mx51evk: bump U-Boot and kernel versions 2021-01-23 21:28:18 +01:00
mx53loco_defconfig configs/mx53loco: bump U-Boot and kernel versions 2021-01-23 21:28:14 +01:00
nexbox_a95x_defconfig configs/nexbox_a95x_defconfig: bump to kernel 5.10.12 2021-02-04 18:15:09 +01:00
nitrogen6sx_defconfig configs/nitrogen*: bump u-boot revision 2021-04-26 21:50:11 +02:00
nitrogen6x_defconfig configs/nitrogen*: bump u-boot revision 2021-04-26 21:50:11 +02:00
nitrogen7_defconfig configs/nitrogen*: bump u-boot revision 2021-04-26 21:50:11 +02:00
nitrogen8m_defconfig configs/nitrogen*: bump u-boot revision 2021-04-26 21:50:11 +02:00
nitrogen8mm_defconfig configs/nitrogen*: bump u-boot revision 2021-04-26 21:50:11 +02:00
nitrogen8mn_defconfig configs/nitrogen*: bump u-boot revision 2021-04-26 21:50:11 +02:00
nitrogen8mp_defconfig configs/nitrogen8mp: new defconfig 2021-04-26 21:50:11 +02:00
odroidc2_defconfig config/odroidc2: force host kernel version to 5.7 2020-10-13 14:28:34 +02:00
odroidxu4_defconfig
olimex_a10_olinuxino_lime_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
olimex_a13_olinuxino_defconfig
olimex_a20_olinuxino_lime2_defconfig configs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot versions 2021-04-06 13:20:07 +02:00
olimex_a20_olinuxino_lime_defconfig configs/olimex_a20_olinuxino_lime*: bump Linux and U-Boot versions 2021-04-06 13:20:07 +02:00
olimex_a20_olinuxino_micro_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
olimex_a33_olinuxino_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
olimex_a64_olinuxino_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
olimex_imx233_olinuxino_defconfig configs: fix typo BR2_TARGET_ROOTFS_EXT2_4 2020-04-21 22:01:04 +02:00
olpc_xo1_defconfig configs/olpc_xo1: bump kernel version 2020-06-17 21:06:18 +02:00
olpc_xo175_defconfig configs/olpc_xo175_defconfig: bump kernel version to 5.8.2 2020-09-11 08:50:47 +02:00
openblocks_a6_defconfig
orangepi_lite2_defconfig
orangepi_lite_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_one_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_one_plus_defconfig
orangepi_pc2_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_pc_defconfig configs/orangepi_pc_defconfig: bump kernel to 5.10.9, u-boot to 2020.10 2021-01-23 21:28:10 +01:00
orangepi_pc_plus_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_plus_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_prime_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_r1_defconfig configs/orangepi_r1_defconfig: bump kernel to 5.10.10, u-boot to 2020.10 2021-01-24 23:42:33 +01:00
orangepi_rk3399_defconfig configs/orangepi_rk3399: new defconfig 2020-09-02 22:40:47 +02:00
orangepi_win_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
orangepi_zero_defconfig configs/orangepi_zero_defconfig: bump BSP versions 2021-01-28 08:09:05 +01:00
orangepi_zero_plus2_defconfig board/orangepi-zero-plus2: switch to GPT for PARTLABEL support 2021-02-03 23:13:34 +01:00
orangepi_zero_plus_defconfig configs/orangepi_zero_plus: use Python 3.x for U-Boot build 2020-11-07 13:20:46 +01:00
pandaboard_defconfig configs/pandaboard: bump kernel and U-Boot versions 2021-05-10 08:33:36 +02:00
pc_x86_64_bios_defconfig
pc_x86_64_efi_defconfig
pcengines_apu2_defconfig configs/pcengines_apu2: new defconfig 2020-09-03 21:06:31 +02:00
pine64_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
pine64_sopine_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_ 2020-10-07 21:23:28 +02:00
qemu_aarch64_sbsa_defconfig configs/qemu_aarch64_sbsa_defconfig: new config for QEMU sbsa-ref 2021-05-17 17:26:27 +02:00
qemu_aarch64_virt_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_arm_versatile_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_arm_versatile_nommu_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_arm_vexpress_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_arm_vexpress_tz_defconfig configs/qemu_arm_vexpress_tz_defconfig: enable openssl library 2021-03-20 23:05:26 +01:00
qemu_csky610_virt_defconfig
qemu_csky807_virt_defconfig
qemu_csky810_virt_defconfig
qemu_csky860_virt_defconfig
qemu_m68k_mcf5208_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_m68k_q800_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_microblazebe_mmu_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_microblazeel_mmu_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips32r2_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips32r2el_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips32r6_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips32r6el_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips64_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips64el_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips64r6_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_mips64r6el_malta_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_nios2_10m50_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_or1k_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_ppc64_e5500_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_ppc64_pseries_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_ppc64le_pseries_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_ppc_e500mc_defconfig board/qemu: Add ppc-e500mc configuration 2021-03-01 23:50:15 +01:00
qemu_ppc_g3beige_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_ppc_mac99_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_ppc_mpc8544ds_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_riscv32_virt_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_riscv64_virt_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_s390x_defconfig configs/qemu_s390x_defconfig: bump kernel version to 5.10.7 2021-01-14 22:37:46 +01:00
qemu_sh4_r2d_defconfig board/qemu/sh4*: Remove linux-headers patch 2021-01-30 13:38:58 +01:00
qemu_sh4eb_r2d_defconfig board/qemu/sh4*: Remove linux-headers patch 2021-01-30 13:38:58 +01:00
qemu_sparc64_sun4u_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_sparc_ss10_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_x86_64_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_x86_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_xtensa_lx60_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
qemu_xtensa_lx60_nommu_defconfig configs/qemu_*: bump kernel version to 5.10.7 2021-01-21 22:36:12 +01:00
raspberrypi0_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi0w_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi2_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi3_64_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi3_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi3_qt5we_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi4_64_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi4_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
raspberrypi_defconfig configs/raspberrypi*: bump kernel version to 96110e9 (5.10.33) 2021-05-11 13:06:24 +02:00
riotboard_defconfig
roc_pc_rk3399_defconfig configs/roc_pc_rk3399: fix U-Boot dependencies 2020-05-15 22:59:21 +02:00
rock64_defconfig configs/rock64: new defconfig 2020-12-31 17:39:24 +01:00
rock_pi_4_defconfig configs/rock_pi_4_defconfig: remove BR2_TARGET_UBOOT_NEEDS_PYTHON 2020-07-27 18:01:44 +02:00
rock_pi_n8_defconfig configs/rock_pi_n8: use Python 3.x for U-Boot build 2020-11-07 13:20:53 +01:00
rock_pi_n10_defconfig configs/rock_pi_n10_defconfig: remove BR2_TARGET_UBOOT_NEEDS_PYTHON 2020-07-27 18:01:44 +02:00
rockpro64_defconfig configs/rockpro64: new defconfig 2020-09-02 22:40:41 +02:00
roseapplepi_defconfig configs/roseapplypi: bump kernel to 5.10.1 2020-12-19 08:34:07 +01:00
s6lx9_microboard_defconfig
sheevaplug_defconfig
snps_aarch64_vdk_defconfig
snps_arc700_axs101_defconfig
snps_archs38_axs103_defconfig
snps_archs38_haps_defconfig
snps_archs38_hsdk_defconfig configs/snps_archs38_hsdk_defconfig: enable C++ support 2021-01-16 16:21:11 +01:00
snps_archs38_vdk_defconfig
socrates_cyclone5_defconfig defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_ 2020-10-07 21:27:17 +02:00
solidrun_clearfog_defconfig
solidrun_clearfog_gt_8k_defconfig configs/solidrun_clearfog_gt_8k: bump BSP components 2021-01-09 22:34:07 +01:00
solidrun_macchiatobin_defconfig configs/solidrun_macchiatobin: bump BSP components 2021-01-16 22:35:17 +01:00
stm32f429_disco_defconfig
stm32f469_disco_defconfig
stm32mp157a_dk1_defconfig configs/stm32mp157*: bump kernel version 2020-10-13 23:04:30 +02:00
stm32mp157c_dk2_defconfig configs/stm32mp157*: bump kernel version 2020-10-13 23:04:30 +02:00
toradex_apalis_imx6_defconfig
ts4900_defconfig
ts5500_defconfig
ts7680_defconfig
wandboard_defconfig configs/wandboard: bump kernel and U-Boot versions 2021-05-10 08:40:41 +02:00
warp7_defconfig configs/warp7: bump Kernel and U-Boot version 2020-10-08 23:27:25 +02:00
warpboard_defconfig
zynq_microzed_defconfig
zynq_qmtech_defconfig configs/zynq_qmtech: new defconfig 2020-04-19 21:43:35 +02:00
zynq_zc706_defconfig
zynq_zed_defconfig
zynqmp_zcu106_defconfig