summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt
2017-09-18efi_loader: allow return value in EFI_CALLHeinrich Schuchardt
2017-09-18efi_loader: fix typo in include/efi.hHeinrich Schuchardt
2017-09-18efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt
2017-09-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara
2017-09-18efi_loader: usage of always in MakefileHeinrich Schuchardt
2017-09-18scripts/Makefile.lib: generalize building built in EFI appHeinrich Schuchardt
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt
2017-09-18scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:Heinrich Schuchardt
2017-09-18efi_loader: Fix efi_exit gd clobberingAlexander Graf
2017-09-18efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt
2017-09-18efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt
2017-09-18efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt
2017-09-18efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt
2017-09-16x86: Enable early timer for chromebook_linkSimon Glass
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass
2017-09-16bootstage: Drop unused optionsSimon Glass
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass
2017-09-16board_f: Drop the timer after relocationSimon Glass
2017-09-16x86: Support Intel Cherry Hill boardBin Meng
2017-09-16x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng
2017-09-16x86: braswell: Add FSP configurationBin Meng
2017-09-16x86: braswell: Add microcode for B0/C0/D0 stepping SoCBin Meng
2017-09-16x86: Add Intel Braswell SoC supportBin Meng
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng
2017-09-16x86: dts: Include Intel Video BIOS Table in the ROM imageBin Meng
2017-09-16tools: binman: Add a new entry type for Intel VBTBin Meng
2017-09-16x86: Add Video BIOS Table (VBT) related Kconfig optionsBin Meng
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng
2017-09-16x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini
2017-09-15test/py: gpt: make use of infra-structureStephen Warren
2017-09-15ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford
2017-09-15arm: dts: Add missing u-boot specific dtsi for dra7-evmJean-Jacques Hiblot
2017-09-15arm: mach-omap2: Relax checks on OP-TEE location to allow pageable imageHarinarayan Bhatta
2017-09-15fs/fat: fix fatbuf leakRob Clark
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fat/fs: remove a bunch of dead codeRob Clark
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-15fat/fs: convert to directory iteratorsRob Clark
2017-09-15fs/fat: introduce new director iteratorsRob Clark
2017-09-15fs/fat: split out helper to init fsdataRob Clark
2017-09-15Merge git://git.denx.de/u-boot-ubiTom Rini