summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* coreboot: add vboot_handoff to coreboot tablesAaron Durbin2013-03-221-1/+25
* romstage: add support for vboot firmware selectionAaron Durbin2013-03-221-1/+4
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-20/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-223-352/+344
* cbmem: dynamic cbmem supportAaron Durbin2013-03-213-7/+22
* rmodule: add string functions to rmodules classAaron Durbin2013-03-211-0/+3
* coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin2013-03-216-0/+69
* coreboot: introduce romstage_handoff structureAaron Durbin2013-03-211-0/+20
* ramstage: prepare for relocationAaron Durbin2013-03-213-6/+7
* x86: don't clear bss in ramstage entryAaron Durbin2013-03-201-11/+0
* x86: provide more C standard environmentAaron Durbin2013-03-201-0/+14
* rmodule: add ramstage supportAaron Durbin2013-03-191-0/+5
* x86: remove stack definition in linker scriptAaron Durbin2013-03-192-26/+24
* cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin2013-03-191-1/+1
* x86 intel: Add Firmware Interface Table supportAaron Durbin2013-03-171-0/+6
* Google Link: Add remaining code to support native graphicsRonald G. Minnich2013-03-151-1/+1
* x86: improve lb_cleanup_memory_rangesAaron Durbin2013-03-141-2/+2
* Eliminate do_div().David Hendricks2013-03-082-34/+4
* Remove UTF-8 characters from commentsRonald G. Minnich2013-03-071-2/+2
* src/arch/x86/boot/acpigen.c: Small coding style and comment fixesPaul Menzel2013-03-071-19/+30
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0114-14/+14
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-15/+0
* IOAPIC: Divide setup_ioapic() in two parts.Kyösti Mälkki2013-02-272-5/+15
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-142-2/+2
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* romcc: Use default romcc flags for most boardsPatrick Georgi2013-02-091-1/+9
* romcc: Don't use user overridable romcc flags for bootblockPatrick Georgi2013-02-091-1/+1
* console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin2013-02-081-1/+1
* bootblock: Reduce register loadPatrick Georgi2013-02-061-1/+1
* Don't add another Kconfig special case for TianoStefan Reinauer2013-02-051-1/+1
* cbfstool: support parsing UEFI firmware volumesStefan Reinauer2013-02-051-13/+1
* cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin2013-02-051-1/+1
* Hook up corebootPkg as Tianocore payloadPatrick Georgi2013-02-041-12/+14
* smbios: show CONFIG_LOCALVERSION in DMI bios_versionChristian Gmeiner2013-02-041-1/+5
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-305-5/+117
* Project PIANO aka tianocorebootStefan Reinauer2013-01-301-0/+14
* cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin2013-01-291-3/+1
* ioapic: Factor out counting code to `ioapic_interrupt_count`Patrick Georgi2013-01-271-15/+15
* clear_ioapic: Fix reading of number of interrupts for IO-APICsAladyshev Konstantin2013-01-231-2/+5
* Implement GCC code coverage analysisStefan Reinauer2013-01-123-1/+13
* cbmem: replace pointer type by uint64_tStefan Reinauer2013-01-111-1/+1
* Rename mainboard_smi.c to smihandler.cPatrick Georgi2013-01-031-2/+2
* Remove colors from build system outputPatrick Georgi2012-12-191-1/+1
* Get stdint.h in sync between ARMv7 and x86Stefan Reinauer2012-12-191-0/+4
* Fix a compare against undefined variable in acpi.cMartin Roth2012-12-151-1/+1
* stddef.h: move to generic codeStefan Reinauer2012-12-081-24/+0
* Unify assembler function handlingStefan Reinauer2012-12-064-5/+13
* Rename devices -> deviceStefan Reinauer2012-11-301-1/+1
* Add mainboard hook to bootblockKyösti Mälkki2012-11-302-0/+7
* Refactor bootblock initialisationKyösti Mälkki2012-11-303-13/+15