summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-1/+1
* x86: Kconfig: spelling fixesChris Packham2019-01-182-2/+2
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-5/+6
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-1/+4
* efi: payload: only init usb if necessaryBin Meng2018-12-101-1/+2
* coreboot: only init usb if necessaryThomas RIENOESSL2018-12-101-1/+2
* x86: kconfig: Allow board defconfig file to disable 8259 and APICBin Meng2018-12-101-2/+2
* x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng2018-12-101-6/+10
* x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer2018-12-103-1/+12
* x86: acpi: Fix indentation in Intel Tangier ASL codeAndy Shevchenko2018-12-101-6/+6
* x86: acpi: Enable RTC for Intel TangierAndy Shevchenko2018-12-101-0/+13
* x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-052-0/+120
* x86: acpi: Add SPCR table descriptionAndy Shevchenko2018-12-051-0/+49
* x86: efi: app: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
* x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
* 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: Implement arch-specific io accessor routinesBin Meng2018-11-141-0/+66
* x86: acpi: Remove redundant Offset (0x00)Andy Shevchenko2018-11-063-3/+0
* x86: Fix car_uninit weak symbol definitionBin Meng2018-10-281-6/+6
* x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / regionStefan Roese2018-10-281-3/+3
* 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: detect unsupported relocation typesHeinrich Schuchardt2018-10-221-0/+18
* x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit buildBin Meng2018-10-221-0/+1
* x86: Specify -march=core2 to build 64-bit U-Boot properBin Meng2018-10-221-1/+1
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-221-0/+4
* x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-093-12/+29
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-261-2/+2
|\
| * efi_loader: simplify ifdefsStephen Warren2018-09-231-2/+2
* | config.mk: Remove duplicated -fno-strict-aliasingBin Meng2018-09-251-1/+0
|/
* x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii2018-09-171-0/+11
* x86: tangier: acpi: add I2C6 nodeGeorgii Staroselskii2018-09-171-0/+10
* x86: dts: edison: configure I2C#6 pinsGeorgii Staroselskii2018-09-171-0/+22
* x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2018-09-172-1/+195
* x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii2018-09-172-0/+55
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-8/+4
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-31/+2
* Remove CONFIG_USE_STDINTMasahiro Yamada2018-09-101-5/+0
* x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2018-08-302-6/+0
* x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-303-0/+42
* 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-215-7/+5
|\
| * x86: Enable -fdata-sections alwaysAlexander Graf2018-08-201-3/+1
| * x86: Include bss subsections in linker scriptAlexander Graf2018-08-204-4/+4
* | x86: efi: payload: Add default TSC frequency in the device treeBin Meng2018-08-201-0/+4
* | x86: coreboot: Add default TSC frequency in the device treeBin Meng2018-08-201-0/+4
* | x86: dts: Remove coreboot_fb.dtsiBin Meng2018-08-206-10/+0
* | x86: Remove support for Advantech SOM-6896Bin Meng2018-08-202-53/+0