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
Age
Commit message (
Expand
)
Author
2019-06-06
soc/amd/common: Fix consistency in AcpiMmio arguments
Marshall Dawson
2019-06-06
soc/amd/common: Clean up prototypes for AcpiMmio
Marshall Dawson
2019-06-06
src/amd/stoneyridge: Move alink source to common
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Add ALink-AHB Bridge to iomap.h
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Move sata to common
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Split sata functionality
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Remove sb_util.c
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Relocate acpi_get_sleep_type()
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Move IOMMU support to common
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Move hda.c to common
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Relocate MMIO access of ACPI registers
Marshall Dawson
2019-06-06
soc/amd/common: Rework block/acpi
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Move LPC support to common
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Rework SPI base address get/set
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Move GPIO support to common
Marshall Dawson
2019-06-06
src/soc/intel/common/smbios: Add addtional infos to dimm_info
Christian Walter
2019-06-05
coreboot: Add i2c clock API for qcs405
Taniya Das
2019-06-04
qcs405: Add SPI driver support
Prudhvi Yarlagadda
2019-06-04
qcs405: Add UART support
Prudhvi Yarlagadda
2019-06-04
soc/intel/braswell: Use common cpu/intel/car code
Arthur Heymans
2019-06-04
device_tree: Make FDT property data non-const
Julius Werner
2019-06-04
device_tree: Have absolute paths start with '/'
Julius Werner
2019-06-04
device_tree: Drop sub-node path lookup from dt_find_node_by_path()
Julius Werner
2019-06-04
device_tree: Add phandle caching and lookups
Julius Werner
2019-06-04
soc/intel/cannonlake: Do not read SPD again if index hasn't changed
Furquan Shaikh
2019-06-03
src/soc/intel: Avoid NULL pointer dereference
John Zhao
2019-06-03
soc/intel: Replace UART_BASE() and friends with a Kconfig
Nico Huber
2019-06-03
src/soc/intel/common/block/sgx: Add missing new lines
Christian Walter
2019-06-03
soc/amd/stoneyridge: Fix alignment in iomap.h
Marshall Dawson
2019-06-03
soc/intel/{skl,cnl,icl}: Drop soc_uart_set_legacy_mode()
Nico Huber
2019-06-03
soc/intel/common/uart: Correctly guard uart_platform_base()
Nico Huber
2019-06-03
soc/intel/common/uart: Only return valid UART base
Nico Huber
2019-06-03
soc/intel/common/uart: Drop dead call to soc_uart_set_legacy_mode()
Nico Huber
2019-06-03
soc/intel/common/lpss: Drop now unused lpss_clk_read()
Nico Huber
2019-06-03
soc/intel/common/mmc: Replace IS_ENABLED() with CONFIG()
Nico Huber
2019-06-02
soc/intel/baytrail: set default VBIOS filename and PCI ID
Matt DeVillier
2019-05-30
soc/intel/common/block/gpio: Fix the mask for gpio_pm_configure
Furquan Shaikh
2019-05-30
soc/rockchip/rk3288: Disable bootblock console
Patrick Georgi
2019-05-29
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
soc/intel/denverton_ns: Don't use CONFIG_CBFS_SIZE
Arthur Heymans
2019-05-29
src/soc/intel/skylake/chip.h: Add smbios.h for Type9 Entries
Christian Walter
2019-05-29
soc/intel/skylake: Use common cpu/intel/car romstage code
Arthur Heymans
2019-05-29
soc/intel/braswell/acpi/globalnvs.asl: Remove redundant use of Offset
Frans Hendriks
2019-05-29
soc/intel/apollolake: Fix value stored to gnvs is never read
John Zhao
2019-05-29
sb/intel/*: Delete early_spi
Patrick Rudolph
2019-05-29
soc/intel/common: Check bios_size and window_size after MIN operation
John Zhao
2019-05-29
soc/intel/common: Set GSPI clock value to prevent division by zero
John Zhao
2019-05-29
soc/intel/common/pmc: Don't use CAR_GLOBAL
Arthur Heymans
2019-05-29
soc/intel/common/cse: Don't use CAR_GLOBAL
Arthur Heymans
2019-05-29
soc/intel/common/cse: Declare g_cse statically
Arthur Heymans
2019-05-29
soc/intel/common/gspi: Don't use CAR_GLOBAL
Arthur Heymans
2019-05-29
soc/intel/quark: Don't use CAR_GLOBAL
Arthur Heymans
2019-05-29
intel/quark/storage_test.h: Drop external variable declaration
Arthur Heymans
2019-05-29
soc/intel/braswell: Don't use CAR_GLOBAL
Arthur Heymans
2019-05-29
Clean up unused arch/early_variables.h header
Arthur Heymans
2019-05-29
soc/intel/apollolake: Don't use CAR_GLOBAL
Arthur Heymans
2019-05-28
soc/intel/cannonlake: Dump ME status info before notify EndOfFirmware
Bora Guvendik
2019-05-28
src/include/device/pci_ids.h: Add Kabylake C236 Device
Christian Walter
2019-05-23
soc/intel/skylake: Add PCI Id for Kabylake DT
Christian Walter
2019-05-23
intel/common/block/scs: Add ability to send early CMD0, CMD1
Bora Guvendik
2019-05-23
soc/intel/fsp_baytrail/romstage: Remove variable set but not used
Elyes HAOUAS
2019-05-23
soc/intel/fsp_broadwell_de/romstage: Remove variable set but not used
Elyes HAOUAS
2019-05-23
soc/intel/denverton_ns: Remove variable set but not used
Elyes HAOUAS
2019-05-22
post_code: add post code for hardware initialization failure
Keith Short
2019-05-22
post_code: add post code for invalid vendor binary
Keith Short
2019-05-22
post_code: add post code for critical CBFS failures
Keith Short
2019-05-22
soc/intel/cannonlake: Dump ME f/w version and status information
Tim Wawrzynczak
2019-05-22
soc/amd/common: Identify AGESA call pattern
Kyösti Mälkki
2019-05-22
soc/fsp_baytrail: fix flashconsole on platform
Matt DeVillier
2019-05-22
soc/{baytrail/braswell/broadwell}: fix flashconsole on platform
Matt DeVillier
2019-05-21
soc/intel/fsp1.1: Implement postcar stage
Arthur Heymans
2019-05-21
soc/intel: Remove unused pointer argument in mca_configure()
Subrata Banik
2019-05-21
soc/intel/skylake: Remove redundant mca_configure() in ramstage
Subrata Banik
2019-05-21
soc/amd/common: Refactor AmdCreateStruct() use
Kyösti Mälkki
2019-05-20
soc/intel/cannonlake: Configure SPI CS parameters in FSP UPD.
Tim Wawrzynczak
2019-05-20
soc/intel/cannonlake: Make use of gpio_pm_configure()
Subrata Banik
2019-05-20
soc/intel/icelake: Make use of gpio_pm_configure()
Subrata Banik
2019-05-20
soc/intel/common/block/gpio: Add gpio_pm_configure() function
Subrata Banik
2019-05-20
soc/intel/braswell/pmutil.c: Use GEN_PMCON1 for RTC status
Frans Hendriks
2019-05-18
soc/intel: Fill DIMM serial number from SPD
Duncan Laurie
2019-05-17
soc/qualcomm/sdm845: Fix broken Kconfig
Patrick Rudolph
2019-05-16
soc/qualcomm/common: replace IS_ENABLED(CONFIG_*) with CONFIG()
Patrick Georgi
2019-05-16
soc/amd/stoneyridge: Move I2C bus clear out of gpio.c
Marshall Dawson
2019-05-16
soc/amd/common: Create AcpiMmio functionality from stoneyridge
Marshall Dawson
2019-05-16
soc/intel/skylake: Correct GPIO pointer assignment
Jacob Garber
2019-05-15
src/soc: Remove unneeded include <arch/io.h>
Elyes HAOUAS
2019-05-15
soc/intel/broadwell/romstage: Clean up unused bist variable
Arthur Heymans
2019-05-15
soc/intel/broadwell: Enable LPC/SIO setup in bootblock
Arthur Heymans
2019-05-15
nb/intel/broadwell: Add an option for where verstage starts
Arthur Heymans
2019-05-15
soc/intel/broadwell: Use C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-05-15
soc/intel/broadwell: Use the common cpu/intel/car romstage entry
Arthur Heymans
2019-05-15
vboot: remove OPROM-related code
Joel Kitching
2019-05-15
soc/intel/cannonlake: Support different SPD read type for each slot
Philip Chen
2019-05-15
soc/amd/stoneyridge: Add ACPI D3Cold support for SD Controller
Raul E Rangel
2019-05-14
soc/intel/broadwell: Clean up the bootflow
Arthur Heymans
2019-05-14
soc/intel/broadwell: Don't use a pointer for pei_data
Arthur Heymans
2019-05-14
soc/intel/broadwell: Move GPIO init to a common place
Arthur Heymans
2019-05-13
soc/intel/{cannonlake,icelake}: Drop unused cbmem.c file
Elyes HAOUAS
2019-05-13
{bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro
Elyes HAOUAS
2019-05-13
soc/intel: Geminilake Refresh feature request support
John Zhao
[next]