summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-1/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-282-33/+2
* soc/intel/common: Add Elkhartlake Device IDsTan, Lean Sheng2020-01-221-3/+52
* soc/intel/cannonlake/bootblock: Add CML-S 2/4-Core MCH IDsGaggery Tsai2020-01-181-2/+4
* src/include: Fix typosElyes HAOUAS2020-01-186-7/+7
* cbfs: Remove locator conceptJulius Werner2020-01-181-29/+1
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-0/+3
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-1/+0
* drivers/spi/spi_flash: separate out protection opsAaron Durbin2020-01-161-2/+8
* sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki2020-01-141-0/+14
* drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki2020-01-141-2/+0
* console/post: Split parts to arch/Kyösti Mälkki2020-01-141-0/+1
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-101-0/+1
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-102-1/+2
* drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin2020-01-101-1/+0
* sb/intel/common: Add smbus_set_slave_addr()Kyösti Mälkki2020-01-091-1/+1
* sb/intel/common: Add smbus_host_reset()Kyösti Mälkki2020-01-091-0/+5
* device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki2020-01-091-0/+35
* lib/spd_bin,soc/intel/common: Move get_spd_smbus()Kyösti Mälkki2020-01-091-56/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-092-12/+28
* drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki2020-01-091-1/+4
* src/include: Fix typosElyes HAOUAS2020-01-082-2/+2
* soc/intel/cannonlake: Add Comet Lake H SA 4+2 Device IDJamie Chen2020-01-081-0/+1
* drivers/pc80/rtc: Remove stub for sanitize_cmos()Kyösti Mälkki2020-01-071-8/+1
* drivers/pc80/rtc: Remove stub for cmos_post_init()Kyösti Mälkki2020-01-071-3/+2
* drivers/pc80/rtc: Clean up some headersKyösti Mälkki2020-01-072-10/+5
* drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki2020-01-071-26/+19
* lib/crc_byte: Add CRC32 implementationPatrick Rudolph2020-01-071-0/+19
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-061-0/+2
* drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki2020-01-061-1/+1
* pci_ids: Correct whitespace for all AMD, ATI, National SemiMarshall Dawson2020-01-051-103/+103
* device/smbus: Drop unused smbus_set_link()Kyösti Mälkki2020-01-042-2/+0
* device/smbus: Drop SMBUS_HAS_AUX_CHANNELSKyösti Mälkki2020-01-041-5/+0
* spi-generic: remove SPI_FLASH_SECTOR_ERASE_TIMEOUT_MSAaron Durbin2020-01-031-1/+0
* device/early_smbus: Drop unused function parameterKyösti Mälkki2020-01-031-3/+3
* device/early_smbus: Remove unused prototypesKyösti Mälkki2020-01-031-15/+0
* lib/malloc: Implement a simple free() only for last malloc()Bora Guvendik2020-01-021-2/+1
* drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki2020-01-021-5/+0
* src/include: Remove unused <stdlib.h>Elyes HAOUAS2020-01-023-3/+0
* src: Remove some romcc workaroundsJacob Garber2019-12-311-26/+1
* bootblock: Support normal/fallback mechanism againKyösti Mälkki2019-12-271-0/+3
* src/include: Remove min/max() from <stdlib.h>Elyes HAOUAS2019-12-271-3/+0
* superio/common/conf_mode: Add op to write SSDTPatrick Rudolph2019-12-221-1/+22
* drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki2019-12-201-4/+4
* src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS2019-12-191-1/+0
* src: Remove unused include <device/smbus_def.h>Elyes HAOUAS2019-12-191-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-1920-109/+8
* Revert "include/cpu/x86: Add STM Support"Aaron Durbin2019-12-182-9/+0
* include/cpu/x86: Add STM SupportEugene D. Myers2019-12-182-0/+9
* device/pnp: use correct width type for pnp_info.functionFelix Held2019-12-161-1/+1