summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-02-06x86: Fix up byteorder.h for x86_64Simon Glass
2017-02-06x86: Add a link script for SPLSimon Glass
2017-02-06x86: Add a link script for 64-bit x86Simon Glass
2017-02-06x86: Fix up CONFIG_X86_64 checkSimon Glass
2017-02-06x86: Support global_data on x86_64Simon Glass
2017-02-06x86: Add cpu code for x86_64Simon Glass
2017-02-06x86: Move the i386 code into its own directorySimon Glass
2017-02-06x86: Add an SPL implementationSimon Glass
2017-02-06x86: Tidy up use of size_t in relocationSimon Glass
2017-02-06x86: Add support for 64-bit relocationSimon Glass
2017-02-06x86: Refactor relocation to prepare for 64-bitSimon Glass
2017-02-06x86: Add 64-bit start-up codeSimon Glass
2017-02-06x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass
2017-02-06x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass
2017-02-06x86: Kconfig: Add location options for 16/32-bit initSimon Glass
2017-02-06x86: Add Kconfig options to build 64-bit U-BootSimon Glass
2017-02-06x86: lib: Fix types and casts for 64-bit compilationSimon Glass
2017-02-06x86: fsp: Fix cast for 64-bit compilationSimon Glass
2017-02-06x86: dts: Mark serial as needed before relocationSimon Glass
2017-02-06x86: ivybridge: Fix types for 64-bit compilationSimon Glass
2017-02-06x86: ivybridge: Add more debugging for failuresSimon Glass
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass
2017-02-06x86: Update mpspec to build on 64-bit machinesSimon Glass
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2017-02-06x86: Synchronize list of x86 subarchitectures (update bootparam.h)Andy Shevchenko
2016-12-26x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsiBin Meng
2016-12-26x86: quark: Fix build error for quark-based boardsBin Meng
2016-12-19x86: Use binman all x86 boardsSimon Glass
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-11-14efi: x86: Adjust EFI files support efi_loaderSimon Glass
2016-11-14x86: Move efi .S files into the 'lib' directorySimon Glass
2016-11-14x86: Move efi .lds files into the 'lib' directorySimon Glass
2016-11-14x86: Correct a build warning in x86 tablesSimon Glass
2016-10-19Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf
2016-10-19x86: Move table csum into separate fileAlexander Graf
2016-10-18x86: Add implementations of setjmp() and longjmp()Simon Glass
2016-10-18x86: Move table csum into separate headerAlexander Graf
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng
2016-10-11x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass
2016-10-11x86: Drop unused init_helper functionsSimon Glass
2016-10-11x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass