aboutsummaryrefslogtreecommitdiff
path: root/src/arch/mips
AgeCommit message (Expand)Author
2019-11-04arch/mips: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-09-28arch/arm,mips: Use generic PCI MMCONFKyösti Mälkki
2019-09-26arch/: Replace __BOOTBLOCK__ with ENV_BOOTBLOCKKyösti Mälkki
2019-09-09arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki
2019-08-27AUTHORS: Move src/arch/mips copyrights into AUTHORS fileMartin Roth
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-07-17lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-07-07arch/mips: Make MIPS specific options depend on ARCH_MIPSArthur Heymans
2019-03-22arch/mips: Fix <arch/mmio.h> prototypesKyösti Mälkki
2019-03-21src/arch/mips: Fix checkpatch warnings and errorsAsami Doi
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-21arch/{mips,power8}/include/arch: Don't use device_tElyes HAOUAS
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-07arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner
2018-05-14pci: Fix compilation on non x86Patrick Rudolph
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-05-30arch: Unify basic cache clearing APIJulius Werner
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2015-12-31imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu
2015-12-29mips: add coherency argument to identity mappingIonela Voinescu
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-06-21Remove obsolete EARLY_CONSOLE usageMartin Roth
2015-06-10mips: implement arch_segment_loaded callbackIonela Voinescu
2015-06-10mips: CBMEM table reference is passed to payloadIonela Voinescu
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-04-22google/urara: use board ID information to set up hardwareIonela Voinescu
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arch/mips: simplify cache operationsIonela Voinescu
2015-04-21urara: Identity map DRAM/SRAMAndrew Bresticker
2015-04-21mips: Allow memory to be identity mapped in the TLBAndrew Bresticker
2015-04-17arch/mips: Fix bug when performing cache operationsIonela Voinescu
2015-04-15Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner
2015-04-14arm: Fix checkstack() to use correct stack sizeJulius Werner
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-13arch/mips: provide proper cache primitivesIonela Voinescu
2015-04-13mips: disable caches in bootblock startup codeVadim Bendebury
2015-04-13urara: add support for DMA coherent memory areaIonela Voinescu
2015-04-08timer: Add generic udelay() implementationAaron Durbin
2015-04-07mips: add c0 register access plumbingVadim Bendebury
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-04-02mips: do not place branch instructions in branch delay slotVadim Bendebury
2015-03-31mips: don't open code romstage loadingAaron Durbin
2015-03-30mips: bring payload execution to current standardsPatrick Georgi
2015-03-30mips: fix write_tablePatrick Georgi
2015-03-30imgtec/pistachio: Bring uart driver to modern standardsPatrick Georgi
2015-03-30mips: Simplify architecture specific Makefile.incPatrick Georgi
2015-03-30build system: rename mips/bootblock.inc to mips/bootblock.SPatrick Georgi
2015-03-29mips: add verstage configurationPatrick Georgi
2015-03-28mips: fix API expectations that break buildsAaron Durbin
2015-03-27mips: Remove superfluous menu entryPatrick Georgi
2015-03-23mips: fix bootblock stack definitionsVadim Bendebury
2015-03-21mips: no need in architecture specific implementation of do_printkVadim Bendebury
2015-03-21arch/mips: Add base MIPS architecture supportPaul Burton
2015-03-21mips: Add mips/ashldi3.c from LinuxVadim Bendebury