summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: provide early SoC initializationAaron Durbin2015-03-054-1/+45
* coreboot arm64: Add proper masks for setting SCTLR and SCR regs to 0 at initFurquan Shaikh2015-03-051-2/+16
* arm64: Set 16 byte alignment and ramstage start addressAaron Durbin2015-03-041-11/+12
* arm64: remove assembly code string functionsAaron Durbin2015-03-044-168/+9
* arm64: use one stage_entry for all stagesAaron Durbin2015-03-048-74/+74
* arm64: ensure vital sections aren't garbage collectedAaron Durbin2015-03-041-5/+5
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-1/+1
* coreboot rush: Add support for basic romstageFurquan Shaikh2015-03-041-0/+1
* coreboot arm64: Correct cache function namesFurquan Shaikh2015-03-022-6/+6
* coreboot arm: Define function for setting cntfrq registerFurquan Shaikh2015-03-026-1/+122
* coreboot arm64: Add library for system accessFurquan Shaikh2015-02-2511-183/+1852
* arm64: Remove early_console.cMarc Jones2015-02-251-75/+0
* Remove */cpu/amd/agesa/* from excluded illegal globals fileDave Frodin2015-02-231-1/+1
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-161-1/+1
* nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson2015-02-161-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-159-50/+51
* arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end`Paul Menzel2015-02-141-2/+1
* arm64: Cleanup arch io header filesFurquan Shaikh2015-02-142-112/+137
* Get rid of .car.global_data warnings for GCC buildMartin Roth2015-02-091-0/+4
* src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc2015-02-024-0/+13
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-272-29/+1
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-271-5/+9
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-6/+3
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-275-7/+19
* CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki2015-01-271-1/+1
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-276-9/+7
* CBMEM: Add timestamp_reinit()Kyösti Mälkki2015-01-271-0/+4
* CBMEM: Move cbmemc_reinit()Kyösti Mälkki2015-01-271-0/+4
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-274-0/+9
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-275-38/+12
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-274-0/+29
* vboot2: add verstageStefan Reinauer2015-01-278-1/+29
* arm64: Prepare ARM64 for buildingMarc Jones2015-01-266-34/+39
* Revert "vboot2: add verstage"Paul Menzel2015-01-143-9/+1
* vboot2: add verstageDaisuke Nojiri2015-01-133-1/+9
* ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki2015-01-101-2/+9
* ACPI: Prepare for HAVE_ACPI_RESUME changesKyösti Mälkki2015-01-102-20/+14
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-091-0/+7
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-054-1/+62
* atomic.h: Fix doxygen errorsMartin Roth2015-01-041-10/+11
* arm: lpae: Set XN and PXN bits for noncacheable regionsJimmy Zhang2015-01-041-2/+3
* ARM64: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-032-47/+0
* ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-031-9/+0
* arm: Fix stored PC value when handling exceptionsJulius Werner2015-01-031-0/+5
* ARM: Fix ARM_LPAE to not be selectable as a menu item.Ronald G. Minnich2015-01-011-1/+1
* arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki2014-12-312-8/+6
* ipq/arm: Redesign hooks for bootblockVadim Bendebury2014-12-303-15/+33
* CBMEM: Always build for x86 romstageKyösti Mälkki2014-12-302-6/+7
* RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPIKyösti Mälkki2014-12-282-6/+14
* cpu/armltd/cortex-a9: Remove stub func dead codeEdward O'Callaghan2014-12-191-8/+1