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
/
northbridge
/
amd
/
pi
Age
Commit message (
Expand
)
Author
2019-06-03
nb/amd/pi/00630F01/northbridge.c: Remove variable set but not used
Elyes HAOUAS
2019-05-24
nb/amd/pi/00660F01: Remove variable set but not used
Elyes HAOUAS
2019-04-25
src/northbridge/amd: Remove unused variables
Elyes HAOUAS
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-08
nb/amd/pi/agesawrapper: Drop stale comment about IS_ENABLED()
Nico Huber
2019-04-08
nb/amd/pi, mb/amd/bettong: Fix null pointer checks
Jacob Garber
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-19
Fix 'unsigned int' to bare use of 'unsigned'
Subrata Banik
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
2019-01-22
AGESA/binaryPI: Add NULL pointers check
Kyösti Mälkki
2019-01-14
binaryPI: Drop CONFIG_CBB and CONFIG_CDB
Kyösti Mälkki
2019-01-14
binaryPI: Drop invalid northbridge.h file
Kyösti Mälkki
2019-01-10
binaryPI: Drop warning on EXT_CONF_SUPPORT
Kyösti Mälkki
2019-01-09
agesawrapper.c: check if HOP_COUNT_TABLE exists before AmdInitLate()
Krystian Hebel
2019-01-04
binaryPI: Use pcidev_on_root()
Kyösti Mälkki
2019-01-03
nb/amd/pi/00{630F01,730F01}: Use ARRAY_SIZE
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src/mainboard: Remove unused "HW_MEM_HOLE_SIZE_AUTO_INC"
Elyes HAOUAS
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-05
amd: Fix non-local header treated as local
Elyes HAOUAS
2018-10-18
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-20
nb/amd/pi/00730F01: use MMIO and performance counters from AGESA
Piotr Król
2018-09-18
nb/amd/pi/00730F01: Don't use device_t in ramstage
Elyes HAOUAS
2018-09-15
nb/amd/pi/00730F01: Add initial native IVRS support
Timothy Pearson
2018-09-15
nb/amd/pi/00730F01: Initialize IOMMU device
Kyösti Mälkki
2018-07-23
AGESA binaryPI: Remove code for CONFIG_CBB!=0
Kyösti Mälkki
2018-07-20
AGESA binaryPI: Fix and optimize for MAX_NODES_NUM
Kyösti Mälkki
2018-07-09
src/northbridge: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-14
src: Use of device_t is deprecated
Elyes HAOUAS
2018-06-14
AGESA binaryPI: Drop RAMBASE and RAMTOP
Kyösti Mälkki
2018-06-06
arch/x86: Make RELOCATABLE_RAMSTAGE the default
Kyösti Mälkki
2018-06-04
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-05-23
nb/amd/pi: Get rid of device_t
Kyösti Mälkki
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-01-23
binaryPI: Move agesawrapper.h header
Kyösti Mälkki
2017-09-29
AGESA binaryPI: Drop amdlib.h in dimmSpd.h
Kyösti Mälkki
2017-09-26
AGESA: Move API interface under drivers/
Kyösti Mälkki
2017-09-26
AGESA: Implement POSTCAR_STAGE
Kyösti Mälkki
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-14
device: acpi_name() should take a const struct device
Aaron Durbin
2017-08-02
binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpart
Kyösti Mälkki
2017-08-02
binaryPI: Enable RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2017-08-02
binaryPI: Enable EARLY_CBMEM_INIT
Kyösti Mälkki
2017-08-02
AGESA binaryPI: Unify agesawrapper header
Kyösti Mälkki
2017-08-02
AGESA: Move agesawrapper_laterunaptask()
Kyösti Mälkki
2017-08-02
AGESA: Refactor eventlog read loop
Kyösti Mälkki
2017-08-02
AGESA: Use common handler for ACPI tables
Kyösti Mälkki
2017-07-29
binaryPI: Drop remains of ACPI S3 on FCH
Kyösti Mälkki
2017-07-17
binaryPI: Switch to agesa/def_callouts.c
Kyösti Mälkki
2017-07-17
binaryPI: Switch to agesa/heapmanager.c
Kyösti Mälkki
2017-07-12
binaryPI: Drop non-soc stoneyridge trees
Kyösti Mälkki
2017-07-11
binaryPI: Define AGESA blob in CBFS as Kconfig string
Kyösti Mälkki
2017-07-08
nb/amd: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-27
vendorcode/amd: Unify Porting.h across all targets
Stefan Reinauer
2017-06-27
northbridge/amd/pi: Arithmetics is not logic
Stefan Reinauer
2017-06-26
soc/amd/stoneyridge: Add northbridge support
Marc Jones
2017-06-26
soc/amd/stoneyridge: Add CPU files
Marc Jones
2017-05-30
binaryPI: Move EmptyHeap() call
Kyösti Mälkki
2017-05-27
CBMEM: Clarify CBMEM_TOP_BACKUP function usage
Kyösti Mälkki
2017-05-18
binaryPI: Fix UMA calculations
Kyösti Mälkki
2017-05-11
amd/pi: Add AMD fam16h TPM ACPI path support
Philipp Deppenwiese
2017-05-02
amd/pi/00670F00: Reserve A0000-FFFFF
Marshall Dawson
2017-04-27
cpu/amd/pi: Change wrapper to use config option
Marshall Dawson
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2017-03-08
binaryPI platforms: Drop any ACPI S3 support
Kyösti Mälkki
2017-03-02
agesawrapper: Fix endless loop on bettong
Ricardo Ribalda Delgado
2017-02-10
ddr3 spd: move accessor code into lib/spd_bin.c
Patrick Georgi
2017-02-10
ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs()
Patrick Georgi
2017-01-09
amd/pi: Make BottomIo position configurable
Ricardo Ribalda Delgado
2016-12-07
AMD fam10 binaryPI: Remove invalid PCI ops on CPU domain
Kyösti Mälkki
2016-12-07
MMCONF_SUPPORT: Drop redundant logging
Kyösti Mälkki
2016-12-07
MMCONF_SUPPORT: Consolidate resource registration
Kyösti Mälkki
2016-12-07
PCI ops: MMCONF_SUPPORT_DEFAULT is required
Kyösti Mälkki
2016-12-01
AMD binaryPI: Switch to MMCONF_SUPPORT_DEFAULT
Kyösti Mälkki
2016-11-07
amd/pi/hudson: Move audio to northbridge
Marshall Dawson
2016-11-07
pci_ids.h: Correct recent AMD ID names
Marshall Dawson
2016-11-02
northbridge/amd: Modify 00670F00 chip.h to match DCT
Marshall Dawson
2016-11-02
northbridge/amd: Update 00670F00 asl for reduced hardware
Marshall Dawson
2016-11-02
northbridge/amd: Update all names and IDs for 00670F00
Marc Jones
2016-11-02
northbridge/amd: Copy 00660F01 directories to 00670F00
Marc Jones
2016-10-09
northbridge/amd/pi/00730F01: Remove commented code
Elyes HAOUAS
2016-10-04
src/northbridge: Remove unnecessary whitespace
Elyes HAOUAS
2016-10-04
src/northbridge: Remove whitespace after sizeof
Elyes HAOUAS
2016-09-21
northbridge/amd: Improve code formatting
Elyes HAOUAS
2016-09-12
src/northbridge: Improve code formatting
Elyes HAOUAS
2016-08-31
northbridge/amd: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-01-13
tree: drop last paragraph of GPL copyright header from new files
Martin Roth
2015-12-06
amd/pi/00660F01: Remove 'PER_DEVICE_ACPI_TABLES'
Martin Roth
2015-12-01
amd/pi/00630F01: Drop HT3_SUPPORT
Martin Roth
2015-11-09
AMD binaryPI: Allow fine-tuning platform memory configuration
Kyösti Mälkki
2015-11-06
amd/00730F01: Add missing headerfile
Kyösti Mälkki
2015-11-06
AMD binaryPI BiosCallouts: Remove cast
Kyösti Mälkki
2015-11-06
amd/00660F01: Fix MMCONF resource
Kyösti Mälkki
[next]