index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
northbridge
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
selfboot: remove bounce buffers
Ronald G. Minnich
2018-10-11
1
-4
/
+0
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
4
-4
/
+0
*
src: Use tabs for indentation
Elyes HAOUAS
2018-10-08
1
-1
/
+1
*
northbridge: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-09-25
2
-2
/
+2
*
nb/amd/pi/00730F01: use MMIO and performance counters from AGESA
Piotr Król
2018-09-20
1
-23
/
+38
*
nb/amd/pi/00730F01: Don't use device_t in ramstage
Elyes HAOUAS
2018-09-18
1
-1
/
+1
*
nb/amd/pi/00730F01: Add initial native IVRS support
Timothy Pearson
2018-09-15
1
-12
/
+212
*
nb/amd/pi/00730F01: Initialize IOMMU device
Kyösti Mälkki
2018-09-15
3
-1
/
+63
*
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-09-10
1
-1
/
+2
*
src: Fix typo
Elyes HAOUAS
2018-08-10
6
-7
/
+7
*
src/northbridge: Fix typo
Elyes HAOUAS
2018-08-09
6
-10
/
+10
*
cpu/amd: Correct number of MCA banks cleared
Marshall Dawson
2018-08-08
1
-0
/
+1
*
AGESA binaryPI: Remove code for CONFIG_CBB!=0
Kyösti Mälkki
2018-07-23
5
-325
/
+24
*
AGESA binaryPI: Fix and optimize for MAX_NODES_NUM
Kyösti Mälkki
2018-07-20
7
-104
/
+9
*
src/northbridge: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
8
-42
/
+43
*
src/nb: Fix non-local header treated as local
Elyes HAOUAS
2018-07-02
1
-1
/
+1
*
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-06-14
19
-41
/
+43
*
src: Get rid of device_t
Elyes HAOUAS
2018-06-14
1
-16
/
+27
*
src: Use of device_t is deprecated
Elyes HAOUAS
2018-06-14
9
-36
/
+36
*
AGESA binaryPI: Drop RAMBASE and RAMTOP
Kyösti Mälkki
2018-06-14
2
-12
/
+0
*
{src,util}: Use NULL instead of 0 for pointer
Elyes HAOUAS
2018-06-11
1
-2
/
+2
*
arch/x86: Make RELOCATABLE_RAMSTAGE the default
Kyösti Mälkki
2018-06-06
2
-2
/
+0
*
arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2018-06-06
2
-0
/
+2
*
northbridge/amd/lx: Fix function setShadowRCONF
Iru Cai
2018-06-05
1
-8
/
+8
*
amd/geode_lx: Fix .c includes
Kyösti Mälkki
2018-06-05
3
-3
/
+9
*
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
3
-22
/
+24
*
Remove AMD K8 cpu and northbridge support
Kyösti Mälkki
2018-05-31
29
-16080
/
+1
*
Remove southbridges after K8 board removals
Kyösti Mälkki
2018-05-31
2
-6
/
+0
*
Remove all AMD K8 boards
Kyösti Mälkki
2018-05-31
2
-20
/
+1
*
src/northbridge: Add and update license headers
Martin Roth
2018-05-29
21
-23
/
+286
*
AMD geode/lx: Remove generic_sdram.c include
Kyösti Mälkki
2018-05-24
2
-0
/
+30
*
Remove leftover AMD CIMX RD890 northbridge support
Kyösti Mälkki
2018-05-24
10
-952
/
+0
*
nb/amd/amdfam10: Get rid of device_t
Kyösti Mälkki
2018-05-24
1
-46
/
+46
*
nb/amd/pi: Get rid of device_t
Kyösti Mälkki
2018-05-23
3
-101
/
+101
*
nb/amd/agesa: Get rid of device_t
Kyösti Mälkki
2018-05-23
4
-60
/
+60
*
nb/amd/amdk8: Get rid of device_t
Elyes HAOUAS
2018-05-21
7
-52
/
+59
*
nb/amd/agesa/family14: Get rid of device_t
Elyes HAOUAS
2018-05-20
2
-24
/
+25
*
nb/amd/agesa/family12: Get rid of device_t
Elyes HAOUAS
2018-05-20
2
-30
/
+33
*
agesa/family16kb/northbridge: report acpi namespace
Kevin Cody-Little
2018-05-14
1
-0
/
+9
*
{device,drivers,lib,mb,nb}: Use only one space after 'if'
Elyes HAOUAS
2018-05-09
2
-2
/
+2
*
{mb,nb,soc}: Remove references to pci_bus_default_ops()
Nico Huber
2018-05-08
8
-8
/
+0
*
amd/mct/ddr3: Correctly configure CsMux67
Patrick Georgi
2018-05-04
1
-1
/
+1
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
1
-1
/
+2
*
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2018-04-20
1
-0
/
+1
*
AGESA f15 cimx/sb700: Remove unused chips code
Kyösti Mälkki
2018-01-24
9
-1445
/
+0
*
binaryPI: Move agesawrapper.h header
Kyösti Mälkki
2018-01-23
2
-64
/
+47
*
AGESA_LEGACY: Apply final cleanup and file removals
Kyösti Mälkki
2018-01-23
15
-445
/
+2
*
AMD GX2 boards & chips: Remove - using LATE_CBMEM_INIT
Martin Roth
2018-01-15
9
-2014
/
+0
*
AGESA f16kb: Enable MRC cache equivalent fastboot
Kyösti Mälkki
2017-10-06
1
-0
/
+7
*
AGESA binaryPI: Drop amdlib.h in dimmSpd.h
Kyösti Mälkki
2017-09-29
8
-8
/
+0
[next]