summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-0/+119
* pci_ids: Drop a block of unused, redundant definitionsNico Huber2019-07-121-11/+0
* soc/intel/common: Add Coffee Lake H 6+2 Xeon graphics idNico Huber2019-07-121-0/+1
* soc/intel/common: Add CM246 LPC device idNico Huber2019-07-121-0/+1
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+1
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-2/+1
* cpu/x86: Declare smi_release_lock() staticKyösti Mälkki2019-07-111-4/+0
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-071-4/+0
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-0/+1
* cpu/x86: Fix MSR_PLATFORM_INFO definitionKyösti Mälkki2019-07-071-2/+0
* include/cpu/x86/mtrr: Fix return typeElyes HAOUAS2019-07-071-2/+2
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-042-10/+17
* lib/romstage_stack.c: Remove unused functionsArthur Heymans2019-07-041-2/+0
* cpu/amd/msr: Clarify MMIO_CONF shift valueMarshall Dawson2019-07-021-1/+1
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-2/+2
* cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph2019-07-021-0/+25
* pci_ids.h: Add AMD Picasso IDsMarshall Dawson2019-06-301-0/+7
* device: Tidy up add_more_links()Jacob Garber2019-06-281-1/+1
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+1
* add ctype.h headerJoel Kitching2019-06-242-52/+56
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-243-4/+8
* device_tree: Update comment style to C89Julius Werner2019-06-211-22/+22
* fit: Add overlay supportJulius Werner2019-06-211-4/+8
* fit: Refactor config node handlingJulius Werner2019-06-211-7/+4
* device_tree: Add overlay supportJulius Werner2019-06-211-0/+4
* cpu/x86/msr: Move IA32_MISC_ENABLE bits to common placeElyes HAOUAS2019-06-211-0/+2
* Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabledSubrata Banik2019-06-131-0/+5
* stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik2019-06-131-2/+9
* soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik2019-06-131-7/+7
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-4/+5
* console: Make die() and friends variadicJacob Garber2019-06-111-2/+3
* spi_flash: Add Dual SPI supportJulius Werner2019-06-102-0/+10
* src/soc/intel/skylake/bootblock: Add SPT C236 to PCH TableChristian Walter2019-06-081-2/+2
* soc/intel: Add some missing MCH PCIe IDsKeno Fischer2019-06-071-0/+3
* src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter2019-06-061-0/+4
* kconfig: Drop IS_ENABLED() macroNico Huber2019-06-041-1/+0
* device_tree: Make FDT property data non-constJulius Werner2019-06-041-2/+2
* device_tree: Add support for aliasesJulius Werner2019-06-041-0/+3
* device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner2019-06-041-3/+3
* device_tree: Add phandle caching and lookupsJulius Werner2019-06-041-2/+6
* device_tree: Add version checksJulius Werner2019-06-041-1/+2
* string.h: Move common string functions into .c fileJulius Werner2019-05-311-105/+14
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+2
* src/arch/x86: Add automatic type41 entry creationChristian Walter2019-05-282-0/+4
* src/include/device/pci_ids.h: Add Kabylake C236 DeviceChristian Walter2019-05-281-0/+1
* superio: Add ASpeed AST2400Frans Hendriks2019-05-241-0/+3
* soc/intel/skylake: Add PCI Id for Kabylake DTChristian Walter2019-05-231-0/+1
* console: Move poor-man's atoi() into string.hJulius Werner2019-05-231-0/+15
* endian.h: Add be32dec/be32enc family of functionsJulius Werner2019-05-231-0/+26
* src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter2019-05-231-1/+1