summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin2014-12-091-0/+41
* libpayload: arm: Pass the coreboot table location to the payload.Gabe Black2014-12-091-2/+8
* UCB RISCV: Switch to DYNAMIC_CBMEMKyösti Mälkki2014-12-091-20/+0
* x86: Update the check for Forbidden global variablesFurquan Shaikh2014-12-052-2/+18
* RISCV: one last little nit to make it build and runRonald G. Minnich2014-12-051-1/+3
* RISCV: get RISCV to build againRonald G. Minnich2014-12-042-11/+1
* Replace hlt with halt()Patrick Georgi2014-12-025-8/+10
* build system: remove ROMSTAGE_ELF variablePatrick Georgi2014-12-021-5/+5
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-0125-0/+2016
* Unify remaining binutils invocationsPatrick Georgi2014-11-303-44/+8
* Make acpi_fill_dmar into parameterVladimir Serbinenko2014-11-272-9/+4
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-251-15/+3
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-7/+7
* acpigen: Use implicit length patching in acpigen.cVladimir Serbinenko2014-11-221-15/+15
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-7/+5
* acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footerVladimir Serbinenko2014-11-192-10/+14
* acpigen: Add and use acpigen_write_device.Vladimir Serbinenko2014-11-192-0/+14
* acpigen: Add and use acpigen_write_method.Vladimir Serbinenko2014-11-192-18/+20
* console: Isolate console_init() for ROMCCKyösti Mälkki2014-11-191-1/+16
* AMD: Move RAMBASE and RAMTOPKyösti Mälkki2014-11-141-4/+0
* arm: Put assembly functions into separate sectionsJulius Werner2014-11-1312-32/+33
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-109-129/+64
* car globals: add "used" attributePatrick Georgi2014-11-091-1/+1
* arm: Thumb ALL the things!Julius Werner2014-11-097-381/+53
* build: Add ccopts back into the buildMarc Jones2014-11-092-12/+12
* acpigen: Add new function acpigen_pop_lenVladimir Serbinenko2014-11-082-0/+14
* ARM: Use local versions of libgcc functions instead of linking against libgcc.Gabe Black2014-11-0510-8/+1206
* i82801gx: Handle whole FADT in southbridge.Vladimir Serbinenko2014-11-042-5/+3
* romstage: Pass .car.data as ignored section while adding romstageFurquan Shaikh2014-11-041-1/+2
* build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan2014-10-281-3/+3
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-273-8/+10
* include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan2014-10-261-3/+6
* ACPI: Allocate S3 resume backup in CBMEM earlierKyösti Mälkki2014-10-193-10/+18
* x86 romstage: Move stack just below RAMTOPKyösti Mälkki2014-10-192-2/+1
* i945: Consolidate FADT codeclassic-2014.10Vladimir Serbinenko2014-10-182-0/+40
* acpi_add_ssdt_pstates: Remove function.Vladimir Serbinenko2014-10-171-3/+0
* smbios: Mark laptops as suchVladimir Serbinenko2014-10-161-1/+5
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-165-13/+5
* acpi: Don't add an empty SSDT.Vladimir Serbinenko2014-10-111-3/+5
* acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko2014-10-111-1/+2
* bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.Vladimir Serbinenko2014-10-111-2/+19
* early section: Don't add empty .car.cbmem_console.Vladimir Serbinenko2014-10-111-2/+0
* acpi_create_mcfg_mmconfig: Zero-out the structure before filling.Vladimir Serbinenko2014-10-101-0/+1
* cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black2014-10-073-10/+7
* Kconfig: Allow native vga init to be selectable for SeaBIOS payloadEdward O'Callaghan2014-10-041-0/+1
* arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner2014-09-293-152/+48
* arm: Import armv7_dcache_wbinv_all function from NetBSDJulius Werner2014-09-291-0/+99
* arm: add missing gc-sections for ramstageIsaac Christensen2014-09-241-2/+2
* coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh2014-09-2343-0/+2659
* arm: Update mem* functions to newer versionsJulius Werner2014-09-225-78/+87