summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* exynos: Set up caching in the bootblock.Gabe Black2014-08-072-21/+9
* Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich2014-08-064-2/+54
* arch/x86/Makefile.inc: trivial: fix indent of informative output about bootblockDaniele Forsi2014-08-031-1/+1
* armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks2014-08-013-1/+30
* payloads/external/SeaBIOS: Use coreboot’s serial console settingsMartin Roth2014-07-311-0/+2
* armv7/exynos5420: Configure CPU cores for kernel to enable SMP.Hung-Te Lin2014-07-311-0/+6
* arch/x86/include/arch/interrupt.h: Add header guardsEdward O'Callaghan2014-07-301-0/+5
* IOAPIC: Fix missing stdint includeKyösti Mälkki2014-07-281-0/+3
* misc,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-2/+0
* arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-088-8/+0
* ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki2014-07-032-1/+13
* build: remove -ccopts mechanismPatrick Georgi2014-06-291-4/+4
* arch/x86/include/bootblock_common.h: Sanitize header inclusionEdward O'Callaghan2014-06-291-5/+2
* armv7: We don't use CPPFLAGS anymorePatrick Georgi2014-06-281-3/+3
* build: Pass correct disassembly flags in Clang buildEdward O'Callaghan2014-06-271-1/+1
* PIRQ tables: Fix typosKyösti Mälkki2014-06-261-1/+1
* Declare acpi_is_wakeup_early() only onceKyösti Mälkki2014-06-251-0/+3
* MP Table: Change types to be consistent with the specMike Loptien2014-06-242-117/+175
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-5/+1
* ACPI: Add acpi_is_wakeup_s3()Kyösti Mälkki2014-06-202-5/+14
* ACPI S3 support: Add acpi_s3_resume_allowed()Kyösti Mälkki2014-06-203-17/+18
* MP Spec: Correct the Virtual Wire assignmentMike Loptien2014-06-162-3/+3
* MP Spec: Add copyright headerMike Loptien2014-06-162-0/+38
* build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan2014-06-061-3/+3
* lenovo: Make version look like something thinkpad_acpi would acceptVladimir Serbinenko2014-06-011-4/+9
* acpigen: Add acpigen_emit_eisaid.Vladimir Serbinenko2014-06-012-0/+35
* console: Add console for GDBKyösti Mälkki2014-05-262-2/+12
* acpigen: Add acpigen_write_irq.Vladimir Serbinenko2014-05-252-0/+16
* x86/include/arch/acpi.h: remove incorrect semicolonMartin Roth2014-05-221-1/+1
* build: use CFLAGS_* in more places where they're neededPatrick Georgi2014-05-191-12/+12
* build: move include paths where they belongPatrick Georgi2014-05-191-1/+1
* build: break compiler flags out of $(CC)Patrick Georgi2014-05-171-1/+1