summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Clean up #ifsPatrick Georgi2012-05-0811-19/+19
* Print some useful debugging information in PSS table creationStefan Reinauer2012-05-031-1/+5
* Make creation of CBMEM_ID_RESUME_SCRATCH depending on AgesaStefan Reinauer2012-05-031-0/+2
* Move VSA support from x86 to GeodePatrick Georgi2012-05-011-9/+0
* Support adding stages with cbfs-filesPatrick Georgi2012-05-011-2/+2
* Fix up Sandybridge C state generation codeStefan Reinauer2012-04-301-0/+1
* acpigen: make acpigen_write_CST_package_entry non-staticStefan Reinauer2012-04-302-1/+2
* acpi: Add defines for functional fixed hardwareStefan Reinauer2012-04-301-0/+6
* acpigen: Add support for generating T state tablesStefan Reinauer2012-04-303-0/+137
* Rework ACPI CST table generationStefan Reinauer2012-04-303-40/+35
* ChromeOS: Add missing prototype for acpi_get_vdat_info()Stefan Reinauer2012-04-281-0/+4
* acpigen: make acpigen_write_len_f() non staticStefan Reinauer2012-04-282-1/+2
* coreboot_table.c: Add missing include filesStefan Reinauer2012-04-271-0/+4
* Updates to x86/include/arch/acpi.h for use in fadt.cMartin Roth2012-04-271-6/+29
* Makefile: rename romstage linking filenamesKyösti Mälkki2012-04-241-30/+23
* Makefile: rename coreboot_ap linking filenamesKyösti Mälkki2012-04-241-18/+9
* Makefile: rename ramstage linking filenamesKyösti Mälkki2012-04-241-14/+9
* Makefile: rename bootblock linking filenamesKyösti Mälkki2012-04-241-25/+14
* Unbreak boards where chipset can select between FSB and serial APIC busRudolf Marek2012-04-231-2/+2
* Makefile: define build result directoriesKyösti Mälkki2012-04-211-0/+15
* nvramtool: Unify nvramtool and build_opt_tblVikram Narayanan2012-04-211-8/+5
* S3 code in coreboot public folder.zbao2012-04-161-0/+1
* ACPI HEST table.zbao2012-04-162-0/+118
* Unify IO APIC address specificationPatrick Georgi2012-04-121-1/+1
* Actually return %ebx value from cpuid_ebx()Jonathan A. Kollasch2012-04-081-1/+1
* Fix support for RAM-less multi-processor initKyösti Mälkki2012-04-062-5/+16
* Factor out function to find driver for a CPUStefan Reinauer2012-04-062-7/+14
* smbios: Don't fill out firmware version on ChromeOSStefan Reinauer2012-04-051-0/+15
* Fill out ChromeOS specific coreboot table extensionsStefan Reinauer2012-04-052-0/+45
* Use fast memset in SMM mode, tooStefan Reinauer2012-04-041-0/+1
* Add support for mainboard specific suspend/resume handlerStefan Reinauer2012-04-042-1/+6
* Drop verified boot code from acpi.cStefan Reinauer2012-04-041-8/+0
* Apply cache-as-ram conditionally on socket mPGA604Kyösti Mälkki2012-04-021-7/+1
* Fix issues with x86 memcpyMathias Krause2012-03-311-9/+11
* Add support for RAM-less multi-processor initKyösti Mälkki2012-03-311-4/+9
* Makefile: rename romstage linking filenamesKyösti Mälkki2012-03-311-10/+10
* Makefile: split romstage linking to separate rulesKyösti Mälkki2012-03-311-13/+28
* Fix coreboot makefiles not to produce half baked output.Kyösti Mälkki2012-03-311-16/+18
* use movsl for copying resume memory backStefan Reinauer2012-03-301-17/+6
* Don't re-init EBDA in S3 resume path.Duncan Laurie2012-03-301-0/+9
* Prepare the BIOS data areas before device init.Duncan Laurie2012-03-303-0/+86
* Make cpuid functions usable when compiled with PICDuncan Laurie2012-03-301-12/+45
* Make PCI CONF2 support a compile time optionStefan Reinauer2012-03-303-4/+13
* Add more timestamps in coreboot.Stefan Reinauer2012-03-301-0/+3
* Fix coreboot makefiles not to produce half baked output.Vadim Bendebury2012-03-301-7/+9
* Add timestamps for selfboot and acpi wakeDuncan Laurie2012-03-301-0/+7
* Add TPM support to corebootStefan Reinauer2012-03-301-0/+8
* Add an option to keep the ROM cached after romstageStefan Reinauer2012-03-301-1/+3
* Add native memset() function on x86Stefan Reinauer2012-03-303-0/+91
* Add faster, architecture dependent memcpy()Stefan Reinauer2012-03-303-0/+21