summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2017-02-06x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass
2017-02-06x86: ivybridge: Skip SATA init in SPLSimon 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 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: 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: Use unsigned long for address in table generationSimon Glass
2016-11-14x86: Move efi .lds files into the 'lib' directorySimon 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-18x86: Add implementations of setjmp() and longjmp()Simon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng
2016-10-11x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass
2016-10-11x86: ivybridge: Fix PCH power setupSimon Glass
2016-10-11x86: Correct address casts in interrupt codeSimon Glass
2016-10-11x86: Correct address casts in cpu codeSimon Glass
2016-10-11x86: Allow interrupts to be disabled in 64-bit modeSimon Glass
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass
2016-10-11dm: x86: Move samus to use new driver model supportSimon Glass
2016-10-11x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese
2016-09-23x86: squash lines for immediate returnMasahiro Yamada
2016-08-30x86: Add debugging when cpu_common_init() failsSimon Glass
2016-08-30x86: ivybridge: Allow microcode to be collatedSimon Glass
2016-08-30x86: Add debugging when a microcode update failsSimon Glass
2016-08-16x86: baytrail: Add SIO HS-UART clock setupStefan Roese
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass
2016-07-12x86: quark: Introduce ACPI global NVSBin Meng
2016-07-12x86: baytrail: Introduce ACPI global NVSBin Meng
2016-07-12x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass
2016-06-29x86: coreboot: Remove the dummy pch driverBin Meng
2016-06-12x86: Probe pinctrl driver in cpu_init_r()Bin Meng
2016-05-30x86: baytrail: acpi: Fix I/O APIC ID in the MADT tableBin Meng
2016-05-30x86: quark: Generate ACPI FADT/MADT tablesBin Meng
2016-05-23x86: broadwell: Correct I/O APIC IDBin Meng
2016-05-23x86: quark: Assign a unique I/O APIC IDBin Meng
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng