summaryrefslogtreecommitdiffstats
path: root/src/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Remove MIPS architectureJulius Werner2019-11-2025-1188/+0
* lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans2019-11-101-1/+0
* arch/mips: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-043-2/+7
* arch/arm,mips: Use generic PCI MMCONFKyösti Mälkki2019-09-281-11/+1
* arch/: Replace __BOOTBLOCK__ with ENV_BOOTBLOCKKyösti Mälkki2019-09-261-1/+1
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-1/+3
* AUTHORS: Move src/arch/mips copyrights into AUTHORS fileMartin Roth2019-08-2725-61/+2
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-5/+2
* lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi2019-07-172-2/+5
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-100/+0
* arch/mips: Make MIPS specific options depend on ARCH_MIPSArthur Heymans2019-07-071-2/+4
* arch/mips: Fix <arch/mmio.h> prototypesKyösti Mälkki2019-03-221-6/+10
* src/arch/mips: Fix checkpatch warnings and errorsAsami Doi2019-03-212-4/+4
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-2/+2
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-1/+2
* src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS2019-01-041-2/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-3/+0
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-5/+0
* Move compiler.h to commonlibNico Huber2018-10-081-2/+0
* arch/{mips,power8}/include/arch: Don't use device_tElyes HAOUAS2018-09-211-1/+1
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-1/+3
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-071-1/+0
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-5/+14
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-071-1/+1
* arch: Unify basic cache clearing APIJulius Werner2017-05-301-0/+7
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-4/+0
* lib/coreboot_table: use the architecture dependent table sizeAaron Durbin2016-05-021-0/+2
* arch: introduce architecture dependent common variablesAaron Durbin2016-05-021-0/+26
* lib: add common write_tables() implementationAaron Durbin2016-04-211-34/+0
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+4
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+5
* arch: only print cbmem entries in one placeAaron Durbin2016-04-211-3/+0
* arch: use Kconfig variable for coreboot table sizeAaron Durbin2016-04-211-1/+1
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+4
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+4
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-1/+1
* arch: remove stage_exit()Aaron Durbin2016-02-112-7/+0
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-3/+3
* console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc2016-01-211-0/+1
* imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu2015-12-311-0/+2
* mips: add coherency argument to identity mappingIonela Voinescu2015-12-293-9/+19
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-113-1/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3125-100/+0
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-3/+3
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-211-1/+0
* mips: implement arch_segment_loaded callbackIonela Voinescu2015-06-101-0/+8