summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-272-2/+2
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-172-0/+5
* efi: x86: Adjust EFI files support efi_loaderSimon Glass2016-11-144-4/+21
* x86: Move efi .S files into the 'lib' directorySimon Glass2016-11-147-19/+19
* x86: Move efi .lds files into the 'lib' directorySimon Glass2016-11-143-1/+1
* x86: Correct a build warning in x86 tablesSimon Glass2016-11-141-0/+2
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2016-10-1912-536/+89
|\
| * x86: efi: Add EFI loader support for x86Simon Glass2016-10-193-1/+48
| * cpu: Add get_vendor callbackAlexander Graf2016-10-195-0/+29
| * cpu: Add DMTF id and family fieldsAlexander Graf2016-10-191-0/+5
| * smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-191-1/+6
| * x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-195-534/+1
| * x86: Move table csum into separate fileAlexander Graf2016-10-192-12/+2
* | x86: Add implementations of setjmp() and longjmp()Simon Glass2016-10-183-1/+86
* | x86: Move table csum into separate headerAlexander Graf2016-10-182-12/+2
|/
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-2/+3
* x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-128-4/+11
* x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-111-3/+5
* x86: Drop unused init_helper functionsSimon Glass2016-10-112-12/+0
* x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass2016-10-111-4/+4
* x86: ivybridge: Fix PCH power setupSimon Glass2016-10-111-4/+4
* x86: Correct address casts in interrupt codeSimon Glass2016-10-111-2/+2
* x86: Correct address casts in cpu codeSimon Glass2016-10-111-6/+4
* x86: Allow interrupts to be disabled in 64-bit modeSimon Glass2016-10-111-1/+4
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-119-1035/+0
* dm: x86: Move samus to use new driver model supportSimon Glass2016-10-111-1/+0
* x86: Add an accelerated memmove() functionSimon Glass2016-10-112-1/+162
* x86: Fix Linux v4.7+ zimage booting (update bootparam.h)Stefan Roese2016-10-111-0/+3
* x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese2016-10-111-2/+3
* input: specify the default of I8042_KEYB in more correct mannerMasahiro Yamada2016-10-011-3/+0
* sandbox, x86: select DM_KEYBOARD instead of default y entryMasahiro Yamada2016-10-011-3/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-232-2/+2
* x86: squash lines for immediate returnMasahiro Yamada2016-09-234-28/+4
* x86: efi: Fix EFI 64-bit payload build warningsBin Meng2016-08-301-4/+0
* x86: Add debugging when cpu_common_init() failsSimon Glass2016-08-301-1/+3
* x86: ivybridge: Allow microcode to be collatedSimon Glass2016-08-301-1/+11
* x86: Add debugging when a microcode update failsSimon Glass2016-08-301-1/+3
* x86: Add theadorable-x86-dfi-bt700 board supportStefan Roese2016-08-162-0/+22
* x86: Add DFI BT700 BayTrail board supportStefan Roese2016-08-164-0/+335
* x86: conga-qeval20-qa3: Add SMBus support and SMSC2513 config codeStefan Roese2016-08-161-7/+11
* i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese2016-08-161-26/+0
* x86: som-db5800-som-6867: fix SERIRQ on resetGeorge McCollister2016-08-161-0/+6
* x86: baytrail: Add SIO HS-UART clock setupStefan Roese2016-08-161-0/+48
* x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZEStefan Roese2016-08-161-4/+4
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-12/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-3/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-07-1218-13/+474
|\
| * x86: link: Correct a failure in DRAM initSimon Glass2016-07-121-0/+5
| * x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister2016-07-123-1/+295