summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* part: extract MBR signature from partitionsPeter Jones2017-09-203-3/+47
* part: move efi_guid_tRob Clark2017-09-203-5/+6
* efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt2017-09-182-0/+109
* efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt2017-09-181-0/+11
* efi_selftest: test task priority levelsHeinrich Schuchardt2017-09-182-1/+218
* efi_loader: implement task priority level (TPL)Heinrich Schuchardt2017-09-181-4/+28
* efi_selftest: provide unit test for event servicesHeinrich Schuchardt2017-09-182-1/+199
* efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt2017-09-181-0/+1
* efi_loader: implement queueing of the notification functionHeinrich Schuchardt2017-09-183-12/+36
* test/py: add a test calling the EFI selftestHeinrich Schuchardt2017-09-181-0/+25
* efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt2017-09-1810-5/+558
* efi_loader: allow return value in EFI_CALLHeinrich Schuchardt2017-09-182-3/+17
* efi_loader: fix typo in include/efi.hHeinrich Schuchardt2017-09-181-1/+1
* efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt2017-09-181-2/+4
* EFI: find EFI system partition by legacy MBR partition typeAndre Przywara2017-09-181-1/+1
* efi_loader: usage of always in MakefileHeinrich Schuchardt2017-09-181-2/+3
* scripts/Makefile.lib: generalize building built in EFI appHeinrich Schuchardt2017-09-181-13/+15
* efi_loader: rename __efi_hello_world_*Heinrich Schuchardt2017-09-183-8/+8
* scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:Heinrich Schuchardt2017-09-181-2/+0
* efi_loader: Fix efi_exit gd clobberingAlexander Graf2017-09-181-0/+7
* efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt2017-09-182-0/+17
* efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt2017-09-181-0/+2
* efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt2017-09-181-1/+1
* efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt2017-09-181-1/+5
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-1751-49/+15254
|\
| * x86: ivybridge: remove unused variablesHeinrich Schuchardt2017-09-161-10/+0
| * x86: Enable early timer for chromebook_linkSimon Glass2017-09-162-0/+2
| * bootstage: Provide a separate record count setting for SPLSimon Glass2017-09-162-3/+10
| * bootstage: Drop unused optionsSimon Glass2017-09-167-20/+1
| * dm: x86: Allow TSC timer to be used before DM is readySimon Glass2017-09-162-5/+26
| * board_f: Drop the timer after relocationSimon Glass2017-09-161-0/+3
| * x86: Support Intel Cherry Hill boardBin Meng2017-09-1611-0/+957
| * x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng2017-09-161-0/+6
| * x86: braswell: Add FSP configurationBin Meng2017-09-165-1/+637
| * x86: braswell: Add microcode for B0/C0/D0 stepping SoCBin Meng2017-09-163-0/+12924
| * x86: Add Intel Braswell SoC supportBin Meng2017-09-168-0/+386
| * x86: fsp: Update fsp command to show spec 1.1 headerBin Meng2017-09-162-3/+30
| * x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2017-09-163-0/+133
| * x86: dts: Include Intel Video BIOS Table in the ROM imageBin Meng2017-09-161-0/+6
| * tools: binman: Add a new entry type for Intel VBTBin Meng2017-09-163-1/+36
| * x86: Add Video BIOS Table (VBT) related Kconfig optionsBin Meng2017-09-161-0/+34
| * x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2017-09-163-0/+45
| * x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng2017-09-162-1/+10
| * x86: tsc: Add Airmont reference clock valuesBin Meng2017-09-161-7/+10
* | Merge git://git.denx.de/u-boot-fdtTom Rini2017-09-1542-132/+1656
|\ \
| * | test: overlay: Add unit test for stacked overlayPantelis Antoniou2017-09-153-1/+55
| * | ut: fix fdt_getprop_u32() changePantelis Antoniou2017-09-151-8/+8
| * | config: sandbox: Add unit testsPantelis Antoniou2017-09-151-0/+2
| * | dtbo: make dtbos specialPantelis Antoniou2017-09-151-0/+17
| * | doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr2017-09-152-6/+87