aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-20efi_loader: add device-path utilsRob Clark5-3/+611
2017-09-20efi: add some more device path structuresPeter Jones1-0/+54
2017-09-20efi: add some missing __packedRob Clark1-4/+4
2017-09-20part: extract MBR signature from partitionsPeter Jones3-3/+47
2017-09-20part: move efi_guid_tRob Clark3-5/+6
2017-09-18efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt2-0/+109
2017-09-18efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt1-0/+11
2017-09-18efi_selftest: test task priority levelsHeinrich Schuchardt2-1/+218
2017-09-18efi_loader: implement task priority level (TPL)Heinrich Schuchardt1-4/+28
2017-09-18efi_selftest: provide unit test for event servicesHeinrich Schuchardt2-1/+199
2017-09-18efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt1-0/+1
2017-09-18efi_loader: implement queueing of the notification functionHeinrich Schuchardt3-12/+36
2017-09-18test/py: add a test calling the EFI selftestHeinrich Schuchardt1-0/+25
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt10-5/+558
2017-09-18efi_loader: allow return value in EFI_CALLHeinrich Schuchardt2-3/+17
2017-09-18efi_loader: fix typo in include/efi.hHeinrich Schuchardt1-1/+1
2017-09-18efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt1-2/+4
2017-09-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara1-1/+1
2017-09-18efi_loader: usage of always in MakefileHeinrich Schuchardt1-2/+3
2017-09-18scripts/Makefile.lib: generalize building built in EFI appHeinrich Schuchardt1-13/+15
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt3-8/+8
2017-09-18scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:Heinrich Schuchardt1-2/+0
2017-09-18efi_loader: Fix efi_exit gd clobberingAlexander Graf1-0/+7
2017-09-18efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt2-0/+17
2017-09-18efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt1-0/+2
2017-09-18efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt1-1/+1
2017-09-18efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt1-1/+5
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini51-49/+15254
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt1-10/+0
2017-09-16x86: Enable early timer for chromebook_linkSimon Glass2-0/+2
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass2-3/+10
2017-09-16bootstage: Drop unused optionsSimon Glass7-20/+1
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass2-5/+26
2017-09-16board_f: Drop the timer after relocationSimon Glass1-0/+3
2017-09-16x86: Support Intel Cherry Hill boardBin Meng11-0/+957
2017-09-16x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng1-0/+6
2017-09-16x86: braswell: Add FSP configurationBin Meng5-1/+637
2017-09-16x86: braswell: Add microcode for B0/C0/D0 stepping SoCBin Meng3-0/+12924
2017-09-16x86: Add Intel Braswell SoC supportBin Meng8-0/+386
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng2-3/+30
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng3-0/+133
2017-09-16x86: dts: Include Intel Video BIOS Table in the ROM imageBin Meng1-0/+6
2017-09-16tools: binman: Add a new entry type for Intel VBTBin Meng3-1/+36
2017-09-16x86: Add Video BIOS Table (VBT) related Kconfig optionsBin Meng1-0/+34
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng3-0/+45
2017-09-16x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng2-1/+10
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng1-7/+10
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini42-132/+1656
2017-09-15test/py: gpt: make use of infra-structureStephen Warren2-40/+66
2017-09-15ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford2-140/+0