summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/memmap.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-1/+1
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-1/+1
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-1/+2
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* soc/intel/cannonlake: Remove DMA support for PTTSubrata Banik2018-06-221-19/+0
* soc/intel: Remove superfluous pointers variablesArthur Heymans2018-04-111-3/+2
* soc/intel/cannonlake: Use EBDA structure to store soc reserve memory sizeSubrata Banik2017-10-191-3/+4
* soc/intel/cannonlake: Calculate soc reserved memory sizeSubrata Banik2017-10-181-0/+15
* soc/intel/cannonlake: Use EBDA area to store cbmem_top addressSubrata Banik2017-10-181-45/+51
* soc/intel/cannonlake: Refactor memory layout calculationSubrata Banik2017-10-181-48/+119
* soc/intel/cannonlake: Fill the SMI usageLijian Zhao2017-10-031-0/+55
* soc/intel/{cannonlake,skylake}: Fix null pointer dereference in klocworkSubrata Banik2017-09-061-0/+2
* soc/intel/cannonlake: Perform dram top calculation based on HW registersSubrata Banik2017-09-011-4/+108
* soc/intel/cannonlake: Add memory map supportLijian Zhao2017-08-071-0/+79