summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2017-04-18x86: Drop leading spaces in cpu_x86_get_desc()Simon Glass
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-21x86: Intel MID platforms has no microcode updateAndy Shevchenko
2017-02-21x86: Force 32-bit jumps in interrupt handlersJ. Tang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng
2017-02-07x86: Compile irq.c for 64-bitBin Meng
2017-02-07x86: Wrap print_ch() with config optionBin Meng
2017-02-07x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng
2017-02-07x86: Update compile/link flags to support 64-bit U-BootSimon Glass
2017-02-07x86: Add a dummy setjmp implementation for x86_64Simon Glass
2017-02-07x86: Move setjmp to the i386 directorySimon Glass
2017-02-07x86: Move call64 to the i386 directorySimon Glass
2017-02-07x86: Move turbo_state to global_dataSimon Glass
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass
2017-02-06x86: Support jumping from SPL to U-BootSimon Glass
2017-02-06x86: Don't build cpu files which are not supported on 64-bitSimon Glass
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass
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