summaryrefslogtreecommitdiffstats
path: root/src/include/memlayout.h
Commit message (Expand)AuthorAgeFilesLines
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-191-4/+21
* rmodtool: Make memlayout symbols absolute and do not relocate themJulius Werner2021-02-181-9/+9
* cbfs: Add metadata cacheJulius Werner2020-11-211-0/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* arch/x86: Implement RESET_VECTOR_IN_RAMFelix Held2020-04-291-0/+3
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-3/+3
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner2019-12-111-1/+1
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+9
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-1/+1
* Move and rename ARCH_STAGE_HAS_xxx_SECTION rulesKyösti Mälkki2019-08-261-18/+0
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-2/+6
* vboot: standardize on working data sizeJoel Kitching2019-03-211-6/+8
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-0/+4
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* Introduce bootblock self-decompressionJulius Werner2018-05-221-0/+20
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-1/+1
* vboot: Disallow separate verstage after romstage, try to clarify logicJulius Werner2017-03-281-1/+4
* memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()Julius Werner2016-08-231-1/+2
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-0/+12
* memlayout: Add symbols for stage boundsJulius Werner2016-02-221-12/+12
* Move object files to $(obj)/<class>/Nico Huber2016-01-281-4/+4
* memlayout: Fix unified CBFS_CACHE macroJulius Werner2016-01-211-9/+16
* cbfs_spi: Initialize spi_flash when initializing cbfs_cacheMary Ruthven2015-12-031-1/+1
* cbfs_spi: enable CBFS access in early romstageMary Ruthven2015-12-031-3/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-2/+2
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-0/+27
* linking: move romstage and bootblock to use program.ldAaron Durbin2015-09-091-6/+6
* linking: lay the groundwork for a unified linking approachAaron Durbin2015-09-091-4/+31
* timestamp: add generic cache regionAaron Durbin2015-07-071-0/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfs: look for CBFS header in a predefined placeVadim Bendebury2015-04-171-0/+2
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-0/+105