summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: detect unsupported relocation typesHeinrich Schuchardt2018-10-221-0/+18
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-221-0/+4
* efi_loader: simplify ifdefsStephen Warren2018-09-231-2/+2
* x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii2018-09-171-0/+11
* x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii2018-09-171-0/+51
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-8/+4
* x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2018-08-301-5/+0
* x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-301-0/+4
* x86: Include bss subsections in linker scriptAlexander Graf2018-08-202-2/+2
* elf: Move x86 reloc defines to common elf.hAlexander Graf2018-07-252-2/+0
* Merge git://git.denx.de/u-boot-x86Tom Rini2018-07-205-111/+111
|\
| * x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-201-11/+0
| * x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-204-100/+111
| * x86: fsp: Eliminate the reset_cpu() callBin Meng2018-07-201-1/+1
* | x86: Remove unused _relocate argumentsIvan Gorinov2018-07-193-7/+2
|/
* x86: efi_loader: Build EFI memory map per E820 tableBin Meng2018-07-021-0/+39
* x86: Use microcode update from device tree for all processorsIvan Gorinov2018-07-021-1/+3
* x86: efi: Refactor the directory of EFI app and payload supportBin Meng2018-06-175-185/+0
* x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2018-06-171-11/+13
* x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-131-2/+2
* x86: Conditionally build the pinctrl_ich6 driverBin Meng2018-06-131-1/+1
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-031-4/+0
* efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt2018-06-031-1/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0749-100/+49
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng2018-04-161-0/+4
* x86: Rename e820entry to e820_entryBin Meng2018-04-163-3/+3
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-162-4/+5
* x86: zImage: Pass working device tree data to the kernelIvan Gorinov2018-03-301-0/+35
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-1/+0
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-303-14/+8
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2018-01-303-0/+21
* x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko2018-01-301-4/+5
* x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko2018-01-301-2/+1
* x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2018-01-084-293/+0
* x86: lib: Implement standalone __udivdi3 etc instead of libgcc onesStefan Roese2017-11-303-36/+114
* Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin2017-11-301-1/+1
* x86: fsp: graphics: Add some notes about the graphics info hobBin Meng2017-10-271-0/+4
* Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng2017-10-271-24/+0
* x86: fsp: Update fsp command to show spec 1.1 headerBin Meng2017-09-161-2/+22
* x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2017-09-162-0/+125
* x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2017-09-161-0/+7
* x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng2017-08-241-0/+24
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-4/+4
* x86: acpi: Fix build error with certain configurationBin Meng2017-08-081-0/+1
* x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko2017-07-301-0/+4
* x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko2017-07-301-3/+3
* x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko2017-07-301-0/+29
* x86: acpi: Fill OEM revisionAndy Shevchenko2017-07-301-0/+2