summaryrefslogtreecommitdiff
path: root/src/arch/x86/include
AgeCommit message (Expand)Author
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