summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* device/dram/ddr3: improve XMP supportDan Elkouby2018-04-161-0/+2
* lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin2018-04-161-9/+6
* include/memory_info.h: Change serial number field from 5 bytes to 4Raul E Rangel2018-04-121-6/+2
* lib/memrange: Introduce method to clone memrangePatrick Rudolph2018-04-111-0/+3
* src/lib/dimm_info_util.c: Add methods to convert from SMBIOS to SPDRaul E Rangel2018-04-112-1/+50
* drivers/intel/wifi: Add support for Harrison Peak (HrP)Subrata Banik2018-04-111-0/+29
* device/dram/ddr2.c: Add methods to compute to identify dramArthur Heymans2018-04-092-0/+3
* console: Expose vsnprintfDavid Hendricks2018-04-091-0/+5
* x86: Add function to modify CR3 registerNaresh G Solanki2018-04-051-0/+21
* include/string: Add strrchrPatrick Rudolph2018-04-031-0/+20
* spi: Add helper functions for bit-bangingJulius Werner2018-04-031-0/+32