summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ppc: qemu: Drop init_laws() and print_laws()Bin Meng2021-03-051-10/+0
| * ppc: mpc85xx: Wrap LAW related codes with CONFIG_FSL_LAWBin Meng2021-03-052-0/+4
| * ppc: qemu: Fix CONFIG_SYS_PCI_MAP_ENDBin Meng2021-03-051-1/+1
| * ppc: qemu: Support non-identity PCI bus addressBin Meng2021-03-051-15/+14
| * common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng2021-03-051-3/+17
| * ppc: qemu: Update MAINTAINERS for correct email addressBin Meng2021-03-051-1/+1
| * pci: fsl_pci_init: Dynamically allocate the PCI regionsBin Meng2021-03-051-0/+5
| * net: dsa: remove master santiy checkMichael Walle2021-03-051-21/+4
| * net: dsa: remove NULL check for priv and platform dataMichael Walle2021-03-051-14/+7
| * net: dsa: probe master deviceMichael Walle2021-03-051-0/+9
| * net: dsa: return early if there is no masterMichael Walle2021-03-051-4/+4