summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-02-06x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass3-6/+4
2017-02-06x86: Kconfig: Add location options for 16/32-bit initSimon Glass1-0/+40
2017-02-06x86: Add Kconfig options to build 64-bit U-BootSimon Glass1-0/+46
2017-02-06x86: lib: Fix types and casts for 64-bit compilationSimon Glass3-5/+5
2017-02-06x86: fsp: Fix cast for 64-bit compilationSimon Glass1-2/+2
2017-02-06x86: dts: Mark serial as needed before relocationSimon Glass1-0/+1
2017-02-06x86: ivybridge: Fix types for 64-bit compilationSimon Glass1-2/+2
2017-02-06x86: ivybridge: Add more debugging for failuresSimon Glass2-10/+31
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass4-0/+8
2017-02-06x86: Update mpspec to build on 64-bit machinesSimon Glass2-10/+10
2017-02-06x86: Use unsigned long for address in table generationSimon Glass10-21/+14
2017-02-06x86: Synchronize list of x86 subarchitectures (update bootparam.h)Andy Shevchenko1-1/+2
2016-12-26x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsiBin Meng1-0/+3
2016-12-26x86: quark: Fix build error for quark-based boardsBin Meng1-0/+17
2016-12-20x86: Use binman all x86 boardsSimon Glass2-0/+80
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2-2/+2
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2-0/+5
2016-11-14efi: x86: Adjust EFI files support efi_loaderSimon Glass4-4/+21
2016-11-14x86: Move efi .S files into the 'lib' directorySimon Glass7-19/+19
2016-11-14x86: Move efi .lds files into the 'lib' directorySimon Glass3-1/+1
2016-11-14x86: Correct a build warning in x86 tablesSimon Glass1-0/+2
2016-10-19Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini12-536/+89
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass3-1/+48
2016-10-19cpu: Add get_vendor callbackAlexander Graf5-0/+29
2016-10-19cpu: Add DMTF id and family fieldsAlexander Graf1-0/+5
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-1/+6
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf5-534/+1
2016-10-19x86: Move table csum into separate fileAlexander Graf2-12/+2
2016-10-18x86: Add implementations of setjmp() and longjmp()Simon Glass3-1/+86
2016-10-18x86: Move table csum into separate headerAlexander Graf2-12/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-2/+3
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng8-4/+11
2016-10-11x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass1-3/+5
2016-10-11x86: Drop unused init_helper functionsSimon Glass2-12/+0
2016-10-11x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass1-4/+4
2016-10-11x86: ivybridge: Fix PCH power setupSimon Glass1-4/+4
2016-10-11x86: Correct address casts in interrupt codeSimon Glass1-2/+2
2016-10-11x86: Correct address casts in cpu codeSimon Glass1-6/+4
2016-10-11x86: Allow interrupts to be disabled in 64-bit modeSimon Glass1-1/+4
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass9-1035/+0
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass1-1/+0
2016-10-11x86: Add an accelerated memmove() functionSimon Glass2-1/+162
2016-10-11x86: Fix Linux v4.7+ zimage booting (update bootparam.h)Stefan Roese1-0/+3
2016-10-11x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese1-2/+3
2016-10-01input: specify the default of I8042_KEYB in more correct mannerMasahiro Yamada1-3/+0
2016-10-01sandbox, x86: select DM_KEYBOARD instead of default y entryMasahiro Yamada1-3/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-09-23x86: squash lines for immediate returnMasahiro Yamada4-28/+4