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
/
amd
/
stoneyridge
/
southbridge.c
Age
Commit message (
Expand
)
Author
2019-12-04
amdblocks/acpimmio: Unify BIOSRAM usage
Michał Żygowski
2019-12-04
soc/amd/common/block/acpimmio: fix ACPIMMIO decode enable function
Michał Żygowski
2019-12-02
src: Move 'static' to the beginning of declaration
Elyes HAOUAS
2019-10-18
src: Remove unused include '<device/pci_ids.h>'
Elyes HAOUAS
2019-06-06
soc/amd/stoneyridge: Remove sb_util.c
Marshall Dawson
2019-06-06
soc/amd/stoneyridge: Relocate MMIO access of ACPI registers
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-05-29
src/soc: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-16
soc/amd/common: Create AcpiMmio functionality from stoneyridge
Marshall Dawson
2019-05-15
src/soc: Remove unneeded include <arch/io.h>
Elyes HAOUAS
2019-05-10
soc/amd/stoneyridge: Add IO access functions for PMx
Marshall Dawson
2019-05-08
soc/amd/stoneyridge: Finish read/write misc registers
Marshall Dawson
2019-05-08
soc/amd/stoneyridge: Add aoac_ read/write functions
Marshall Dawson
2019-05-08
soc/amd/stoneyridge: Rewrite smbus_read/write, add asf
Marshall Dawson
2019-05-08
soc/amd/stoneyridge: Rename AcpiMmio blocks
Marshall Dawson
2019-04-21
soc/amd/stoneyridge: Fix gnvs aoac initialization
Marshall Dawson
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-02-15
soc/amd/stoneyridge: Expand 48MHz for both osc out signals
Richard Spiegel
2019-01-30
soc/amd/stoneyridge: Access SMBUS through MMIO
Richard Spiegel
2019-01-06
device: Use pcidev_path_on_root()
Kyösti Mälkki
2018-12-20
soc/amd/stoneyridge: Get rid of device_t
Elyes HAOUAS
2018-12-05
src/(device/lib/soc): Remove unused variables
Richard Spiegel
2018-12-03
soc/amd/stoneyridge: Use new ACPI MMIO functions
Richard Spiegel
2018-11-28
soc/amd/stoneyridge: Replace public magic numbers
Patrick Georgi
2018-11-05
soc/amd/stoneyridge: Get rid of void pointer math
Richard Spiegel
2018-10-30
soc/amd/stoneyridge: Remove dev_find_slot where possible
Richard Spiegel
2018-10-22
soc/amd: Implement common reset API
Nico Huber
2018-10-18
soc/amd/stoneyridge: Replace double defined MISC MMIO reg. 0x40
Richard Spiegel
2018-10-18
soc/amd/stoneyridge/southbridge.c: Change comparison order
Richard Spiegel
2018-10-12
amd/stoneyridge: Rename CGPLL_CONFIG definitions
Marshall Dawson
2018-10-12
amd/stoneyridge: Convert hex definitions to lower case
Marshall Dawson
2018-10-04
amd/stoneyridge: Use BIOS_DEBUG to log PM1 and PMxC0 status
Edward Hill
2018-10-01
amd/stoneyridge: Load AOAC and USB gnvs values
Marshall Dawson
2018-08-16
amd/stoneyridge: Add PMxC0 reset status to boot log
Edward Hill
2018-08-14
soc/amd/stoneyridge: Add bootblock_fch_init
Raul E Rangel
2018-08-08
soc/amd/stoneyridge: Prevent reboot in romstage
Raul E Rangel
2018-08-06
soc/amd/stoneyridge: Enable spread spectrum in bootblock
Raul E Rangel
2018-08-06
soc/amd/stoneyridge: Disable SATA based on devicetree setting
Richard Spiegel
2018-07-31
src/soc/amd/stoneyridge: Remove IMC support
Richard Spiegel
2018-07-02
stoneyridge: Enable legacy IO
Raul E Rangel
2018-07-02
stoneyridge: Enable IO CF9 in bootblock
Raul E Rangel
2018-06-26
soc/amd/stoneyridge/southbridge.c: Fix get_index_bit limit check
Richard Spiegel
2018-06-21
soc/amd/stoneyridge/southbridge.c: Store PM related registers in cbmem
Richard Spiegel
2018-06-13
soc/amd/stoneyridge/southbridge.c: Fix saving _SWS parameters
Richard Spiegel
2018-05-27
stoneyridge GPIO: Create and use PAD_INT for interrupt pins
Richard Spiegel
2018-05-25
soc/amd/stoneyridge: Record ACPI Wake events in ELOG
Daniel Kurtz
2018-05-23
stoneyridge: Store wake parameters in NVS
Richard Spiegel
2018-05-02
soc/amd/stoneyridge: remove sb_set_readspeed function
Marc Jones
2018-04-25
soc/amd/stoneyridge: Add additional early LPC and SPI init
Marc Jones
2018-04-20
soc/amd/stoneyridge/include/soc/southbridge.c: Rename gpio structure
Richard Spiegel
2018-03-22
amd/stoneyridge: Add PM1 wake status to boot log
Marshall Dawson
2018-03-19
soc/amd/stoneyridge/southbridge.c: Remove configure_stoneyridge_uart
Richard Spiegel
2018-03-17
soc/amd/stoneyridge: Call sb_spibase() early
Garrett Kirkendall
2018-03-16
soc/amd/stoneyridge/southbridge.c: Create AOAC initialization code
Richard Spiegel
2018-03-15
soc/amd/stoneyridge: Call sb_acpi_mmio_decode()
Garrett Kirkendall
2018-03-14
soc/amd/stoneyridge: Configure FCH for TPM
Garrett Kirkendall
2018-03-09
soc/amd/stoneyridge: Add function to enable I2C host controllers
Garrett Kirkendall
2018-03-09
soc/amd/stoneyridge: Add ACPI MMIO enable function
Garrett Kirkendall
2018-03-07
soc/amd/stoneyridge/Kconfig: Create a power restore option
Richard Spiegel
2018-03-07
soc/amd/stoneyridge: clean up southbridge.c
Garrett Kirkendall
2018-03-07
soc/amd/stoneyridge: clean up OSCOUT1_ClkOutputEnb
Garrett Kirkendall
2018-03-01
soc/amd/stoneyridge: Remove printk for GPIO
Justin TerAvest
2018-02-20
src/soc: Fix various typos
Jonathan Neuschäfer
2018-02-17
soc/amd/stoneyridge: Normalize GPIO init
Justin TerAvest
2018-01-23
soc/amd/stoneyridge: Add new function sb_program_gpio()
Richard Spiegel
2018-01-23
soc/amd/stoneyridge/southbridge.c: Create a GPIO programming function
Richard Spiegel
2018-01-22
amd/stoneyridge/include/soc/southbridge.h: Replace SATA magic numbers
Richard Spiegel
2018-01-22
AMD/stoneyridge: Fix SATA reset inconsistency
Richard Spiegel
2018-01-19
amd/stoneyridge: Remove unused S3 NVRAM save/restore
Marshall Dawson
2018-01-19
amd/stoneyridge: Move acpi_get_sleep_type to sb_util
Marshall Dawson
2017-12-18
soc/amd: Move stoneyridge features out of agesawrapper
Marshall Dawson
2017-12-14
soc/amd/stoneyridge: Remove "\t" from name table
Richard Spiegel
2017-12-11
soc/amd/common: Move files to common/block
Richard Spiegel
2017-12-07
amd/stoneyridge: Create new wide IO functions
Richard Spiegel
2017-12-07
amd/stoneyridge: Create new name/IRQ association
Richard Spiegel
2017-12-04
amd/stoneyridge: Transfer functions from early_setup.c to southbridge.c
Richard Spiegel
2017-11-17
amd/stoneyridge: Enable SMI trap on SlpTyp
Marshall Dawson
2017-11-14
amd/stoneyridge: Replace BIT(n) in southbridge
Marshall Dawson
2017-11-10
amd/stoneyridge: Use the new generic acpi_sleep_from_pm1
Marshall Dawson
2017-11-10
soc/amd/stoneyridge: Simplify and fix SMBUS code
Richard Spiegel
2017-10-02
amd/stoneyridge: Change SMM setup functions
Marshall Dawson
2017-10-02
amd/stoneyridge: Move pm/smi_read/write functions to util file
Marshall Dawson
2017-10-02
amd/stoneyridge: Add pm_read32 and pm_write32 to southbridge
Marshall Dawson
2017-10-02
amd/stoneyridge: Fix pm_read16 argument size
Marshall Dawson
2017-10-02
soc/amd/stoneyridge/southbridge.c: Remove preprocessor #if
Richard Spiegel
2017-09-30
amd/stoneyridge: Use generic SMM command port values
Marshall Dawson
2017-08-14
stoneyridge: Rename hudson to southbridge
Marc Jones