summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeLines
* x86: Add cpu code for x86_64Simon Glass2017-02-06-1/+72
* x86: Move the i386 code into its own directorySimon Glass2017-02-06-509/+549
* x86: Add an SPL implementationSimon Glass2017-02-06-0/+163
* x86: Tidy up use of size_t in relocationSimon Glass2017-02-06-2/+2
* x86: Add support for 64-bit relocationSimon Glass2017-02-06-0/+45
* x86: Refactor relocation to prepare for 64-bitSimon Glass2017-02-06-24/+31
* x86: Add 64-bit start-up codeSimon Glass2017-02-06-0/+37
* x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass2017-02-06-2/+2
* x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-06-5/+7
* x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-06-6/+4
* x86: Kconfig: Add location options for 16/32-bit initSimon Glass2017-02-06-0/+40
* x86: Add Kconfig options to build 64-bit U-BootSimon Glass2017-02-06-0/+46
* x86: lib: Fix types and casts for 64-bit compilationSimon Glass2017-02-06-5/+5
* x86: fsp: Fix cast for 64-bit compilationSimon Glass2017-02-06-2/+2
* x86: dts: Mark serial as needed before relocationSimon Glass2017-02-06-0/+1
* x86: ivybridge: Fix types for 64-bit compilationSimon Glass2017-02-06-2/+2
* x86: ivybridge: Add more debugging for failuresSimon Glass2017-02-06-10/+31
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-06-0/+8
* x86: Update mpspec to build on 64-bit machinesSimon Glass2017-02-06-10/+10
* x86: Use unsigned long for address in table generationSimon Glass2017-02-06-21/+14
* x86: Synchronize list of x86 subarchitectures (update bootparam.h)Andy Shevchenko2017-02-06-1/+2
* x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsiBin Meng2016-12-26-0/+3
* x86: quark: Fix build error for quark-based boardsBin Meng2016-12-26-0/+17
* x86: Use binman all x86 boardsSimon Glass2016-12-20-0/+80
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02-0/+5
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-27-2/+2
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-17-0/+5
* efi: x86: Adjust EFI files support efi_loaderSimon Glass2016-11-14-4/+21
* x86: Move efi .S files into the 'lib' directorySimon Glass2016-11-14-19/+19
* x86: Move efi .lds files into the 'lib' directorySimon Glass2016-11-14-1/+1
* x86: Correct a build warning in x86 tablesSimon Glass2016-11-14-0/+2
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2016-10-19-536/+89
|\
| * x86: efi: Add EFI loader support for x86Simon Glass2016-10-19-1/+48
| * cpu: Add get_vendor callbackAlexander Graf2016-10-19-0/+29
| * cpu: Add DMTF id and family fieldsAlexander Graf2016-10-19-0/+5
| * smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-19-1/+6
| * x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-19-534/+1
| * x86: Move table csum into separate fileAlexander Graf2016-10-19-12/+2
* | x86: Add implementations of setjmp() and longjmp()Simon Glass2016-10-18-1/+86
* | x86: Move table csum into separate headerAlexander Graf2016-10-18-12/+2
|/
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-2/+3
* x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-12-4/+11
* x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-11-3/+5
* x86: Drop unused init_helper functionsSimon Glass2016-10-11-12/+0
* x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass2016-10-11-4/+4
* x86: ivybridge: Fix PCH power setupSimon Glass2016-10-11-4/+4
* x86: Correct address casts in interrupt codeSimon Glass2016-10-11-2/+2
* x86: Correct address casts in cpu codeSimon Glass2016-10-11-6/+4
* x86: Allow interrupts to be disabled in 64-bit modeSimon Glass2016-10-11-1/+4
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-11-1035/+0