summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* amd/geode_lx: Fix .c includesKyösti Mälkki2018-06-051-0/+4
* cpu/x86/mtrr.h: Clean up some guardsNico Huber2018-06-041-13/+11
* cpu/intel/car: Prepare for some POSTCAR_STAGE supportKyösti Mälkki2018-06-021-0/+2
* drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-FiFurquan Shaikh2018-06-011-0/+1
* cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiBNico Huber2018-05-311-4/+14
* cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDENico Huber2018-05-311-22/+25
* Remove AMD K8 cpu and northbridge supportKyösti Mälkki2018-05-312-161/+0
* elog: Allow calling boot_count_read() without CONFIG_ELOG_BOOT_COUNTDaniel Kurtz2018-05-251-0/+7
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-252-2/+3
* device: Move dev_find_path() to device_const.cNico Huber2018-05-251-2/+3
* AMD: Remove some leftover includesKyösti Mälkki2018-05-242-853/+0
* Introduce bootblock self-decompressionJulius Werner2018-05-225-1/+55
* bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner2018-05-221-7/+9
* Revert "program_loading: make types a mask, make unknown type a non-zero"Julius Werner2018-05-221-15/+8
* cpu/x86: Add support to run function on single APSubrata Banik2018-05-191-1/+9
* lib/prog_loaders: Store CBFS type in struct progPatrick Rudolph2018-05-161-0/+6
* cpu/x86: Add support to run function with argument over APsSubrata Banik2018-05-141-2/+2
* program_loading: make types a mask, make unknown type a non-zeroRonald G. Minnich2018-05-141-8/+15
* devicetree: Add USB device typeDuncan Laurie2018-05-112-0/+10
* bootmem: Keep OS memory map separate from the startJulius Werner2018-05-101-0/+2
* lib/nhlt: add support for passing subsystem_id to endpoint's structureHarsha Priya2018-05-091-0/+1
* soc/intel: Add KBL-R pci id supportLijian Zhao2018-05-051-0/+1
* cpu/x86/mp: remove unused functions and limit API exposureAaron Durbin2018-05-041-10/+0
* lib/bootmem: Add method to walk OS POV memory tablesPatrick Rudolph2018-05-041-0/+11
* lib/bootmem: Add method to walk memory tablesPatrick Rudolph2018-05-041-0/+13
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-3/+19
* pci: Fix function prototypePatrick Rudolph2018-05-031-1/+1
* cpu/x86: Add infinite timeout support into run_ap_work() functionSubrata Banik2018-05-031-0/+3
* drivers/generic/bayhub: Add driver for BayHub BH720Simon Glass2018-05-021-0/+1
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-022-2/+2
* pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph2018-05-021-0/+2
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-301-1/+18
* lib/devicetree: Integrate flattened devicetree supportPatrick Rudolph2018-04-302-109/+83
* lib: Raw import FDT devicetree from depthchargePatrick Rudolph2018-04-302-0/+263
* device: constify some variablesLubomir Rintel2018-04-301-3/+3
* device: Add flag to disable PCIe ASPMNico Huber2018-04-261-0/+1
* arch/x86: print cr2 value on every exceptionAaron Durbin2018-04-261-0/+12
* cpu/x86: add limited runtime identity page mappingAaron Durbin2018-04-261-0/+5
* drivers/uart: Add helper function to allow bit-bangingJulius Werner2018-04-261-0/+3
* arch/x86: add support for cache-as-ram pagingAaron Durbin2018-04-252-0/+9
* include/memory_info.h: Change part number field from 19 bytes to 21Richard Spiegel2018-04-241-1/+1
* arch/x86: add ENV_CACHE_AS_RAMAaron Durbin2018-04-241-0/+8
* compiler.h: add __weak macroAaron Durbin2018-04-241-0/+1
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-232-20/+22
* cpu/x86: add paging_set_default_pat() functionAaron Durbin2018-04-231-0/+10
* cpu/x86: expose and add paging helper functionsAaron Durbin2018-04-231-0/+8
* cpu/x86: move NXE and PAT accesses to paging moduleAaron Durbin2018-04-232-0/+20
* rules: Define SIMPLE_DEVICE on x86 onlyPatrick Rudolph2018-04-201-14/+17
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-202-0/+59
* cbfs: Add cbfs_boot_load_file()T Michael Turney2018-04-171-5/+6