aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/09Mar2021Tom Rini5-10/+30
2021-03-09x86: Select advanced Intel code only if allowedSimon Glass2-0/+16
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2-9/+9
2021-03-09x86: Fix member check in intel_gnvsSimon Glass1-0/+4
2021-03-09x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt1-1/+1
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-7/+8
2021-03-08Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini24-30/+484
2021-03-08configs: meson64: add fdtoverlay_addr_rNeil Armstrong1-0/+1
2021-03-08button: adc: fix treshold typoNeil Armstrong1-7/+7
2021-03-08Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen3-6/+14
2021-03-08configs: socfpga: Add defconfig for Agilex with VAB supportSiew Chin Lim1-0/+75
2021-03-08configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim5-7/+9
2021-03-08arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim1-0/+22
2021-03-08arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim2-0/+35
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim7-5/+309
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim7-12/+15
2021-03-07Merge tag 'efi-2021-04-rc3-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/07Mar2021Tom Rini6-29/+242
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt1-2/+2
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt3-9/+142
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt2-9/+23
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt4-16/+71
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt3-1/+12
2021-03-07efi_loader: console size of vidconsoleHeinrich Schuchardt1-1/+1
2021-03-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/06Mar2021Tom Rini64-817/+924
2021-03-05doc: Add a reST document for qemu-ppce500Bin Meng2-0/+89
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng5-3/+5
2021-03-05ppc: qemu: Drop fixed_sdram()Bin Meng1-5/+0
2021-03-05ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng2-4/+1
2021-03-05ppc: qemu: Delete the temporary FDT virtual-physical mapping after U-Boot is ...Bin Meng1-1/+10
2021-03-05ppc: qemu: Enable RTC support via I2CBin Meng2-0/+6
2021-03-05ppc: qemu: Enable support for power off via GPIOBin Meng1-1/+5
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng2-0/+8
2021-03-05ppc: qemu: Enable GPIO supportBin Meng1-0/+3
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng2-4/+5
2021-03-05ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'Bin Meng1-0/+1
2021-03-05ppc: qemu: Enable VirtIO BLK supportBin Meng1-0/+3
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng1-0/+1
2021-03-05ppc: qemu: Enable VirtIO NET supportBin Meng2-0/+10
2021-03-05cmd: Fix virtio command dependencyBin Meng1-0/+1
2021-03-05ppc: qemu: Drop CONFIG_OF_BOARD_SETUPBin Meng2-8/+0
2021-03-05ppc: qemu: Switch over to use DM ETH and PCIBin Meng3-104/+24
2021-03-05pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng1-8/+8
2021-03-05pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng1-3/+2
2021-03-05pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng1-0/+4
2021-03-05ppc: qemu: Switch over to use DM serialBin Meng3-10/+7
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng1-3/+3
2021-03-05ppc: io.h: Use addrmap_ translation APIs only in post-relocation phaseBin Meng1-6/+9
2021-03-05lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng1-0/+2
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng4-0/+47
2021-03-05cmd: Add a command to display the address mapBin Meng5-0/+85