Age | Commit message (Expand) | Author |
2019-11-03 | cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE | Kyösti Mälkki |
2019-11-02 | cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 | Kyösti Mälkki |
2019-10-28 | src: Remove unused '#include <cpu/cpu.h>' | Elyes HAOUAS |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src/{device,drivers}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-10-26 | drivers/intel/fsp2_0: move die() calls to the functions | Michael Niewöhner |
2019-10-26 | drivers/intel/fsp1_1: remove orphaned functionality | Michael Niewöhner |
2019-10-24 | drivers/ipmi: Add IPMI BMC FRB2 watchdog timer support | Johnny Lin |
2019-10-24 | drivers/i2c/rt1011: Add a driver for RT1011 | Cheng-Yi Chiang |
2019-10-23 | drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option | Arthur Heymans |
2019-10-22 | AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file | Martin Roth |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-10-21 | drivers/intel/fsp2_0: Add ENV_CACHE_AS_RAM check for consumed ranges | Marshall Dawson |
2019-10-21 | src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' | Elyes HAOUAS |
2019-10-21 | src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>' | Elyes HAOUAS |
2019-10-20 | drivers/intel/fsp2_0: Make vbt_get() conditional | Marshall Dawson |
2019-10-18 | src: Remove unused include '<device/pci_ids.h>' | Elyes HAOUAS |
2019-10-18 | build: Mark bootblock files on x86 as IBB | Patrick Rudolph |
2019-10-16 | drivers/usb: Enable EHCI debug during verstage | Arthur Heymans |
2019-10-09 | drivers/spi: ignore -Wvla on clang too | Greg V |
2019-10-08 | device/root_device: Consolidate common _scan_bus() functions | Nico Huber |
2019-10-04 | devicetree: Fix improper use of chip_operations | Kyösti Mälkki |
2019-09-30 | drivers/i2c/lm96000: Add more settings for fan control | Nico Huber |
2019-09-30 | drivers/i2c/lm96000: Fix integer sign issue | Nico Huber |
2019-09-30 | drivers/i2c/at24rf08c: Add proper Kconfig option | Nico Huber |
2019-09-30 | device,drivers/: Drop some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-28 | usbdebug: Remove some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-28 | drivers/net/ne2k: Remove some __SIMPLE_DEVICE__ use | Kyösti Mälkki |
2019-09-21 | drivers/wifi/generic.c: Upper case the AML WiFi name as required by spec | Andrew McRae |
2019-09-15 | {cpu,device,drivers}: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-09-13 | drivers/pc80: Remove some __PRE_RAM__ and __SMM__ | Kyösti Mälkki |
2019-09-13 | drivers/intel/fsp2_0: Allocate cfg_region_size for UPD | Marshall Dawson |
2019-09-13 | drivers/elog: Add elog_boot_notify() | Kyösti Mälkki |
2019-09-13 | intel/fsp2_0: Move TS_BEFORE_INITRAM | Kyösti Mälkki |
2019-09-11 | intel/fsp2_0: Add help text for FSP_TEMP_RAM_SIZE Kconfig | Subrata Banik |
2019-09-11 | src: Remove unneeded include <arch/interrupt.h> | Elyes HAOUAS |
2019-09-11 | arch/x86: Drop _car_relocatable_data symbols | Kyösti Mälkki |
2019-09-11 | arch/x86: Move ehci_dbg_info outside _car_relocatable_data | Kyösti Mälkki |
2019-09-09 | drivers/intel/fsp2_0: Fix minor whitespace | Marshall Dawson |
2019-09-09 | intel/fsp2_0: Move temporary RAM to .bss with FSP_USES_CB_STACK | Kyösti Mälkki |
2019-09-04 | drivers/spi/spi_flash.c: Add SPI vendor IDs | Richard Spiegel |
2019-09-02 | drivers/vpd: add framework to search VPD in romstage | Jonathan Zhang |
2019-09-02 | drivers/ipmi/ipmi_kcs_ops: Advertise correct register spacing | Patrick Rudolph |
2019-08-26 | soc/intel: Use common romstage code | Kyösti Mälkki |
2019-08-23 | soc/intel/cometlake: Add ISH Device ID | Bernardo Perez Priego |
2019-08-22 | arch/x86: Add <arch/romstage.h> | Kyösti Mälkki |
2019-08-21 | intel/fsp1_0,baytrail,rangeley: Tidy up use of preprocessor | Kyösti Mälkki |
2019-08-20 | src: Remove variable length arrays | Jacob Garber |
2019-08-20 | AGESA,binaryPI: Replace use of __PRE_RAM__ | Kyösti Mälkki |