aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2023-06-09fwu: DeveloperBox: add support for FWUJassi Brar3-0/+46
2023-06-08ARM: renesas: Add R8A77980 V3HSK board and CPLD codeValentine Barshak3-0/+210
2023-06-08ARM: renesas: Add R8A77970 V3MSK board and CPLD codeValentine Barshak4-0/+404
2023-06-08ARM: rmobile: Introduce weak default board_init()Marek Vasut6-35/+7
2023-06-08ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle boardMarek Vasut1-1/+1
2023-06-08ARM: rmobile: Factor out common R-Car V3M/V3H board codeMarek Vasut2-26/+2
2023-06-08ARM: rmobile: Reduce R-Car V3H Condor header usageMarek Vasut1-11/+0
2023-06-08ARM: rmobile: Reduce R-Car E3 Ebisu header usageMarek Vasut1-22/+0
2023-06-08ARM: rmobile: Deduplicate R-Car Gen3/Gen4 reset_cpu()Marek Vasut9-90/+39
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima11-11/+11
2023-06-01arm: baltos: switch to CONFIG_DM_I2CYegor Yefremov1-25/+19
2023-05-31freescale: vsc3316_3308: fix header inclusion guardAndre Przywara1-1/+1
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini4-171/+0
2023-05-16powerpc/mpc85xx: socrates: Remove misuse of env is nowhere driverStefan Herbrechtsmeier1-17/+0
2023-05-16imx6q: acc: Remove misuse of env is nowhere driverStefan Herbrechtsmeier1-17/+0
2023-05-16imx6: aristainetos: Remove misuse of env is nowhere driverStefan Herbrechtsmeier1-20/+0
2023-05-10wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-05-10solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-05-10freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)Troy Kisky1-1/+1
2023-05-10m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)Troy Kisky1-0/+2
2023-05-08board: ti: am64x: Add support for AM64B SKJudith Mendez1-1/+3
2023-05-08board: ti: am62x: evm: Add necessary functions to call splash screenNikhil M Jain1-0/+39
2023-05-08board: ti: am62x: am62x: Change splashimage and splashsourceNikhil M Jain1-2/+2
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...WIP/07May2023Tom Rini2-39/+9
2023-05-05Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodian...WIP/05May2023Tom Rini1-1/+7
2023-05-05board: cssi: Activate SMC relocation on CMPC885 board for MIAE deviceChristophe Leroy1-0/+4
2023-05-04board: cssi: Load CMPC885's motherboard FPGA earlierChristophe Leroy1-20/+5
2023-05-04board: cssi: Remove stale macro from cmpcpro.cChristophe Leroy1-5/+0
2023-05-04board: cssi: Remove duplicated FPGA loading sequence on CMPC885Christophe Leroy1-14/+0
2023-05-03Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini17-0/+2215
2023-05-03arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 b...Yang Xiwen5-0/+73
2023-05-03arm: Remove omap5_uevm boardTom Rini6-332/+0
2023-05-03board: ti: j721s2: Add support to detect daughtercardsKishon Vijay Abraham I1-0/+130
2023-05-03board: Fix board file path for sdm845.c for Samsung and Qualcomm boardsBhupesh Sharma2-2/+2
2023-05-02board: Add new Broadcom Northstar boardLinus Walleij4-0/+80
2023-05-02smegw01: Convert CFG_EXTRA_ENV_SETTINGS to an env fileFabio Estevam1-0/+89
2023-05-02smegw01: Read the second MAC addressFabio Estevam1-0/+6
2023-05-02smegw01: Add lockdown U-Boot env supportEduard Strehlau2-0/+24
2023-05-02smegw01: Enable EMMC boot from multiple partitionsEduard Strehlau1-0/+10
2023-05-02imx: support i.MX8QM DMSSE20 a1 boardOliver Graute7-0/+512
2023-05-02board: mntre: imx8mq: Add MNT Reform 2 board supportPatrick Wildt7-0/+1574
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini1-4/+1
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini11-229/+753
2023-04-28board: cssi: Add CPU board CMPCPROChristophe Leroy6-0/+491
2023-04-28board: cssi: Move all mother board code into common.cChristophe Leroy3-133/+151
2023-04-28board: cssi: Refactor EEPROM readChristophe Leroy3-31/+40
2023-04-28board: cssi: Create dedicated file for common sourcesChristophe Leroy4-53/+73
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland1-4/+1
2023-04-25qemu: dfu: Correct memset call in set_dfu_alt_infoTom Rini1-1/+1
2023-04-25vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base modelPeter Hoyes1-0/+5