summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2022-12-22global: Remove unused CONFIG symbolsTom Rini1-1/+1
2022-12-22arm: samsung: Rename CONFIG_G_DNL_*_NUM variablesTom Rini1-4/+10
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini4-9/+20
2022-12-22Convert CONFIG_DM9000_BYTE_SWAPPED et al to KconfigTom Rini2-4/+6
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini3-16/+83
2022-12-19Merge tag 'u-boot-rockchip-20221219' of https://source.denx.de/u-boot/custodi...Tom Rini1-1/+54
2022-12-19rockpi4: board: Add firmware image information for capsule updatesSughosh Ganu1-1/+54
2022-12-15sunxi: board: annotate #endif linesAndre Przywara1-6/+5
2022-12-15sunxi: remove bogus mmc_pinmux_setup() prototypeAndre Przywara1-4/+0
2022-12-15sunxi: remove unused CONFIG_MMC_SUNXI_SLOTAndre Przywara1-2/+7
2022-12-13km/ppc: migrate all mpc83xx to DM_I2CHolger Brunck3-76/+2
2022-12-13board/km: remove obsolete ARCH_KIRKWOODHolger Brunck1-3/+2
2022-12-13board/km/secu: migrate to use environment text filesHolger Brunck1-0/+50
2022-12-13board/km/cent2: migrate to environment text fileHolger Brunck3-13/+38
2022-12-13km/powerpc: migrate to env.txt fileHolger Brunck1-0/+21
2022-12-13board/km: move ls102xa boards to environment text filesHolger Brunck2-0/+6
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis4-60/+0
2022-12-12arm: mvebu: Espressobin: Fix default env variablesDerek LaHousse1-3/+17
2022-12-09board: ti: introduce the basic files needed to support the am62aBryan Brattlof4-0/+99
2022-12-09Nokia RX-51: Use ENTRY/ENDPROC for save_boot_paramsPali Rohár1-2/+4
2022-12-08net: tsec: Remove non-DM_ETH support codeTom Rini4-248/+0
2022-12-08global: Remove extraneous DM_ETH imply/selectTom Rini3-3/+0
2022-12-06Nokia RX-51: Migrate legacy USB device options to KconfigTom Rini1-0/+30
2022-12-06arm: samsung: Move CONFIG_MISC_COMMON to KconfigTom Rini1-0/+2
2022-12-06mpc8548cds: Migrate CONFIG_INTERRUPTS to KconfigTom Rini1-0/+3
2022-12-06Convert CONFIG_POWER_LTC3676 et al to KconfigTom Rini1-0/+2
2022-12-06Convert CONFIG_FSL_CADMUS to KconfigTom Rini1-0/+3
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini99-672/+672
2022-12-06global: Move remaining CONFIG_*SRIO_* to CFG_*Tom Rini3-12/+12
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini133-309/+309
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini11-37/+37
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini10-20/+20
2022-12-06global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini14-28/+28
2022-12-06global: Move remaining CONFIG_SYS_NOR_* to CFG_SYS_NOR_*Tom Rini4-77/+77
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini43-153/+153
2022-12-05xilinx: zynqmp: Fix SPL_FS_LOAD_PAYLOAD_NAME usageMichal Simek1-21/+24
2022-12-05arm64: zynqmp: Do not include psu_init to U-Boot by defaultMichal Simek1-5/+1
2022-12-05board/xilinx/zynqmp/MAINTAINERS: change e-mail address for Luca CeresoliLuca Ceresoli1-1/+1
2022-12-05xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entriesMichal Simek1-17/+0
2022-12-05xilinx: Add option to select SC id instead of DUT id for SC supportMichal Simek3-1/+15
2022-12-02MAINTAINERS: add RaspberryPi co-maintainerMatthias Brugger1-0/+1
2022-11-23sandbox: Move the capsule GUID declarations to board fileSughosh Ganu1-0/+13
2022-11-22arm64: zynqmp: Create vck190 spl link for revBMichal Simek1-0/+1
2022-11-22xilinx: common: Remove zynq_board_read_rom_ethaddr()Venkatesh Yadav Abbarapu1-28/+0
2022-11-21Fix usage of CONFIG_PREBOOTPali Rohár1-2/+2
2022-11-14Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini16-29/+2290
2022-11-10global: Migrate CONFIG_HPS* symbols to the CFG namespaceTom Rini42-1997/+1997
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini60-121/+121
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini28-56/+56
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini3-14/+3