summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese3-14/+1
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass1-0/+1
2019-08-09x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden1-0/+37
2019-08-09x86: slimbootloader: Add serial driverPark, Aiden2-1/+68
2019-08-09x86: slimbootloader: Add memory configurationPark, Aiden2-1/+152
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden6-2/+64
2019-08-09x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko1-0/+38
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko1-1/+0
2019-05-19x86: coreboot: make it possible to process unhandled tagsChristian Gmeiner1-0/+7
2019-05-09Fix spelling of available.Vagrant Cascadian1-1/+1
2019-05-08x86: Add a way to jump from TPL to SPLSimon Glass1-0/+13
2019-05-08x86: broadwell: Update PCH to work in TPLSimon Glass1-3/+9
2019-05-08x86: Support TPL in Intel common codeSimon Glass1-3/+6
2019-05-08x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+25
2019-05-08x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+15
2019-05-08x86: Add common Intel code for SPLSimon Glass2-0/+33
2019-05-08x86: broadwell: Select refcode and CPU code for SPLSimon Glass1-3/+4
2019-05-08x86: broadwell: Allow booting from SPLSimon Glass2-0/+78
2019-05-08x86: Allow 16-bit init to be in TPLSimon Glass2-2/+2
2019-05-08x86: Add support for starting from SPL/TPLSimon Glass3-1/+134
2019-05-08x86: broadwell: Split CPU initSimon Glass3-673/+695
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass2-11/+13
2019-05-08x86: broadwell: Allow SDRAM init from SPLSimon Glass3-94/+101
2019-05-08x86: broadwell: Improve SDRAM debugging outputSimon Glass1-12/+20
2019-05-08x86: Add a way to reinit the cpuSimon Glass2-44/+74
2019-05-08x86: mp_init: Use proper error numbersSimon Glass1-5/+5
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass1-1/+1
2019-05-08x86: start64: Fix copyright messageSimon Glass1-1/+1
2019-02-20x86: broadwell: Add support for serial I/O devicesSimon Glass1-0/+110
2019-02-20x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass1-1/+2
2019-02-20x86: broadwell: Add support for the ADSPSimon Glass2-0/+157
2019-02-20sound: x86: link: Add sound supportSimon Glass2-0/+33
2019-02-20x86: ivybridge: Add a way to get the HDA config settingSimon Glass1-2/+25
2019-02-12x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng1-14/+0
2019-02-12x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng2-3/+12
2019-02-12x86: Change 4-level page table base address to low memoryBin Meng1-4/+2
2019-01-26linker: Modify linker scripts to be more genericTom Rini1-1/+1
2019-01-18x86: Kconfig: spelling fixesChris Packham2-2/+2
2018-12-10efi: payload: only init usb if necessaryBin Meng1-1/+2
2018-12-10coreboot: only init usb if necessaryThomas RIENOESSL1-1/+2
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer2-1/+3
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng4-0/+4
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-10-28x86: Fix car_uninit weak symbol definitionBin Meng1-6/+6
2018-10-22x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng1-0/+4
2018-10-22x86: Fix the mystery of printch() during 64-bit bootBin Meng2-18/+1
2018-10-22x86: put global data pointer into the .data sectionHeinrich Schuchardt1-2/+8
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass2-10/+25
2018-09-17x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2-1/+195