Age | Commit message (Expand) | Author |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-30 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-24 | vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic | Joel Kitching |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 1) | Patrick Rudolph |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-10-05 | src: Fix MSR_PKG_CST_CONFIG_CONTROL register name | Elyes HAOUAS |
2018-09-13 | src/*/intel/: clarify Kconfig options regarding IFD | Stefan Tauner |
2018-08-27 | intel: Use common HPET table revision function | Marc Jones |
2018-08-27 | update all FADT version 3.0 to use the get tables function | Marc Jones |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-22 | acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry | Joel Kitching |
2018-07-30 | soc/intel/fsp_baytrail: Add VBOOT support | Philipp Deppenwiese |
2018-07-29 | soc/intel: Remove legacy static TPM asl code | Philipp Deppenwiese |
2018-07-24 | cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx | Arthur Heymans |
2018-07-09 | src/soc: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2018-06-06 | arch/x86: Always select RELOCATABLE_MODULES | Kyösti Mälkki |
2018-06-06 | arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2018-06-04 | src/soc: Get rid of whitespace before tab | Elyes HAOUAS |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-04 | soc/intel/fsp_baytrail: Get rid of device_t | Elyes HAOUAS |
2018-05-31 | {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate | Nico Huber |
2018-05-08 | {mb,nb,soc}: Remove references to pci_bus_default_ops() | Nico Huber |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-23 | drivers/spi: reduce confusion in the API | Aaron Durbin |
2017-12-17 | soc/intel/fsp_baytrail: remove nvm headers and code | Aaron Durbin |
2017-11-30 | acpi/tpm: remove non-existent IRQ for Infineon TPM chip | Matt DeVillier |
2017-11-30 | acpi/tpm: update TPM preprocessor guards | Matt DeVillier |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-11-07 | src: Fix all Siemens copyrights | Mario Scheithauer |
2017-09-11 | cpu/x86/mp_init: remove adjust_cpu_apic_entry() | Aaron Durbin |
2017-07-13 | soc/intel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-26 | soc/intel/fsp_baytrail/include/soc/pci_devs.h: Add brackets around macro | Elyes HAOUAS |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-05-24 | soc/intel: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in flash structure to fill in probe | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-04-25 | lib: provide clearer devicetree semantics | Aaron Durbin |
2017-03-26 | soc/intel/fsp_baytrail: transition away from device_t | Antonello Dettori |
2017-01-13 | fsp_baytrail: Enable graphic init per default | Werner Zeh |
2017-01-12 | fsp 1.0 systems: Check for NULL when saving HobListPtr | Martin Roth |
2016-12-23 | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Flip default to enabled | Kyösti Mälkki |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-12-04 | spi_flash: Move spi flash opcodes to spi_flash.h | Furquan Shaikh |
2016-12-01 | romstage_handoff: remove code duplication | Aaron Durbin |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-11-22 | Remove explicit select MMCONF_SUPPORT | Kyösti Mälkki |
2016-11-16 | intel/fsp_baytrail: Fix assignment of PcdeMMCBootMode | David Imhoff |
2016-11-16 | intel/fsp_baytrail: Always log PcdEnableLpe and PcdeMMCBootMode | David Imhoff |
2016-09-06 | fsp_baytrail: Refactor code for SPI debug messages | Werner Zeh |
2016-08-31 | src/soc: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-28 | src/soc: Remove unnecessary whitespace before "\n" and "\t" | Elyes HAOUAS |
2016-08-01 | Remove non-ascii & unprintable characters | Martin Roth |
2016-07-31 | src/soc: Capitalize CPU, ACPI, RAM and ROM | Elyes HAOUAS |
2016-07-15 | soc/intel/fsp_baytrail: use common Intel ACPI hardware definitions | Aaron Durbin |
2016-07-06 | PCI: Use PCI_DEVFN macro instead of DEV_FUNC | Werner Zeh |
2016-06-29 | intel romstage: Use run_ramstage() | Kyösti Mälkki |
2016-06-03 | intel/fsp_baytrail/i2c: mask i2c interrupts in i2c_init() | Ben Gardner |
2016-05-06 | {cpu,soc}/intel: remove unused smm_init() function | Aaron Durbin |
2016-05-04 | soc/intel/fsp_baytrail: convert to using common MP and SMM init | Aaron Durbin |
2016-05-02 | cpu/x86/mp_init: remove unused callback arguments | Aaron Durbin |
2016-04-28 | fsp_baytrail: Fix missing "$" when using Kconfig switch | Werner Zeh |
2016-04-16 | intel/fsp_baytrail: Eliminate warning about missing set_resources | Ben Gardner |
2016-04-15 | intel/fsp_baytrail: fix whitespace issue in romstage.c | Ben Gardner |
2016-04-14 | soc/intel: Update license headers | Martin Roth |
2016-03-25 | intel/fsp_baytrail: Fix I2C abort logic | Ben Gardner |
2016-03-25 | intel/fsp_baytrail: Use read32() and write32() in i2c.c | Ben Gardner |
2016-03-14 | intel/fsp_baytrail: Enable LPSS in ACPI mode | Ben Gardner |
2016-03-13 | intel/fsp_baytrail: Fix LPE initialization and enable ACPI mode | Ben Gardner |
2016-03-13 | intel/fsp_baytrail: Don't clear gnvs in acpi_init_gnvs() | Ben Gardner |
2016-03-07 | intel/fsp_baytrail: use 20K PU/PD for GPIO | Ben Gardner |
2016-02-25 | fsp_baytrail: Fix a possible hanging DisplayPort | Werner Zeh |
2016-02-22 | fsp_baytrail: Add full support for iosf access in reg_script | Werner Zeh |
2016-02-10 | soc/fsp_baytrail: Add support for FSP MR 005 | Ben Gardner |
2016-01-29 | src/: Chmod 644 all .c, .h, .asl, .inc, .cb, .hex, & Kconfig files | Martin Roth |
2016-01-08 | fsp_baytrail: Add additional PCI space above 4GB | Martin Roth |
2015-12-22 | soc/intel/fsp_baytrail: Make sure i2c bus is < 7 | Martin Roth |
2015-12-17 | soc/intel/fsp_baytrail: Adjust root port INT routing | Martin Roth |
2015-12-16 | intel/fsp_baytrail: change indent to use tabs | Ben Gardner |
2015-12-16 | intel/fsp_baytrail: rename include folder baytrail to include/soc | Ben Gardner |
2015-12-16 | intel/fsp_baytrail: Fix PCI_DEV_PIRQ_ROUTE macro ending | Ben Gardner |
2015-12-15 | x86 acpi: remove ALIGN_CURRENT macro | Aaron Durbin |
2015-12-10 | intel/fsp_baytrail: Remove code for nonexistant BBAR | Ben Gardner |
2015-12-06 | fsp_baytrail: Add missing newline to eMMC Mode log | Ben Gardner |
2015-12-06 | Remove #ifdef checks on Kconfig symbols | Martin Roth |
2015-11-30 | fsp_baytrail: Remove use of BAYTRAIL_SMM Kconfig symbol | Martin Roth |
2015-11-21 | baytrail: add C0 and D0 stepping decode | Ben Gardner |
2015-11-20 | fsp1_0: Remove hardcoded microcode locations | Martin Roth |
2015-11-17 | fsp_baytrail: use external microcode .h files | Martin Roth |