aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2012-07-24Add microcode blob processingVadim Bendebury
2012-07-24Add standard header to prevent multiple inclusionVadim Bendebury
2012-07-15Poison the stack to uncover programming errorsRonald G. Minnich
2012-07-13MPTAPLE: generate from devicetree.cbSven Schnelle
2012-07-10Fix APIC cpu_indexKyösti Mälkki
2012-07-10Drop start_cpu_lockKyösti Mälkki
2012-07-05PCI Type2 config must dieRonald G. Minnich
2012-07-03SMBIOS: move serial number and version out to KconfChristian Gmeiner
2012-07-03Fix the error message for romstage when .bss or .data are non-zeroRonald G. Minnich
2012-07-03AGESA F15 wrapper for Trinityzbao
2012-07-02Use broadcast SIPI to startup siblingsSven Schnelle
2012-06-23Add an option for Waiting for gdb connection if the gdb stub configuration is...Denis 'GNUtoo' Carikli
2012-06-21Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber
2012-06-14llshell: fix build without romccDenis 'GNUtoo' Carikli
2012-06-12Update SB800 CIMX FADTMartin Roth
2012-05-30Initializer of a static member in union.zbao
2012-05-29Use ld manually when compiling with clangPatrick Georgi
2012-05-25Fix size_t for certain versions of GCCStefan Reinauer
2012-05-15Change the name of the romstage bootblock.ldMarc Jones
2012-05-15Fix Cygwin bootblock generationMarc Jones
2012-05-15Pass IASL to SeaBIOSMarc Jones
2012-05-10Unmark source files as executablesAlec Ari
2012-05-08Clean up #ifsPatrick Georgi
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
2012-03-29Detect whether the OXPCIE card is really present while in the ROM stage.Gabe Black
2012-03-29Refactor publishing CBMEM addresses through coreboot table.Vadim Bendebury
2012-03-29Add timestamp table pointer to the coreboot table.Vadim Bendebury
2012-03-29CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury
2012-03-25Makefile: rename linker intermediate variableKyösti Mälkki
2012-03-20Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class...Rudolf Marek
2012-03-17Another indirection for normal/fallback bootblockPatrick Georgi
2012-03-16Rename AMD_AGESA to CPU_AMD_AGESAKyösti Mälkki
2012-03-16Use search path when building dependenciesPatrick Georgi
2012-03-16Via Epia-N and C3: Set ioapic delivery type in KconfigPatrick Georgi
2012-03-11No need to setup include paths with .s filesPatrick Georgi
2012-03-10If the memory mapped UART isn't present, leave it out of the cb tables.Gabe Black
2012-03-09Increase size of the coreboot table areaStefan Reinauer
2012-03-09Fix compilation when USE_OPTION_TABLE is not defined.Duncan Laurie
2012-03-09Fix coreboot table size calculations.Vadim Bendebury
2012-03-09Clean up use of CONFIG_ variables in coreboot_table.cStefan Reinauer
2012-03-08Unify Local APIC address definitionsPatrick Georgi
2012-03-07Move C labels to start-of-linePatrick Georgi
2012-02-29Fix x86 cpu_phys_address_sizeKyösti Mälkki
2012-02-17Exit building if romstage.bin is larger than size of XIPzbao
2012-02-07Move SeaBIOS output out of coreboot source treeStefan Reinauer
2012-01-31X86: fix cpu_phys_address_size()Sven Schnelle
2012-01-26pci_ops_mmconf: Move conditional compilation to MakefileVikram Narayanan
2012-01-24pci_ops_conf: Indentation fixesVikram Narayanan
2012-01-24pci_ops_mmconf: Indentation fixesVikram Narayanan
2012-01-20Leave SSE and MMX instructions enabled in corebootStefan Reinauer
2012-01-18Add coreboot version to id areaPatrick Georgi