aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
AgeCommit message (Expand)Author
2016-05-21device: Add an ACPI device name and path concept to devicesDuncan Laurie
2016-05-21acpigen: Add function to generate ToUUID() from a stringDuncan Laurie
2016-05-16acpigen: Add functions to generate _STA() and _PRW()Duncan Laurie
2016-05-16acpigen: Add an abstracted integer output methodDuncan Laurie
2016-05-16acpigen: Add helper functions for stringsDuncan Laurie
2016-05-16acpigen: Add helpers for word/dword outputDuncan Laurie
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-05-02x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCKFurquan Shaikh
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-05arch/x86: Add common assembly code for stages that run in CARAndrey Petrov
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2016-03-04arch/x86: always use _start as entry symbol for all stagesAaron Durbin
2016-03-04arch/x86: rename reset_vector -> _startAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-02-11arch/x86: Allow bootblock code to use CAR_GLOBAL variablesAndrey Petrov
2016-01-26arch/x86: Drop arch/pciconf.hStefan Reinauer
2016-01-23arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCKAaron Durbin
2016-01-21arch/x86/include: Rename bootblock_common to bootblock_romcc.hAlexandru Gagniuc
2016-01-19arch/x86: Indent using tabs not spacesMartin Roth
2016-01-14arch/x86/include: add missing license headersMartin Roth
2016-01-07cpu/amd/microcode: Introduce CBFS access spinlock to avoid IOMMU failureTimothy Pearson
2015-12-18drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson
2015-12-15x86 acpi: remove ALIGN_CURRENT macroAaron Durbin
2015-12-15src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson
2015-12-06Remove #ifdef checks on Kconfig symbolsMartin Roth
2015-11-23arch/x86/acpi: Add IVRS table generation routinesTimothy Pearson
2015-11-11cpu/amd: Add CC6 supportTimothy Pearson
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-06AMD Bettong: Enable S4 feature for Windows 7zbao
2015-11-04ACPI: Add functions for DMAR I/O-APIC and HPET entriesNico Huber
2015-11-04ACPI: Make DMAR flags settableNico Huber
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-09-22coreboot: introduce commonlibAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-09x86: link romstage like the other architecturesAaron Durbin
2015-09-09x86: link ramstage like the other architecturesAaron Durbin
2015-09-09linking: lay the groundwork for a unified linking approachAaron Durbin
2015-08-13amd: raminit sysinfo offset fixAaron Durbin
2015-07-13x86: Port x86 over to compile cleanly with x86-64Stefan Reinauer
2015-06-22x86: make PCI MMIO CFG functions 64bit proofStefan Reinauer
2015-06-17x86 cpu: Allow some cpuid functions during romstageLee Leahy
2015-06-16x86: Make stdint.h x64 proofStefan Reinauer
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-05device_ops: add device_t argument to write_acpi_tablesAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-05-28Add TCPA table.Vladimir Serbinenko
2015-05-26Make acpi_fill_hest into parameterVladimir Serbinenko
2015-05-26acpigen: Remove all explicit length trackingVladimir Serbinenko
2015-05-26acpigen: Remove acpigen_patch_lenVladimir Serbinenko
2015-05-26ACPI: slic supportVladimir Serbinenko
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-14rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner
2015-04-10x86: Support reset routines in bootblockLee Leahy
2015-04-05acpi: protect acpi generators from PRE_RAM & SMMAlexander Couzens
2015-03-31cbfs: add cbfs_serialized.h header fileAaron Durbin
2015-03-10x86: simplify early_variables.h headerAaron Durbin
2015-03-09AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki
2015-02-16nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-09Get rid of .car.global_data warnings for GCC buildMartin Roth
2015-02-02src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-10ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki
2015-01-10ACPI: Prepare for HAVE_ACPI_RESUME changesKyösti Mälkki
2015-01-04atomic.h: Fix doxygen errorsMartin Roth
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPIKyösti Mälkki
2014-12-18i82371eb & qemu: Move to per-device ACPI.Vladimir Serbinenko
2014-12-09x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin
2014-11-27Make acpi_fill_dmar into parameterVladimir Serbinenko
2014-11-19acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footerVladimir Serbinenko
2014-11-19acpigen: Add and use acpigen_write_device.Vladimir Serbinenko
2014-11-19acpigen: Add and use acpigen_write_method.Vladimir Serbinenko
2014-11-09car globals: add "used" attributePatrick Georgi
2014-11-08acpigen: Add new function acpigen_pop_lenVladimir Serbinenko
2014-11-04i82801gx: Handle whole FADT in southbridge.Vladimir Serbinenko
2014-10-26include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan
2014-10-19ACPI: Allocate S3 resume backup in CBMEM earlierKyösti Mälkki
2014-10-18i945: Consolidate FADT codeVladimir Serbinenko
2014-10-17acpi_add_ssdt_pstates: Remove function.Vladimir Serbinenko
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko
2014-10-11early section: Don't add empty .car.cbmem_console.Vladimir Serbinenko
2014-10-07cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-05Implement ACPI in a per device wayVladimir Serbinenko
2014-07-30arch/x86/include/arch/interrupt.h: Add header guardsEdward O'Callaghan
2014-07-28IOAPIC: Fix missing stdint includeKyösti Mälkki
2014-07-08arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-03ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki
2014-06-29arch/x86/include/bootblock_common.h: Sanitize header inclusionEdward O'Callaghan
2014-06-25Declare acpi_is_wakeup_early() only onceKyösti Mälkki
2014-06-24MP Table: Change types to be consistent with the specMike Loptien
2014-06-20ACPI: Add acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-20ACPI S3 support: Add acpi_s3_resume_allowed()Kyösti Mälkki