summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-08-05122-235/+8325
|\
| * x86: Document how to write PIRQ information in the device treeBin Meng2015-08-051-0/+41
| * pci: Remove DEBUG from pci_compat.cBin Meng2015-08-051-1/+0
| * efi: Add a README to explain how things workSimon Glass2015-08-051-0/+237
| * x86: Gracefully disable the vesa driver when running from EFISimon Glass2015-08-051-0/+8
| * x86: qemu: Support operation as an EFI payloadSimon Glass2015-08-053-3/+9
| * x86: baytrail: Support operation as an EFI payloadSimon Glass2015-08-054-3/+8
| * x86: Add helper code for running from EFISimon Glass2015-08-054-0/+165
| * x86: Handle running as EFI payloadSimon Glass2015-08-055-10/+43
| * efi: Add a command to display the memory mapSimon Glass2015-08-052-0/+258
| * efi: Add functions for decoding the EFI tablesSimon Glass2015-08-052-0/+48
| * x86: Add support for passing tables into U-BootSimon Glass2015-08-053-1/+20
| * efi: Add 64-bit payload supportSimon Glass2015-08-056-6/+143
| * x86: Add a way to call 32-bit code from 64-bit modeSimon Glass2015-08-053-0/+79
| * x86: Add an enum for some commonly-used GDT bitsSimon Glass2015-08-051-0/+18
| * x86: Support building the EFI stubSimon Glass2015-08-052-1/+25
| * efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-057-0/+376
| * x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2015-08-052-0/+149
| * x86: Add definitions for the x86-efi board and plumb it inBen Stoltz2015-08-052-0/+50
| * x86: Allow relocation code to build without text baseSimon Glass2015-08-051-6/+11
| * x86: dts: Add a device tree file for EFISimon Glass2015-08-052-0/+23
| * x86: Add EFI board codeBen Stoltz2015-08-056-0/+66
| * x86: Add support for U-Boot as an EFI applicationBen Stoltz2015-08-0511-0/+319
| * x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass2015-08-051-0/+46
| * x86: Support skipping relocation for EFISimon Glass2015-08-051-0/+6
| * efi: Support building a u-boot-app.efi executableSimon Glass2015-08-051-0/+5
| * x86: Set up toolchain flags for running as EFI applicationBen Stoltz2015-08-051-3/+27
| * efi: Drop CONFIG_SYS_TEXT_BASE for EFIBen Stoltz2015-08-051-0/+1
| * efi: Add a serial driverSimon Glass2015-08-053-0/+167
| * Add a way to skip relocationSimon Glass2015-08-052-0/+10
| * x86: Update README to explain booting Ubuntu on MinnowmaxSimon Glass2015-08-051-0/+278
| * x86: minnowmax: Drop the old PCI settingsSimon Glass2015-08-051-12/+0
| * x86: dts: Fix typo in intel,irq-router.txtSimon Glass2015-08-051-2/+2
| * x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header fileSimon Glass2015-08-051-1/+0
| * x86: Move CONFIG_X86_SERIAL to KconfigSimon Glass2015-08-057-10/+11
| * x86: Move Chrome OS options to defconfigSimon Glass2015-08-053-3/+6
| * dm: Add a return value comment to device_get_child()Simon Glass2015-08-051-1/+3
| * pci: Indicate prefetchable memory allocate when debuggingSimon Glass2015-08-051-2/+3
| * pci: Add a constant for an invalid interruptSimon Glass2015-08-052-1/+4
| * efi: Display the correct initcall pre-relocation valuesSimon Glass2015-08-051-0/+4
| * efi: Avoid using non-existent text baseBen Stoltz2015-08-051-3/+4
| * efi: Add start-up library codeSimon Glass2015-08-0510-64/+887
| * x86: Allow use of global_data with EFISimon Glass2015-08-051-0/+7
| * pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass2015-08-051-1/+3
| * pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass2015-08-051-25/+23
| * x86: Tidy up a few minor issues with interruptsSimon Glass2015-08-051-5/+4
| * x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-056-0/+12
| * x86: Tidy up the 64-bit calling codeSimon Glass2015-08-051-2/+2
| * x86: Drop unused copy_fdt_to_ram()Simon Glass2015-08-052-19/+0
| * x86: Tidy up global_data flagsSimon Glass2015-08-052-7/+11
OpenPOWER on IntegriCloud