summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86: flatten hierarchy4.14.1Stefan Reinauer2015-07-1311-3941/+0
* x86: Port x86 over to compile cleanly with x86-64Stefan Reinauer2015-07-134-5/+79
* timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPSAaron Durbin2015-07-071-4/+0
* smbios: fix copy&paste errorPatrick Georgi2015-07-071-1/+1
* smbios: Calculate SMBIOS Max Struct sizeBen Frisch2015-07-071-13/+16
* acpi: bring back ability to link DSDT into ramstagePatrick Georgi2015-06-231-0/+7
* x86: Make ACPI 64bit cleanStefan Reinauer2015-06-201-7/+7
* x86: Make x86 architecture makefiles x64 awareStefan Reinauer2015-06-161-4/+4
* lenovo: Hide SMBIOS configVladimir Serbinenko2015-06-111-0/+3
* smbios: Fix type1 family settingMarc Jones2015-06-101-3/+3
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-092-23/+2
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* smbios: Use smbios_mainboard_manufacturer instead MAINBOARD_SMBIOS_MANUFACTURER.Vladimir Serbinenko2015-06-071-1/+1
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-2/+2
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* cbfs: Fix mismerge.Vladimir Serbinenko2015-06-021-1/+1
* Make DSDT a file in CBFS rather than embedding it into ramstage.Vladimir Serbinenko2015-06-021-6/+19
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+1
* SLIC: Check SLIC signature.Vladimir Serbinenko2015-06-011-2/+4
* Add TCPA table.Vladimir Serbinenko2015-05-281-0/+65
* AGESA: Split S3 backup in CBMEMKyösti Mälkki2015-05-271-3/+0
* Make acpi_fill_hest into parameterVladimir Serbinenko2015-05-261-6/+2
* acpigen: Remove all explicit length trackingVladimir Serbinenko2015-05-261-234/+147
* acpigen: Remove acpigen_patch_lenVladimir Serbinenko2015-05-261-12/+1
* cbmem: remove cbmem_set_top()Aaron Durbin2015-05-261-1/+0
* CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-1/+0
* x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INITAaron Durbin2015-05-261-1/+19
* ACPI: slic supportVladimir Serbinenko2015-05-262-24/+43
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-19/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-8/+7
* acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko2015-05-201-2/+4
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+1
* x86: Allow builds without ACPI tablesLee Leahy2015-04-211-0/+5
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-3/+3
* program loading: unify on struct progAaron Durbin2015-04-031-7/+11
* program loading: add prog_run() functionAaron Durbin2015-04-032-1/+10
* program loading: introduce struct progAaron Durbin2015-04-031-2/+3
* smbios: add a family id in smbios type1 familyKane Chen2015-04-021-0/+10
* x86: set smbios rom size based on CONFIG_ROM_SIZEAaron Durbin2015-04-011-9/+1
* arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make publicTimothy Pearson2015-03-291-2/+2
* arch/x86/boot/smbios: Add additional SMBIOS defines and enumsTimothy Pearson2015-03-291-2/+15
* smbios: add funtion for smbios type17Kane Chen2015-03-271-0/+115
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* ACPI: Get S3 resume state from romstage_handoffKyösti Mälkki2015-03-101-2/+18
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-161-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-1/+1
* arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end`Paul Menzel2015-02-141-2/+1