summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese2019-08-183-14/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-111-0/+1
* x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden2019-08-091-0/+37
* x86: slimbootloader: Add serial driverPark, Aiden2019-08-092-1/+68
* x86: slimbootloader: Add memory configurationPark, Aiden2019-08-092-1/+152
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-096-2/+64
* x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko2019-08-091-0/+38
* watchdog: tangier: Convert to use WDT classAndy Shevchenko2019-06-221-1/+0
* x86: coreboot: make it possible to process unhandled tagsChristian Gmeiner2019-05-191-0/+7
* Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* x86: Add a way to jump from TPL to SPLSimon Glass2019-05-081-0/+13
* x86: broadwell: Update PCH to work in TPLSimon Glass2019-05-081-3/+9
* x86: Support TPL in Intel common codeSimon Glass2019-05-081-3/+6
* x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+25
* x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+15
* x86: Add common Intel code for SPLSimon Glass2019-05-082-0/+33
* x86: broadwell: Select refcode and CPU code for SPLSimon Glass2019-05-081-3/+4
* x86: broadwell: Allow booting from SPLSimon Glass2019-05-082-0/+78
* x86: Allow 16-bit init to be in TPLSimon Glass2019-05-082-2/+2
* x86: Add support for starting from SPL/TPLSimon Glass2019-05-083-1/+134
* x86: broadwell: Split CPU initSimon Glass2019-05-083-673/+695
* x86: broadwell: Move init of debug UART to cpu.cSimon Glass2019-05-082-11/+13
* x86: broadwell: Allow SDRAM init from SPLSimon Glass2019-05-083-94/+101
* x86: broadwell: Improve SDRAM debugging outputSimon Glass2019-05-081-12/+20
* x86: Add a way to reinit the cpuSimon Glass2019-05-082-44/+74
* x86: mp_init: Use proper error numbersSimon Glass2019-05-081-5/+5
* x86: Update a stale comment about ifdtoolSimon Glass2019-05-081-1/+1
* x86: start64: Fix copyright messageSimon Glass2019-05-081-1/+1
* x86: broadwell: Add support for serial I/O devicesSimon Glass2019-02-201-0/+110
* x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass2019-02-201-1/+2
* x86: broadwell: Add support for the ADSPSimon Glass2019-02-202-0/+157
* sound: x86: link: Add sound supportSimon Glass2019-02-202-0/+33
* x86: ivybridge: Add a way to get the HDA config settingSimon Glass2019-02-201-2/+25
* x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng2019-02-121-14/+0
* x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng2019-02-122-3/+12
* x86: Change 4-level page table base address to low memoryBin Meng2019-02-121-4/+2
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-1/+1
* x86: Kconfig: spelling fixesChris Packham2019-01-182-2/+2
* efi: payload: only init usb if necessaryBin Meng2018-12-101-1/+2
* coreboot: only init usb if necessaryThomas RIENOESSL2018-12-101-1/+2
* x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer2018-12-102-1/+3
* cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng2018-11-144-0/+4
* sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* x86: Fix car_uninit weak symbol definitionBin Meng2018-10-281-6/+6
* x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng2018-10-221-0/+4
* x86: Fix the mystery of printch() during 64-bit bootBin Meng2018-10-222-18/+1
* x86: put global data pointer into the .data sectionHeinrich Schuchardt2018-10-221-2/+8
* x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-092-10/+25
* x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2018-09-172-1/+195