summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/12Mar2021Tom Rini2021-03-1223-175/+37
|\
| * arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár2021-03-129-126/+3
| * arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár2021-03-121-0/+10
| * arm: mvebu: Espressobin: Enable additional optionsPali Rohár2021-03-121-1/+4
| * ddr: marvell: axp: fix array types have different bounds warningMarek Behún2021-03-122-3/+3
| * ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún2021-03-122-4/+4
| * ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár2021-03-1210-40/+6
| * ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal2021-03-121-1/+7
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-03-101-0/+3
|\
| * usb: mtu3: flush cache for next GPDChunfeng Yun2021-03-101-0/+3
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/09Mar2021Tom Rini2021-03-095-10/+30
|\
| * x86: Select advanced Intel code only if allowedSimon Glass2021-03-092-0/+16
| * x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2021-03-092-9/+9
| * x86: Fix member check in intel_gnvsSimon Glass2021-03-091-0/+4
| * x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt2021-03-091-1/+1
|/
* Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...WIP/08Mar2021Tom Rini2021-03-082-7/+8
|\
| * configs: meson64: add fdtoverlay_addr_rNeil Armstrong2021-03-081-0/+1
| * button: adc: fix treshold typoNeil Armstrong2021-03-081-7/+7
* | Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini2021-03-0824-30/+484
|\ \
| * | Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen2021-03-083-6/+14
| * | configs: socfpga: Add defconfig for Agilex with VAB supportSiew Chin Lim2021-03-081-0/+75
| * | configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim2021-03-085-7/+9
| * | arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim2021-03-081-0/+22
| * | arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim2021-03-082-0/+35
| * | arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim2021-03-087-5/+309
| * | arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim2021-03-087-12/+15
| |/
* | Merge tag 'efi-2021-04-rc3-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/07Mar2021Tom Rini2021-03-076-29/+242
|\ \ | |/ |/|
| * efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt2021-03-071-2/+2
| * lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-073-9/+142
| * lib/charset: utf8_get() should return errorHeinrich Schuchardt2021-03-072-9/+23
| * efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-074-16/+71
| * efi_loader: move codepage 437 tableHeinrich Schuchardt2021-03-073-1/+12
| * efi_loader: console size of vidconsoleHeinrich Schuchardt2021-03-071-1/+1
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/06Mar2021Tom Rini2021-03-0664-817/+924
|\
| * doc: Add a reST document for qemu-ppce500Bin Meng2021-03-052-0/+89
| * ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng2021-03-055-3/+5
| * ppc: qemu: Drop fixed_sdram()Bin Meng2021-03-051-5/+0
| * ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng2021-03-052-4/+1
| * ppc: qemu: Delete the temporary FDT virtual-physical mapping after U-Boot is ...Bin Meng2021-03-051-1/+10
| * ppc: qemu: Enable RTC support via I2CBin Meng2021-03-052-0/+6
| * ppc: qemu: Enable support for power off via GPIOBin Meng2021-03-051-1/+5
| * dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng2021-03-052-0/+8
| * ppc: qemu: Enable GPIO supportBin Meng2021-03-051-0/+3
| * gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng2021-03-052-4/+5
| * ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'Bin Meng2021-03-051-0/+1
| * ppc: qemu: Enable VirtIO BLK supportBin Meng2021-03-051-0/+3
| * virtio: Fix VirtIO BLK driver dependencyBin Meng2021-03-051-0/+1
| * ppc: qemu: Enable VirtIO NET supportBin Meng2021-03-052-0/+10
| * cmd: Fix virtio command dependencyBin Meng2021-03-051-0/+1
| * ppc: qemu: Drop CONFIG_OF_BOARD_SETUPBin Meng2021-03-052-8/+0