index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
apollolake
Age
Commit message (
Expand
)
Author
2019-05-22
post_code: add post code for hardware initialization failure
Keith Short
2019-05-21
soc/intel: Remove unused pointer argument in mca_configure()
Subrata Banik
2019-05-18
soc/intel: Fill DIMM serial number from SPD
Duncan Laurie
2019-05-13
soc/intel: Geminilake Refresh feature request support
John Zhao
2019-05-06
soc/intel/apollolake: Reset GPI IS & IE registers at ramstage
Karthikeyan Ramasubramanian
2019-05-06
soc/apollolake: Add ramstage hook
Felix Singer
2019-04-30
vboot: refactor OPROM code
Joel Kitching
2019-04-29
soc/intel/apollolake/bootblock: Clear the GPI IS & IE registers
Karthikeyan Ramasubramanian
2019-04-29
soc/intel: Add GPI interrupt config register offset info
Karthikeyan Ramasubramanian
2019-04-26
soc/intel/apl/acpi: Do not report 8259 PICs
Nico Huber
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-13
soc/intel/cpulib: Remove redundent enable/disable functions
Subrata Banik
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-03-28
soc/intel/apollolake: Add support to log XHCI wake events
Karthikeyan Ramasubramanian
2019-03-25
soc/apollolake: Add UART0
Felix Singer
2019-03-24
intel/apollolake: Add HDA to disable_dev function
Nico Huber
2019-03-24
soc/intel/common: Remove common chip config use_fsp_mp_init
Subrata Banik
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-12
src: Drop unused 'include <arch/acpigen.h>'
Elyes HAOUAS
2019-03-08
src/soc/intel/apollolake/cpu.c: Set up local APIC
Mario Scheithauer
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-06
intel/apollolake: Fix incorrect config usage
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-18
soc/intel: Add mem_rank info in SMBIOS
Francois Toguo
2019-02-05
soc/intel/apl: Call mca_configure() on cold boots only
Nico Huber
2019-02-05
intel/apollolake: Add parameter to enable VTD in devicetree
Werner Zeh
2019-02-05
soc/intel/apollolake: Update XHCI ports for GLK in ACPI tables
Furquan Shaikh
2019-01-31
soc/intel/apollolake: Fix XHCI device name in ACPI
Karthikeyan Ramasubramanian
2019-01-30
soc/intel/apollolake: Sync fsp upd structure update
John Zhao
2019-01-29
soc/intel/apollolake: Add GLK usb2eye configuration override
Seunghwan Kim
2019-01-28
intel/apollolake: Add IPU to disable_dev function
Werner Zeh
2019-01-28
intel/apollolake: Add fixed resources for VTd to system resources
Werner Zeh
2019-01-28
soc/apollolake: Generate DMAR table
Werner Zeh
2019-01-28
soc/intel/{apl,skl}: Drop redundant `select RTC`
Nico Huber
2019-01-25
soc/intel/apollolake: Override GLK usb clock gating register
John Zhao
2019-01-23
soc/{amd,intel}: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-15
soc/intel/apl: Hook microcode updates up
Nico Huber
2019-01-14
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2019-01-14
soc/intel/apollolake: Add option to disable xHCI Link Compliance Mode
John Zhao
2019-01-10
soc/intel/common/block: Move tco common functions into block/smbus
Subrata Banik
2019-01-10
Untangle CBFS microcode updates
Nico Huber
2019-01-09
soc/intel: Clean mess around UART_DEBUG
Nico Huber
2019-01-07
soc/intel: Standardize names of common MSRs
Elyes HAOUAS
2018-12-20
soc/intel: Get rid of device_t
Elyes HAOUAS
2018-12-19
soc: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-12-07
soc/intel/apollolake: Print ME version on exit of BS_DEV_INIT stage
Karthikeyan Ramasubramanian
2018-12-06
soc/intel/apl: Warn if CBFS is outside the memory mapped area
Nico Huber
2018-12-04
soc/intel/common/dptf: Make CPU address a define
Duncan Laurie
2018-12-03
soc/intel/apl: Enable graphics with libgfxinit
Nico Huber
2018-12-03
soc/intel/apollolake: Add support to print ME version
Furquan Shaikh
2018-12-03
soc/intel/apl: Configure LPC serial IRQ mode
Nico Huber
2018-11-30
cpu/intel/common: Use a common acpi/cpu.asl file
Arthur Heymans
2018-11-30
soc/intel/common: Rework acpi/cpu.asl
Arthur Heymans
2018-11-30
security/vboot: Fix remaining measured boot issues
Philipp Deppenwiese
2018-11-23
soc/intel/apollolake: Remove cycle in Kconfig symbol dependencies
Patrick Georgi
2018-11-23
soc/intel/apollolake: Add Kconfig switch to enable minimum clock ratio
Werner Zeh
2018-11-16
src: Remove unneeded include <cbfs.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-11-09
soc/intel/apollolake: Disable HECI1 before jumping to OS
Furquan Shaikh
2018-11-08
soc/intel/apollolake: Improve cold boot and S3 resume
John Zhao
2018-11-07
soc/intel/apollolake: Provide interface to update TCC offset
John Su
2018-11-05
src: Remove unneeded include <arch/ioapic.h>
Elyes HAOUAS
2018-11-01
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-31
soc/intel/apollolake: Revert the w/a nWR_24 setting
John Zhao
2018-10-30
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-27
soc/intel/*: Make FSP header path user configurable
Patrick Georgi
2018-10-25
soc/intel: Consolidate FSP CAR setup and teardown code
Praveen hodagatta pranesh
2018-10-23
soc/intel/common/block/gpio: Allow GPI to be dual-routed
Furquan Shaikh
2018-10-23
soc/intel/apollolake: Add reset code to postcar stage
Patrick Georgi
2018-10-22
intel: Use CF9 reset (part 2)
Patrick Rudolph
2018-10-12
drivers/intel/fsp2_0: Hook up IntelFSP repo
Patrick Georgi
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-14
soc/intel/denverton_ns: Enable common block PMC
Julien Viard de Galbert
2018-09-13
src/*/intel/: clarify Kconfig options regarding IFD
Stefan Tauner
2018-09-06
chromeos/gnvs: remove function and naming cleanup
Joel Kitching
2018-08-31
siemens/mc_apl1: Correct the Tx signal from SATA interface
Mario Scheithauer
2018-08-28
siemens/mc_apl1: Extend circuit life by clock gating and power gating
Mario Scheithauer
2018-08-24
soc/intel/apollolake: Make eMMC max speed configurable
Mario Scheithauer
2018-08-22
soc/intel/apollolake: Fix logical vs. bitwise operator
John Zhao
2018-08-22
cbtable: remove chromeos_acpi from cbtable
Joel Kitching
2018-08-20
soc/intel/common/block: Move common uart function to block/uart
Subrata Banik
2018-08-20
soc/intel/apollolake: Force USB-C into host mode
John Zhao
2018-08-13
intel/apollolake: Fix typo in dptf.asl
Chris Zhou
2018-08-12
soc/intel/apollolake: Get rid of cnvi.asl
Furquan Shaikh
2018-08-12
soc/intel/apollolake: Add CNVi device to list of PCI devs
Furquan Shaikh
2018-08-10
drivers/i2c: Add i2c TPM support for different stages
Philipp Deppenwiese
2018-08-08
soc/intel/apollolake: add new dimm info saving API
Aaron Durbin
2018-08-08
soc/intel/apollolake: Add support for LPDDR4 nWR setting
Ravi Sarawadi
2018-07-25
soc/intel/apollolake: Get rid of power button device in coreboot
Furquan Shaikh
2018-07-24
cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx
Arthur Heymans
[next]