aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
AgeCommit message (Expand)Author
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
2014-06-16MP Spec: Correct the Virtual Wire assignmentMike Loptien
2014-06-16MP Spec: Add copyright headerMike Loptien
2014-06-01acpigen: Add acpigen_emit_eisaid.Vladimir Serbinenko
2014-05-25acpigen: Add acpigen_write_irq.Vladimir Serbinenko
2014-05-22x86/include/arch/acpi.h: remove incorrect semicolonMartin Roth
2014-04-18build rules: Identify build stage with simple variablesKyösti Mälkki
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-02-15x86: provide stage_exit() like armAaron Durbin
2014-01-28x86: add common definitions for control registersAaron Durbin
2014-01-21CAR_GLOBAL: Define section details oncePatrick Georgi
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki
2013-12-09Refactor usage of walkcbfs to permit access to CBFS headersAlexandru Gagniuc
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-26cmos post: Guard with spinlockDuncan Laurie
2013-11-25x86: use proper types for interrupt callbacksAaron Durbin
2013-11-10add memory clobber to ins{b,w,l}Gerd Hoffmann
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-08-24Add pnp_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-24Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-07-25Redefine pci_bus_default_ops as functionKyösti Mälkki
2013-07-11Unify PCI configuration cyclesKyösti Mälkki
2013-07-11Set PCI bus operations at buildtime for ramstageKyösti Mälkki
2013-07-10Drop ELF remains from boot codeStefan Reinauer
2013-07-10arch: Fix spellingMartin Roth
2013-07-10Drop some duplicates of PCI-e config functionsKyösti Mälkki
2013-07-10Fix MMCONF_SUPPORT_DEFAULT for ramstageKyösti Mälkki
2013-06-06qemu: add x86 cpuGerd Hoffmann
2013-05-20Drop llshellStefan Reinauer
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-05-08copy_and_run: drop boot_complete parameterStefan Reinauer
2013-05-07x86 I/O APIC: Make functions `io_apic_{read,write}()` publicPaul Menzel
2013-05-01acpi: split resume check and actual resume codeAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-20x86: provide more C standard environmentAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-27IOAPIC: Divide setup_ioapic() in two parts.Kyösti Mälkki
2013-02-06bootblock: Reduce register loadPatrick Georgi
2012-12-19Get stdint.h in sync between ARMv7 and x86Stefan Reinauer
2012-12-08stddef.h: move to generic codeStefan Reinauer
2012-12-06Unify assembler function handlingStefan Reinauer
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-30Add mainboard hook to bootblockKyösti Mälkki
2012-11-30Refactor bootblock initialisationKyösti Mälkki
2012-11-29pirq_route_irqs is privatePatrick Georgi
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-27Remove AMD special case for LAPIC based udelay()Patrick Georgi
2012-11-19bootblock: Guard CMOS rewrite in disable/enable RTCPatrick Georgi
2012-11-16Fix PIRQ routing abstractionStefan Reinauer
2012-11-14Make YABEL's version of mainboard_interrupt_handlers() usableNico Huber
2012-11-14SMM: Restore GNVS pointer in the resume pathDuncan Laurie
2012-11-13Pass the CPU index as a parameter to startup.Ronald G. Minnich
2012-11-12mmio pci config: Remove register constraintsAaron Durbin
2012-11-12romcc_io: add pci_or_configX functions.Aaron Durbin