aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-30x86: efi: Fix EFI 64-bit payload build warningsBin Meng1-4/+0
2016-08-30x86: Add debugging when cpu_common_init() failsSimon Glass1-1/+3
2016-08-30x86: ivybridge: Allow microcode to be collatedSimon Glass1-1/+11
2016-08-30x86: Add debugging when a microcode update failsSimon Glass1-1/+3
2016-08-16x86: Add theadorable-x86-dfi-bt700 board supportStefan Roese2-0/+22
2016-08-16x86: Add DFI BT700 BayTrail board supportStefan Roese4-0/+335
2016-08-16x86: conga-qeval20-qa3: Add SMBus support and SMSC2513 config codeStefan Roese1-7/+11
2016-08-16i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)Stefan Roese1-26/+0
2016-08-16x86: som-db5800-som-6867: fix SERIRQ on resetGeorge McCollister1-0/+6
2016-08-16x86: baytrail: Add SIO HS-UART clock setupStefan Roese1-0/+48
2016-08-16x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZEStefan Roese1-4/+4
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-12/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-3/+1
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini18-13/+474
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass1-0/+5
2016-07-12x86: Add Advantech SOM-DB5800/SOM-6867 supportGeorge McCollister3-1/+295
2016-07-12x86: baytrail: acpi: Hide internal UART per GNVS settingBin Meng1-11/+8
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng4-0/+32
2016-07-12x86: quark: Introduce ACPI global NVSBin Meng3-0/+41
2016-07-12x86: baytrail: Introduce ACPI global NVSBin Meng4-0/+81
2016-07-12x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng1-1/+1
2016-07-12x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng1-0/+11
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass1-6/+0
2016-06-29x86: coreboot: Remove the dummy pch driverBin Meng2-27/+0
2016-06-12x86: Probe pinctrl driver in cpu_init_r()Bin Meng1-0/+5
2016-06-12x86: baytrail: Configure card detect pin of the SD controllerBin Meng3-0/+45
2016-06-12x86: baytrail: Change fsp, emmc-boot-mode to "auto"Bin Meng3-3/+3
2016-06-12x86: baytrail: Add 'reg' property in the pinctrl nodeBin Meng3-0/+7
2016-06-12x86: acpi: Fix madt lapic generationGeorge McCollister1-6/+6