summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25efi_loader: check parameters of CreateEventHeinrich Schuchardt
2018-07-25x86: Add efi_loader bits to x86_64 linker scriptAlexander Graf
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-07-25efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass
2018-07-25efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass
2018-07-25efi_selftest: Clean up a few comments and messagesSimon Glass
2018-07-25vsprintf: Handle NULL with %pUSimon Glass
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf
2018-07-25elf: Move x86 reloc defines to common elf.hAlexander Graf
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf
2018-07-25efi_loader: Disable miniapps on sandboxAlexander Graf
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt
2018-07-25efi_loader: Allow SMBIOS tables in highmemAlexander Graf
2018-07-25efi_loader: Use map_sysmem() in bootefi commandAlexander Graf
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf
2018-07-25Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis
2018-07-25ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supportedMark Kettenis
2018-07-25efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis
2018-07-25efi_loader: ARM: run EFI payloads non-secureMark Kettenis
2018-07-25ARM: HYP/non-sec: migrate stackMark Kettenis
2018-07-25efi_selftest: update .gitignoreHeinrich Schuchardt
2018-07-24Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2018-07-25ARM: uniphier: enable distro bootMasahiro Yamada
2018-07-25ARM: uniphier: enable MTD partition and UBIMasahiro Yamada
2018-07-25ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada
2018-07-25board: constify struct node_info arrayMasahiro Yamada
2018-07-25fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada
2018-07-25mtd: nand: denali: correct buffer alignment for DMA transferMasahiro Yamada
2018-07-25kconfig: Avoid format overflow warning from GCC 8.1Luis Araneda
2018-07-25ARM: rmobile: gen2: Enable ACTLR[0] (Enable invalidates of BTB) to facilitate...Marek Vasut
2018-07-25ARM: dts: socfpga: Adjust NAND register layout on Arria10Marek Vasut
2018-07-25ARM: socfpga: Init missing security policies on A10Marek Vasut
2018-07-25ARM: socfpga: Assure correct CPACR configurationMarek Vasut
2018-07-25arm: socfpga: Fixes: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan
2018-07-24mailmap: Fix broken email from fit_image.cMichal Simek
2018-07-24configs: am3517-evm: Setup NAND bootingAdam Ford
2018-07-24ARM: AM3517-EVM: Update MaintainerAdam Ford
2018-07-24config: remove unused CONFIG_SPL_RELOC_STACK_SIZEHeinrich Schuchardt
2018-07-24doc: Move device tree bindings documentation to doc/device-tree-bindingsBreno Lima
2018-07-24mkimage: fit_image: Use macros from image.hMichal Simek
2018-07-24omap3: beagle: re-enable EFI support after the following commit removed it by...Guillaume GARDET
2018-07-24spl: remove dependency to "asm/utils.h"Paulo Zaneti
2018-07-24hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel
2018-07-24avb2.0: use block API in AVB opsIgor Opaniuk
2018-07-24avb2.0: add proper dependenciesIgor Opaniuk