summaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2013-07-10arch: Fix spellingMartin Roth
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
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-06-04Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architectureRonald G. Minnich
2013-06-02Provide sane Kconfig default for cmos.default.Denis 'GNUtoo' Carikli
2013-05-20Drop llshellStefan Reinauer
2013-05-16x86: add cache-as-ram migration optionAaron Durbin
2013-05-14x86: add thread supportAaron Durbin
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-05-08Drop CONFIG_AP_CODE_IN_CARStefan Reinauer
2013-05-08copy_and_run: drop boot_complete parameterStefan Reinauer
2013-05-08hardwaremain: drop boot_complete parameterStefan Reinauer
2013-05-07x86 I/O APIC: Dump I/O APIC regs in `ioapic.c`Paul Menzel
2013-05-07x86 I/O APIC: Make functions `io_apic_{read,write}()` publicPaul Menzel
2013-05-01x86: use boot state callbacks to disable rom cacheAaron Durbin
2013-05-01coverage: use boot state callbacksAaron Durbin
2013-05-01acpi: split resume check and actual resume codeAaron Durbin
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-03Add PXE ROM selection to Kconfig menuSiyuan Wang
2013-04-01lynxpoint: Move ACPI NVS into separate CBMEM tableDuncan Laurie
2013-04-01boot: add disable_cache_rom() functionAaron Durbin
2013-03-26x86: dynamic cbmem: fix acpi reservationsAaron Durbin
2013-03-23x86: mark .textfirst as allocatable and executableAaron Durbin
2013-03-23relocatable ramstage: fix linkingAaron Durbin
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22coreboot: add vboot_handoff to coreboot tablesAaron Durbin
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21coreboot: introduce romstage_handoff structureAaron Durbin
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-20x86: provide more C standard environmentAaron Durbin
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-19x86: remove stack definition in linker scriptAaron Durbin
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
2013-03-17x86 intel: Add Firmware Interface Table supportAaron Durbin
2013-03-15Google Link: Add remaining code to support native graphicsRonald G. Minnich
2013-03-14x86: improve lb_cleanup_memory_rangesAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-07Remove UTF-8 characters from commentsRonald G. Minnich
2013-03-07src/arch/x86/boot/acpigen.c: Small coding style and comment fixesPaul Menzel