aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2015-03-21arm: add _end symbol to bootblock.ldAaron Durbin
2015-03-21x86: fix romstage_null.debug link w/o --gc-sectionsAaron Durbin
2015-03-20bootblocks: use run_romstage()Aaron Durbin
2015-03-20qemu-riscv: add preram_cbmem_consoleAaron Durbin
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-03-17arch/x86/Kconfig: Add license headerStefan Reinauer
2015-03-17rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh
2015-03-17coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2015-03-13coreboot arm64: Add int constants to stdint.hFurquan Shaikh
2015-03-13armv8: Add mmu supportFurquan Shaikh
2015-03-13armv8: correct dcache line size calculationAaron Durbin
2015-03-10ACPI: Get S3 resume state from romstage_handoffKyösti Mälkki
2015-03-10x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki
2015-03-10x86: simplify early_variables.h headerAaron Durbin
2015-03-09AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki
2015-03-05arm64: provide early SoC initializationAaron Durbin
2015-03-05coreboot arm64: Add proper masks for setting SCTLR and SCR regs to 0 at initFurquan Shaikh
2015-03-04arm64: Set 16 byte alignment and ramstage start addressAaron Durbin
2015-03-04arm64: remove assembly code string functionsAaron Durbin
2015-03-04arm64: use one stage_entry for all stagesAaron Durbin
2015-03-04arm64: ensure vital sections aren't garbage collectedAaron Durbin
2015-03-04Add stage information to coreboot bannerStefan Reinauer
2015-03-04coreboot rush: Add support for basic romstageFurquan Shaikh
2015-03-02coreboot arm64: Correct cache function namesFurquan Shaikh
2015-03-02coreboot arm: Define function for setting cntfrq registerFurquan Shaikh
2015-02-25coreboot arm64: Add library for system accessFurquan Shaikh
2015-02-25arm64: Remove early_console.cMarc Jones
2015-02-23Remove */cpu/amd/agesa/* from excluded illegal globals fileDave Frodin
2015-02-16acpi: Generate valid ACPI processor objectsTimothy Pearson
2015-02-16nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-14arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end`Paul Menzel
2015-02-14arm64: Cleanup arch io header filesFurquan Shaikh
2015-02-09Get rid of .car.global_data warnings for GCC buildMartin Roth
2015-02-02src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki
2015-01-27CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM: Add timestamp_reinit()Kyösti Mälkki
2015-01-27CBMEM: Move cbmemc_reinit()Kyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-26arm64: Prepare ARM64 for buildingMarc Jones
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2015-01-10ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki
2015-01-10ACPI: Prepare for HAVE_ACPI_RESUME changesKyösti Mälkki
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2015-01-04atomic.h: Fix doxygen errorsMartin Roth
2015-01-04arm: lpae: Set XN and PXN bits for noncacheable regionsJimmy Zhang
2015-01-03ARM64: Always has DYNAMIC_CBMEMKyösti Mälkki
2015-01-03ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki
2015-01-03arm: Fix stored PC value when handling exceptionsJulius Werner
2015-01-01ARM: Fix ARM_LPAE to not be selectable as a menu item.Ronald G. Minnich
2014-12-31arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPIKyösti Mälkki
2014-12-19cpu/armltd/cortex-a9: Remove stub func dead codeEdward O'Callaghan
2014-12-18i82371eb & qemu: Move to per-device ACPI.Vladimir Serbinenko
2014-12-17ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri
2014-12-15arm: Add support for a preram_cbmem_console symbol.Gabe Black
2014-12-15arm: Fix minor mistake in cache maintenance assemblyJulius Werner
2014-12-15armv7: provide compiler options for rmodulesAaron Durbin
2014-12-09x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin
2014-12-09libpayload: arm: Pass the coreboot table location to the payload.Gabe Black
2014-12-09UCB RISCV: Switch to DYNAMIC_CBMEMKyösti Mälkki
2014-12-05x86: Update the check for Forbidden global variablesFurquan Shaikh
2014-12-05RISCV: one last little nit to make it build and runRonald G. Minnich
2014-12-04RISCV: get RISCV to build againRonald G. Minnich
2014-12-02Replace hlt with halt()Patrick Georgi
2014-12-02build system: remove ROMSTAGE_ELF variablePatrick Georgi
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich
2014-11-30Unify remaining binutils invocationsPatrick Georgi
2014-11-27Make acpi_fill_dmar into parameterVladimir Serbinenko
2014-11-25build system: unify linker use across gcc and clangPatrick Georgi
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
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