aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-03-08Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini
2021-03-08configs: meson64: add fdtoverlay_addr_rNeil Armstrong
2021-03-08button: adc: fix treshold typoNeil Armstrong
2021-03-08Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen
2021-03-08configs: socfpga: Add defconfig for Agilex with VAB supportSiew Chin Lim
2021-03-08configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim
2021-03-08arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim
2021-03-08arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim
2021-03-07Merge tag 'efi-2021-04-rc3-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt
2021-03-07efi_loader: console size of vidconsoleHeinrich Schuchardt
2021-03-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2021-03-05doc: Add a reST document for qemu-ppce500Bin Meng
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng
2021-03-05ppc: qemu: Drop fixed_sdram()Bin Meng
2021-03-05ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng
2021-03-05ppc: qemu: Delete the temporary FDT virtual-physical mapping after U-Boot is ...Bin Meng
2021-03-05ppc: qemu: Enable RTC support via I2CBin Meng
2021-03-05ppc: qemu: Enable support for power off via GPIOBin Meng
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng
2021-03-05ppc: qemu: Enable GPIO supportBin Meng
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng
2021-03-05ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'Bin Meng
2021-03-05ppc: qemu: Enable VirtIO BLK supportBin Meng
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng
2021-03-05ppc: qemu: Enable VirtIO NET supportBin Meng
2021-03-05cmd: Fix virtio command dependencyBin Meng
2021-03-05ppc: qemu: Drop CONFIG_OF_BOARD_SETUPBin Meng
2021-03-05ppc: qemu: Switch over to use DM ETH and PCIBin Meng
2021-03-05pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng
2021-03-05pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng
2021-03-05pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng
2021-03-05ppc: qemu: Switch over to use DM serialBin Meng
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng
2021-03-05ppc: io.h: Use addrmap_ translation APIs only in post-relocation phaseBin Meng
2021-03-05lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng
2021-03-05cmd: Add a command to display the address mapBin Meng
2021-03-05lib: addr_map: Move address_map[] type to the header fileBin Meng
2021-03-05include: Remove extern from addr_map.hBin Meng
2021-03-05ppc: qemu: Enable driver modelBin Meng
2021-03-05ppc: qemu: Enable OF_CONTROLBin Meng
2021-03-05ppc: qemu: Drop board_early_init_f()Bin Meng