summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2019-10-01x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko
2019-09-10x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden
2019-08-09x86: Add a common HOB libraryPark, Aiden
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden
2019-08-09x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko
2019-05-09Fix spelling of available.Vagrant Cascadian
2019-05-08x86: Add a simple TPL implementationSimon Glass
2019-05-08x86: Don't generate a bootstage report in SPLSimon Glass
2019-05-08x86: Don't set up MTRRs in SPLSimon Glass
2019-05-08x86: mrccache: Add more debuggingSimon Glass
2019-05-08x86: Support saving MRC data from SPLSimon Glass
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass
2019-03-11x86: Make sure i8254 is setup correctly before generating beepsBin Meng
2019-03-10x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko
2019-02-20sound: x86: Add beeping support in i8254Simon Glass
2019-02-13x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass
2018-12-10x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko
2018-10-22x86: detect unsupported relocation typesHeinrich Schuchardt
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer
2018-09-23efi_loader: simplify ifdefsStephen Warren
2018-09-17x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii
2018-09-17x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng
2018-08-20x86: Include bss subsections in linker scriptAlexander Graf
2018-07-25elf: Move x86 reloc defines to common elf.hAlexander Graf
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng
2018-07-19x86: Remove unused _relocate argumentsIvan Gorinov
2018-07-02x86: efi_loader: Build EFI memory map per E820 tableBin Meng
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-06-03efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini