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
/
northbridge.c
Age
Commit message (
Expand
)
Author
2020-10-30
{soc/amd,sb/amd/hudson}: Fix generating the ACPI mcfg
Arthur Heymans
2020-09-21
soc/amd: Drop unneeded empty lines
Elyes HAOUAS
2020-05-14
soc/amd/stoneyridge: add resources during read_resources()
Furquan Shaikh
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-29
soc/amd/hda: Move HDA PCI device from DSDT to SSDT
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
2020-04-05
soc/amd: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-25
acpi: correct the processor devices scope
Michał Żygowski
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-12-19
soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-04
amdblocks/acpimmio: Unify BIOSRAM usage
Michał Żygowski
2019-07-31
soc/amd/stoneyridge: Change code to accommodate Merlin Falcon SOC
Richard Spiegel
2019-05-06
soc/amd/stoneyridge: Move acpi_fill_mcfg to northbridge
Marshall Dawson
2019-04-26
soc/{amd,intel}/chip: Use local include for chip.h
Elyes HAOUAS
2019-04-23
soc/amd/common: Introduce agesa_execute_state()
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
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
2018-12-05
src/(device/lib/soc): Remove unused variables
Richard Spiegel
2018-11-16
soc/amd: Convert from AMD units to coreboot units
Richard Spiegel
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-07
soc/amd/stoneyridge: Fix 81+ characters lines
Richard Spiegel
2018-10-31
soc/amd/stoneyridge: Get rid of domain_read_resources
Martin Roth
2018-10-30
src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-30
soc/amd/stoneyridge: Set IOMMU support to follow device setting
Martin Roth
2018-10-30
soc/amd/stoneyridge: Remove dev_find_slot where possible
Richard Spiegel
2018-10-18
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-10-03
soc/amd/stoneyridge: Add IOMMU support
Marc Jones
2018-09-07
amd/stoneyridge: Construct ACPI BERT table
Marshall Dawson
2018-07-30
soc/amd/stoneyridge/northbridge.c: Create a way to change eDP training value
Richard Spiegel
2018-05-23
soc/amd/stoneyridge/: Get rid of device_t
Elyes HAOUAS
2018-04-16
soc/amd/stoneyridge/northbridge.c: Fix bit definitions
Richard Spiegel
2018-04-09
amd/stoneyridge: Add GNB IOAPIC init
Marc Jones
2018-02-26
soc/amd/stoneyridge: Refactor northbridge resource allocator
Marc Jones
2018-02-12
amd/stoneyridge: Add S3 support to POST
Marshall Dawson
2017-12-18
soc/amd: Move stoneyridge features out of agesawrapper
Marshall Dawson
2017-12-15
soc/amd/common: Update agesawrapper_call.h
Richard Spiegel
2017-12-12
soc/amd/common: Move Agesa related headers
Richard Spiegel
2017-11-08
amd/stoneyridge: Remove fixme.c
Marshall Dawson
2017-11-04
soc/amd/stoneyridge: don't open code known literals
Aaron Durbin
2017-10-19
soc/amd/stoneyridge: Use macros for PCI_DEVFN calls
Chris Ching
2017-09-27
amd/stoneyridge: Clean up include files in northbridge.h
Marshall Dawson
2017-09-27
amd/stoneyridge: Enable SMM in TSEG
Marshall Dawson
2017-09-27
amd/stoneyridge: Convert MP init to mp_init_with_smm
Marshall Dawson
2017-09-26
amd/stoneyridge: Make UMA memory cacheable
Marshall Dawson
2017-09-26
amd/stoneyridge: Remove EXT_CONF_SUPPORT check
Marshall Dawson
2017-09-26
amd/stoneyridge: Simplify memory hole calculation
Marshall Dawson
2017-09-26
binaryPI: Drop Options.h include
Kyösti Mälkki
2017-09-26
AGESA: Avoid cpuRegisters.h include
Kyösti Mälkki
2017-09-22
AGESA binaryPI: Clean up amdfamXX.h include
Kyösti Mälkki
2017-09-13
amd/stoneyridge: Remove multi-node support
Marshall Dawson
2017-09-13
amd/stoneyridge: Simplify SB link routing
Marshall Dawson
2017-07-16
soc/amd/stoneyridge:Fix IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-08
soc/amd/stoneyridge/northbridge.c: remove unnecessary null check
Martin Kepplinger
2017-06-27
soc/amd/stoneyridge: Fix most checkpatch errors
Marshall Dawson
2017-06-26
soc/amd/stoneyridge: Add northbridge support
Marc Jones