aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2014-11-22acpigen: Use implicit length patching in acpigen.cVladimir Serbinenko
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-19acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footerVladimir Serbinenko
2014-11-19acpigen: Add and use acpigen_write_device.Vladimir Serbinenko
2014-11-19acpigen: Add and use acpigen_write_method.Vladimir Serbinenko
2014-11-19console: Isolate console_init() for ROMCCKyösti Mälkki
2014-11-14AMD: Move RAMBASE and RAMTOPKyösti Mälkki
2014-11-13arm: Put assembly functions into separate sectionsJulius Werner
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-09car globals: add "used" attributePatrick Georgi
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-11-08acpigen: Add new function acpigen_pop_lenVladimir Serbinenko
2014-11-05ARM: Use local versions of libgcc functions instead of linking against libgcc.Gabe Black
2014-11-04i82801gx: Handle whole FADT in southbridge.Vladimir Serbinenko
2014-11-04romstage: Pass .car.data as ignored section while adding romstageFurquan Shaikh
2014-10-28build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-10-26include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan
2014-10-19ACPI: Allocate S3 resume backup in CBMEM earlierKyösti Mälkki
2014-10-19x86 romstage: Move stack just below RAMTOPKyösti Mälkki
2014-10-18i945: Consolidate FADT codeVladimir Serbinenko
2014-10-17acpi_add_ssdt_pstates: Remove function.Vladimir Serbinenko
2014-10-16smbios: Mark laptops as suchVladimir Serbinenko
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko
2014-10-11acpi: Don't add an empty SSDT.Vladimir Serbinenko
2014-10-11acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko
2014-10-11bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.Vladimir Serbinenko
2014-10-11early section: Don't add empty .car.cbmem_console.Vladimir Serbinenko
2014-10-10acpi_create_mcfg_mmconfig: Zero-out the structure before filling.Vladimir Serbinenko
2014-10-07cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black
2014-10-04Kconfig: Allow native vga init to be selectable for SeaBIOS payloadEdward O'Callaghan
2014-09-29arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner
2014-09-29arm: Import armv7_dcache_wbinv_all function from NetBSDJulius Werner
2014-09-24arm: add missing gc-sections for ramstageIsaac Christensen
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh
2014-09-22arm: Update mem* functions to newer versionsJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-22arm: Have the linker garbage-collect unused functions and variablesJulius Werner
2014-09-15arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-13arm: Put exception_stack into BSSJulius Werner
2014-09-12payloads/external/SeaBIOS: Allow setting buffers below 0xC0000Martin Roth
2014-09-12arm: Remove some pointless CFLAGSJulius Werner
2014-09-12tegra124/nyan: various fixes and additionsHung-Te Lin
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-11Increase space for ACPI tables when using dynamic CBMEMStefan Reinauer
2014-09-09arm: Update a stale comment in bootblock .S filesDavid Hendricks
2014-09-09exynos: Install the BL1 and set the checksum in the Makefile.Gabe Black
2014-09-09ARMv4: Add a minimal version of cpu.h.Gabe Black
2014-09-09ARM: Add an ARMv4 architecture version.Gabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-09-05Implement ACPI in a per device wayVladimir Serbinenko
2014-09-02acpigen: Correctly handle root scopeVladimir Serbinenko
2014-09-02smbios.c: Fix mismerge which led to laptop being default typeVladimir Serbinenko
2014-08-30smbios: reorganise OEM strings handling.Vladimir Serbinenko
2014-08-29smbios: Define and use enclosure types.Vladimir Serbinenko
2014-08-29arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner
2014-08-28ARM: Make it possible to use a custom bootblock implementation.Gabe Black
2014-08-22ARM: Overhaul the ARM Makefile.Gabe Black
2014-08-14armv7: mark EABI compatibility symbols as usedStefan Reinauer
2014-08-14ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer
2014-08-13ARMv7: drop dead code from Makefile.incStefan Reinauer
2014-08-12armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-08-10armv7: Support stack dump after exceptionsJulius Werner
2014-08-10ARM: Eliminate the unused interrupts.c.Gabe Black
2014-08-08ARMv7: Add stdint types needed for vboot libraryStefan Reinauer
2014-08-08ARMV7: threading support for cooperative multitaskingRonald G. Minnich
2014-08-07armv7: Fix dcache writethrough policy handlingDavid Hendricks
2014-08-07Possible thread stack implementation.Ronald G. Minnich
2014-08-07exynos: Set up caching in the bootblock.Gabe Black
2014-08-06Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich
2014-08-03arch/x86/Makefile.inc: trivial: fix indent of informative output about bootblockDaniele Forsi
2014-08-01armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks
2014-07-31payloads/external/SeaBIOS: Use coreboot’s serial console settingsMartin Roth
2014-07-31armv7/exynos5420: Configure CPU cores for kernel to enable SMP.Hung-Te Lin
2014-07-30arch/x86/include/arch/interrupt.h: Add header guardsEdward O'Callaghan
2014-07-28IOAPIC: Fix missing stdint includeKyösti Mälkki
2014-07-17misc,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-08arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-03ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-06-29arch/x86/include/bootblock_common.h: Sanitize header inclusionEdward O'Callaghan
2014-06-28armv7: We don't use CPPFLAGS anymorePatrick Georgi
2014-06-27build: Pass correct disassembly flags in Clang buildEdward O'Callaghan
2014-06-26PIRQ tables: Fix typosKyösti Mälkki
2014-06-25Declare acpi_is_wakeup_early() only onceKyösti Mälkki
2014-06-24MP Table: Change types to be consistent with the specMike Loptien
2014-06-21Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-20ACPI: Add acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-20ACPI S3 support: Add acpi_s3_resume_allowed()Kyösti Mälkki
2014-06-16MP Spec: Correct the Virtual Wire assignmentMike Loptien
2014-06-16MP Spec: Add copyright headerMike Loptien
2014-06-06build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan
2014-06-01lenovo: Make version look like something thinkpad_acpi would acceptVladimir Serbinenko
2014-06-01acpigen: Add acpigen_emit_eisaid.Vladimir Serbinenko
2014-05-26console: Add console for GDBKyösti Mälkki
2014-05-25acpigen: Add acpigen_write_irq.Vladimir Serbinenko
2014-05-22x86/include/arch/acpi.h: remove incorrect semicolonMartin Roth