summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2021-10-18board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boardsIlias Apalodimas1-0/+6
2021-10-18riscv: Remove OF_PRIOR_STAGE from RISC-V boardsIlias Apalodimas2-1/+14
2021-10-16Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini3-265/+23
2021-10-15board/km: update MAINTAINERS filesHolger Brunck4-6/+5
2021-10-14ARM: tegra: Refactor DT update helpersThierry Reding3-355/+21
2021-10-14ARM: tegra: Support EMC frequency tables on Tegra210Thierry Reding2-0/+2
2021-10-14ARM: tegra: Support multiple reserved memory regionsThierry Reding3-39/+126
2021-10-14fdtdec: Support reserved-memory flagsThierry Reding3-6/+6
2021-10-14fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding3-6/+6
2021-10-14fdtdec: Support compatible string list for reserved memoryThierry Reding3-6/+9
2021-10-14fdtdec: Support retrieving the name of a carveoutThierry Reding3-3/+3
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini11-27/+1
2021-10-12Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini3-117/+46
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland1-43/+1
2021-10-11ARM: omap3_logic: Cleanup usage of MUX_VALAdam Ford1-193/+193
2021-10-11sunxi: Add support for FriendlyARM NanoPi R1S H5Chukun Pan1-0/+5
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2-2/+0
2021-10-11board: sunxi: enable status LED earlyArnaud Ferraris1-0/+6
2021-10-11sunxi: Simplify MMC pinmux selectionSamuel Holland1-72/+29
2021-10-11configs: add PineTab defconfigArnaud Ferraris1-0/+5
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1
2021-10-08board: dh_stm32mp1: Remove gpio_hog_probe_all() from boardPatrice Chotard1-3/+0
2021-10-08board: stm32mp1: Remove gpio_hog_probe_all() from boardPatrice Chotard1-3/+0
2021-10-08ARM: mvebu: x530: Remove custom kwbimage.cfgChris Packham1-12/+0
2021-10-08arm: mvebu: mvebu_armada-8k: drop Puzzle M801 early init codeRobert Marko1-19/+1
2021-10-08board: stm32: Remove the bi_boot_params initializationPatrick Delaunay10-20/+0
2021-10-07doc: boards: amlogic: update for Radxa ZeroChristian Hewitt1-0/+1
2021-10-07boards: amlogic: add Radxa Zero defconfigChristian Hewitt1-0/+1
2021-10-07ARM: amlogic: add JetHub D1/H1 device supportVyacheslav Bocharov3-0/+82
2021-10-07ARM: amlogic: add Banana Pi M5Neil Armstrong1-0/+1
2021-10-07ARM: meson: add Beelink GS-King X boardNeil Armstrong1-0/+1
2021-10-07ARM: amlogic: add support for Odroid-HC4 deviceNeil Armstrong1-0/+1
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini5-0/+5
2021-10-05tee: add a stub for tee_find_devicePatrick Delaunay1-2/+1
2021-10-03board: siemens: Add support for SIMATIC IOT2050 devicesJan Kiszka5-0/+331
2021-10-02ppc: Remove MPC8349EMDS board and ARCH_MPC8349 supportTom Rini6-537/+0
2021-10-02arm: Remove bg0900 boardTom Rini5-272/+0
2021-10-02arm: Remove zmx25 board and ARCH_MX25Tom Rini5-302/+0
2021-10-01arm: Remove aspenite boardTom Rini4-74/+0
2021-10-01arm: Remove flea3 boardTom Rini5-280/+0
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini3-0/+2088
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk14-35/+35
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk3-5/+5
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk6-19/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk50-59/+0
2021-09-30arm64: zynqmp: Add psu_init_gpl for vck190/vmk180 SCMichal Simek1-0/+2052
2021-09-30xilinx: zynqmp: Set modeboot env variable in eMMC bootmodeAshok Reddy Soma1-0/+1
2021-09-30ARM: zynq: Enable capsule update for qspi and mmcMichal Simek1-0/+35
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini27-77/+74