summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2012-05-03Print some useful debugging information in PSS table creationStefan Reinauer
2012-05-03Make creation of CBMEM_ID_RESUME_SCRATCH depending on AgesaStefan Reinauer
2012-05-01Move VSA support from x86 to GeodePatrick Georgi
2012-05-01Support adding stages with cbfs-filesPatrick Georgi
2012-04-30Fix up Sandybridge C state generation codeStefan Reinauer
2012-04-30acpigen: make acpigen_write_CST_package_entry non-staticStefan Reinauer
2012-04-30acpi: Add defines for functional fixed hardwareStefan Reinauer
2012-04-30acpigen: Add support for generating T state tablesStefan Reinauer
2012-04-30Rework ACPI CST table generationStefan Reinauer
2012-04-28ChromeOS: Add missing prototype for acpi_get_vdat_info()Stefan Reinauer
2012-04-28acpigen: make acpigen_write_len_f() non staticStefan Reinauer
2012-04-27coreboot_table.c: Add missing include filesStefan Reinauer
2012-04-27Updates to x86/include/arch/acpi.h for use in fadt.cMartin Roth
2012-04-24Makefile: rename romstage linking filenamesKyösti Mälkki
2012-04-24Makefile: rename coreboot_ap linking filenamesKyösti Mälkki
2012-04-24Makefile: rename ramstage linking filenamesKyösti Mälkki
2012-04-24Makefile: rename bootblock linking filenamesKyösti Mälkki
2012-04-23Unbreak boards where chipset can select between FSB and serial APIC busRudolf Marek
2012-04-21Makefile: define build result directoriesKyösti Mälkki
2012-04-21nvramtool: Unify nvramtool and build_opt_tblVikram Narayanan
2012-04-16S3 code in coreboot public folder.zbao
2012-04-16ACPI HEST table.zbao
2012-04-12Unify IO APIC address specificationPatrick Georgi
2012-04-08Actually return %ebx value from cpuid_ebx()Jonathan A. Kollasch
2012-04-06Fix support for RAM-less multi-processor initKyösti Mälkki
2012-04-06Factor out function to find driver for a CPUStefan Reinauer
2012-04-05smbios: Don't fill out firmware version on ChromeOSStefan Reinauer
2012-04-05Fill out ChromeOS specific coreboot table extensionsStefan Reinauer
2012-04-04Use fast memset in SMM mode, tooStefan Reinauer
2012-04-04Add support for mainboard specific suspend/resume handlerStefan Reinauer
2012-04-04Drop verified boot code from acpi.cStefan Reinauer
2012-04-02Apply cache-as-ram conditionally on socket mPGA604Kyösti Mälkki
2012-03-31Fix issues with x86 memcpyMathias Krause
2012-03-31Add support for RAM-less multi-processor initKyösti Mälkki
2012-03-31Makefile: rename romstage linking filenamesKyösti Mälkki
2012-03-31Makefile: split romstage linking to separate rulesKyösti Mälkki
2012-03-31Fix coreboot makefiles not to produce half baked output.Kyösti Mälkki
2012-03-30use movsl for copying resume memory backStefan Reinauer
2012-03-30Don't re-init EBDA in S3 resume path.Duncan Laurie
2012-03-30Prepare the BIOS data areas before device init.Duncan Laurie
2012-03-30Make cpuid functions usable when compiled with PICDuncan Laurie
2012-03-30Make PCI CONF2 support a compile time optionStefan Reinauer
2012-03-30Add more timestamps in coreboot.Stefan Reinauer
2012-03-30Fix coreboot makefiles not to produce half baked output.Vadim Bendebury
2012-03-30Add timestamps for selfboot and acpi wakeDuncan Laurie
2012-03-30Add TPM support to corebootStefan Reinauer
2012-03-30Add an option to keep the ROM cached after romstageStefan Reinauer
2012-03-30Add native memset() function on x86Stefan Reinauer
2012-03-30Add faster, architecture dependent memcpy()Stefan Reinauer
2012-03-29Add infrastructure for global data in the CAR phase of bootGabe Black