summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-05-19drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh
2017-05-18vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2017-05-18AMD MTRR: Add common add_uma_resource_below_tolm()Kyösti Mälkki
2017-05-18CBMEM: Add config CBMEM_TOP_BACKUPKyösti Mälkki
2017-05-16cpu/intel/turbo: Add option to disable turboSubrata Banik
2017-05-13src/include/device: Add PCIe root ports device idsAamir Bohra
2017-05-13drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber
2017-05-12commonlib: Move drivers/storage into commonlib/storageLee Leahy
2017-05-10drivers/storage: Make DRVR_CAP_8BIT controller independentLee Leahy
2017-05-10drivers/storage: Remove set_control_regLee Leahy
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-05-05cr50: check if the new image needs to be enabled and act on itVadim Bendebury
2017-05-05pci_device: add PCI device IDs for Intel platformsRizwan Qureshi
2017-05-03lib/edid: Save the display ASCII stringArthur Heymans
2017-05-03lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans
2017-04-28nb/amdk8: Link coherent_ht.cArthur Heymans
2017-04-25AMD Geode: Move conflicting mainboard_romstage_entry()Marc Jones
2017-04-25lib: provide clearer devicetree semanticsAaron Durbin
2017-04-25drivers/storage: Add SD/MMC/eMMC driver based upon depthchargeLee Leahy
2017-04-19console: Add convenient debug level macros for raminitNico Huber
2017-04-13drivers/spi/tpm: Clean up SPI TPM driverFurquan Shaikh
2017-04-09drivers/spi: Get rid of spi_get_configFurquan Shaikh
2017-04-05drivers/spi/tpm: using tpm irq to sync tpm transactionJeffy Chen
2017-04-05AGESA: Disable CAR with empty stackKyösti Mälkki
2017-04-05AGESA: Move romstage main entry under cpuKyösti Mälkki
2017-04-05AGESA: Move amd_initmmio() callKyösti Mälkki
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-28vboot: Disallow separate verstage after romstage, try to clarify logicJulius Werner
2017-03-23cr50: add unmarshaling of vendor commands and process 'enable_update'Vadim Bendebury
2017-03-19cpu/x86: add a barrier with timeoutBora Guvendik
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Add space after minus signLee Leahy
2017-03-13src/include: Remove use of binary constantsLee Leahy
2017-03-13src/include: Add spaces around :Lee Leahy
2017-03-13src/include: Fix indent for case labelsLee Leahy
2017-03-13src/include: Move constants to the right hand sideLee Leahy
2017-03-13src/include: Remove space between function name and parametersLee Leahy
2017-03-13src/include: Move assignment out of if conditionLee Leahy
2017-03-13src/include: Remove unnecessary typecastLee Leahy
2017-03-13src/include: Move storage class to beginning of declarationLee Leahy
2017-03-13src/include: Remove space after function nameLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Open brace on same line as enum or structLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-10src/include: Add space after +Lee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-03-10src/include: Add space before (Lee Leahy