summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u...WIP/25Aug2020Tom Rini2020-08-254-62/+6
|\
| * arm: mx6: Make all i.MX6 SoCs user-selectableTom Rini2020-08-253-9/+6
| * pico-imx6ul: convert ethernet function to DM_ETHWig Cheng2020-08-181-53/+0
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-08-2515-47/+1175
|\ \
| * | arm: octeontx2: Add support for OcteonTX2 SoC platformsSuneel Garapati2020-08-257-0/+606
| * | arm: octeontx: Add support for OcteonTX SoC platformsSuneel Garapati2020-08-257-0/+569
| * | ARM: renesas: Drop unnecessary function ft_board_setup()Stefan Roese2020-08-251-47/+0
* | | Merge tag 'u-boot-rockchip-20200820' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-08-251-1/+3
|\ \ \
| * | | rockchip: firefly-rk3288: Fix the code support for SPL_LEDKever Yang2020-08-211-1/+3
| | |/ | |/|
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-251-1/+1
|\ \ \
| * | | configs: defconfig for Sipeed Maix in S-modeHeinrich Schuchardt2020-08-251-1/+1
| | |/ | |/|
* | | MAINTAINERS: Add maintainers to XEN sectionAnastasiia Lukianenko2020-08-241-1/+2
* | | board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_ear...Anastasiia Lukianenko2020-08-241-5/+0
* | | board: armltd: Add support for Total Compute platformUsama Arif2020-08-244-0/+92
|/ /
* | xilinx: common: Change bootm_size variable settingMichal Simek2020-08-201-1/+5
* | xilinx: common: Check return value from variable setupMichal Simek2020-08-201-3/+8
* | xilinx: common: Get rid of initrd_high variable setupMichal Simek2020-08-201-6/+0
* | xilinx: Change logic around zynq_board_read_rom_ethaddr()Michal Simek2020-08-201-3/+2
* | xilinx: Add support for ENV_VARS_UBOOT_RUNTIME_CONFIGMichal Simek2020-08-203-0/+15
* | xilinx: zynqmp: remove chip_id functionIbai Erkiaga2020-08-201-37/+20
* | xilinx: zynqmp: get chip ID at EL3Ibai Erkiaga2020-08-201-6/+4
* | xilinx: zynqmp: get chip ID using firmware driverIbai Erkiaga2020-08-201-52/+27
* | xilinx: zynqmp: synchronize firmware call return payloadIbai Erkiaga2020-08-201-1/+1
* | xilinx: versal: Use lowest memory for U-BootMichal Simek2020-08-201-1/+1
* | xilinx: versal: Add new versal loadpdi commandT Karthik Reddy2020-08-203-0/+120
* | arm64: zynqmp: Fix set_fdtfile() not to break u-boots DTBIgor Lantsman2020-08-201-6/+13
* | xilinx: Setup bootm variablesMichal Simek2020-08-201-0/+3
|/
* board: xen: De-initialize before jumping to LinuxOleksandr Andrushchenko2020-08-141-0/+6
* xen: Port Xen grant table driver from mini-osOleksandr Andrushchenko2020-08-141-0/+13
* xen: Port Xen bus driver from mini-osOleksandr Andrushchenko2020-08-141-1/+15
* serial: serial_xen: Add Xen PV serial driverPeng Fan2020-08-141-7/+24
* board: Introduce xenguest_arm64 boardAndrii Anisov2020-08-144-0/+176
* riscv: sifive/fu540: Move SPL related functions to spl.cBin Meng2020-08-142-34/+32
* riscv: sifive/fu540: Drop NET_RANDOM_ETHADDRBin Meng2020-08-141-1/+0
* riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC levelBin Meng2020-08-141-22/+0
* riscv: sifive/fu540: spl: Rename soc_spl_init()Bin Meng2020-08-141-1/+1
* riscv: sifive/fu540: spl: Drop our own version of board_init_f()Bin Meng2020-08-141-18/+1
* Merge tag 'u-boot-stm32-20200813' of https://gitlab.denx.de/u-boot/custodians...WIP/13Aug2020Tom Rini2020-08-136-153/+172
|\
| * board: stm32mp1: use const for struct node_infoPatrick Delaunay2020-08-131-1/+1
| * board: stm32mp1: remove board.cPatrick Delaunay2020-08-131-36/+0
| * ARM: dts: stm32: Update eth1addr from EEPROM if eth1 presentMarek Vasut2020-08-131-2/+23
| * ARM: stm32: Add fitImage its entry for 587-200 DHCOR SoMMarek Vasut2020-08-131-0/+14
| * ARM: stm32: Add both PDK2 and DRC02 DT into DHCOM fitImage itsMarek Vasut2020-08-133-4/+25
| * board: stm32mp1: update fdt fixup partitions tableChristophe Kerello2020-08-131-0/+1
| * board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setupPatrick Delaunay2020-08-131-3/+3
| * board: stm32mp1: use IS_ENABLED to prevent ifdef in env functionsPatrick Delaunay2020-08-131-19/+17
| * board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_initPatrick Delaunay2020-08-131-30/+30
| * board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fixPatrick Delaunay2020-08-131-5/+5
| * board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_infPatrick Delaunay2020-08-131-9/+11
| * board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_initPatrick Delaunay2020-08-131-8/+3