Age | Commit message (Expand) | Author |
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 |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-19 | intel/fsp2_0: Add TS_BEFORE_RAMINIT and TS_AFTER_RAMINIT | Kyösti Mälkki |
2019-08-18 | cpu/intel: Enter romstage without BIST | Kyösti Mälkki |
2019-08-15 | drivers/ipmi: make IPMI KCS status and command register spacing configurable | Johnny Lin |
2019-08-15 | cpu/x86/smm: Promote smm_memory_map() | Kyösti Mälkki |
2019-08-15 | arch/x86: Add postcar_frame_common_mtrrs() | Kyösti Mälkki |
2019-08-15 | cpu/intel: Refactor platform_enter_postcar() | Kyösti Mälkki |
2019-08-13 | drivers/i2c/generic: Add "compatible" property to _DSD | Furquan Shaikh |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-11 | arch/x86: Enable POSTCAR_CONSOLE by default | Kyösti Mälkki |
2019-08-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |