summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-301-0/+37
* x86: efi: payload: Install E820 map from EFI memory mapBin Meng2018-08-301-0/+82
* Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini2018-08-212-2/+2
|\
| * x86: Include bss subsections in linker scriptAlexander Graf2018-08-202-2/+2
* | x86: coreboot: Add generic coreboot payload supportBin Meng2018-08-202-15/+14
|/
* x86: Add efi_loader bits to x86_64 linker scriptAlexander Graf2018-07-251-1/+33
* efi_loader: Rename sections to allow for implicit dataAlexander Graf2018-07-254-17/+24
* x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-201-3/+18
* x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-201-0/+1
* x86: Switch to use DM sysreset driverBin Meng2018-07-208-60/+6
* x86: tangier: Add a sysreset driverBin Meng2018-07-202-1/+49
* x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng2018-07-201-1/+1
* x86: Use microcode update from device tree for all processorsIvan Gorinov2018-07-022-3/+9
* x86: Add scsi command to coreboot and qemuBin Meng2018-07-022-0/+2
* x86: efi: payload: Count in conventional memory above 4GB in DRAM bankBin Meng2018-06-241-2/+1
* x86: efi-x86_payload: Enable usb keyboard during bootBin Meng2018-06-242-1/+10
* x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov2018-06-242-19/+49
* x86: qemu: do not build car.o with start64.oHeinrich Schuchardt2018-06-241-1/+4
* x86: efi: app: Display correct CPU info during bootBin Meng2018-06-171-1/+1
* x86: Rename efi-x86 target to efi-x86_appBin Meng2018-06-173-2/+2
* x86: baytrail: Drop EFI-specific test logicsBin Meng2018-06-172-6/+3
* x86: Drop QEMU-specific EFI payload supportBin Meng2018-06-172-6/+0
* x86: efi: payload: Add arch_cpu_init()Bin Meng2018-06-171-3/+8
* x86: efi: Refactor the directory of EFI app and payload supportBin Meng2018-06-175-1/+185
* x86: irq: Support discrete PIRQ routing registers via device treeBin Meng2018-06-131-9/+93