summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: Move libgcc assembly macros to arch/asm.hJulius Werner2014-09-225-16/+58
* arm: Have the linker garbage-collect unused functions and variablesJulius Werner2014-09-224-31/+35
* arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner2014-09-152-57/+1
* arm: Move exception_init() close to console_init()Julius Werner2014-09-136-1/+78
* arm: Put exception_stack into BSSJulius Werner2014-09-132-53/+14
* payloads/external/SeaBIOS: Allow setting buffers below 0xC0000Martin Roth2014-09-121-0/+1
* arm: Remove some pointless CFLAGSJulius Werner2014-09-121-2/+2
* tegra124/nyan: various fixes and additionsHung-Te Lin2014-09-121-0/+3
* tegra124/nyan: rougly stable code baseGabe Black2014-09-115-6/+28
* Increase space for ACPI tables when using dynamic CBMEMStefan Reinauer2014-09-111-0/+4
* arm: Update a stale comment in bootblock .S filesDavid Hendricks2014-09-092-2/+2
* exynos: Install the BL1 and set the checksum in the Makefile.Gabe Black2014-09-091-11/+1
* ARMv4: Add a minimal version of cpu.h.Gabe Black2014-09-091-0/+25
* ARM: Add an ARMv4 architecture version.Gabe Black2014-09-099-1/+450
* ARM: Generalize armv7 as arm.Gabe Black2014-09-0843-94/+195
* Implement ACPI in a per device wayVladimir Serbinenko2014-09-052-2/+152
* acpigen: Correctly handle root scopeVladimir Serbinenko2014-09-021-1/+6
* smbios.c: Fix mismerge which led to laptop being default typeVladimir Serbinenko2014-09-021-1/+1
* smbios: reorganise OEM strings handling.Vladimir Serbinenko2014-08-301-6/+17
* smbios: Define and use enclosure types.Vladimir Serbinenko2014-08-291-1/+1
* arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner2014-08-292-10/+10
* ARM: Make it possible to use a custom bootblock implementation.Gabe Black2014-08-282-3/+10
* ARM: Overhaul the ARM Makefile.Gabe Black2014-08-228-109/+42
* armv7: mark EABI compatibility symbols as usedStefan Reinauer2014-08-141-3/+3
* ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer2014-08-142-6/+9
* ARMv7: drop dead code from Makefile.incStefan Reinauer2014-08-131-6/+0
* armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi2014-08-121-1/+1
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-112-5/+4
* armv7: Support stack dump after exceptionsJulius Werner2014-08-104-20/+38
* ARM: Eliminate the unused interrupts.c.Gabe Black2014-08-102-198/+0
* ARMv7: Add stdint types needed for vboot libraryStefan Reinauer2014-08-081-0/+12
* ARMV7: threading support for cooperative multitaskingRonald G. Minnich2014-08-081-0/+127
* armv7: Fix dcache writethrough policy handlingDavid Hendricks2014-08-071-1/+1
* Possible thread stack implementation.Ronald G. Minnich2014-08-071-0/+7
OpenPOWER on IntegriCloud