summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ppc: qemu: Switch over to use DM ETH and PCIBin Meng2021-03-053-104/+24
| * pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng2021-03-051-8/+8
| * pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng2021-03-051-3/+2
| * pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng2021-03-051-0/+4
| * ppc: qemu: Switch over to use DM serialBin Meng2021-03-053-10/+7
| * common: Move initr_addr_map() to a bit earlierBin Meng2021-03-051-3/+3
| * ppc: io.h: Use addrmap_ translation APIs only in post-relocation phaseBin Meng2021-03-051-6/+9
| * lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng2021-03-051-0/+2
| * test: cmd: Add a basic test for 'addrmap' commandBin Meng2021-03-054-0/+47
| * cmd: Add a command to display the address mapBin Meng2021-03-055-0/+85
| * lib: addr_map: Move address_map[] type to the header fileBin Meng2021-03-052-5/+9
| * include: Remove extern from addr_map.hBin Meng2021-03-051-4/+4
| * ppc: qemu: Enable driver modelBin Meng2021-03-051-0/+2
| * ppc: qemu: Enable OF_CONTROLBin Meng2021-03-052-1/+12
| * ppc: qemu: Drop board_early_init_f()Bin Meng2021-03-052-6/+0