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
/
soc
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
soc/{amd,intel}/chip: Use local include for chip.h
Elyes HAOUAS
2019-04-26
3
-4
/
+6
*
soc/amd/stoneyridge: Generate MCFG table
Raul E Rangel
2019-04-26
1
-1
/
+7
*
soc/amd/common: Remove AmdReadEventLog()
Kyösti Mälkki
2019-04-23
1
-58
/
+0
*
soc/amd/common: Introduce agesa_execute_state()
Kyösti Mälkki
2019-04-23
9
-38
/
+78
*
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-23
6
-2
/
+8
*
soc/amd/stoneyridge: Fix gnvs aoac initialization
Marshall Dawson
2019-04-21
1
-2
/
+2
*
soc/amd/stoney: Don't use IS_ENABLED() for a constant
Nico Huber
2019-04-08
1
-1
/
+1
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
4
-4
/
+0
*
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-25
1
-1
/
+1
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
4
-3
/
+1
*
soc/amd/stoneyridge: Correct PSP SecureOs Kconfig symbol
Marshall Dawson
2019-03-18
2
-3
/
+3
*
src: Drop unused 'include <arch/acpigen.h>'
Elyes HAOUAS
2019-03-12
1
-1
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
18
-35
/
+35
*
soc/amd/stoneyridge: Convert SMU fanless options
Marshall Dawson
2019-03-07
1
-2
/
+3
*
soc/amd/stoneyridge: Call amdfwtool with different arguments
Marshall Dawson
2019-03-07
1
-28
/
+29
*
src: Drop unused include <arch/acpi.h>
Elyes HAOUAS
2019-03-06
1
-1
/
+0
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
6
-3
/
+7
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
14
-14
/
+0
*
arch/io.h: Add missing includes
Kyösti Mälkki
2019-03-04
1
-0
/
+1
*
Fix <io.h> includes
Kyösti Mälkki
2019-03-04
1
-1
/
+1
*
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-03-01
5
-0
/
+5
*
ACPI: Rename FADT model and set it to zero
Elyes HAOUAS
2019-03-01
1
-1
/
+1
*
soc/amd: Remove defined but unwritten functions
Richard Spiegel
2019-02-26
2
-3
/
+0
*
security/vboot: Add measured boot mode
Philipp Deppenwiese
2019-02-25
1
-0
/
+1
*
soc/amd/common: Fix AmdLateRunApTask()
Kyösti Mälkki
2019-02-25
3
-26
/
+6
*
ACPI: Correct asl_compiler_revision value
Elyes HAOUAS
2019-02-21
1
-1
/
+2
*
soc/amd/common: Move PI refcode loader
Kyösti Mälkki
2019-02-15
3
-136
/
+155
*
soc/amd/stoneyridge: Expand 48MHz for both osc out signals
Richard Spiegel
2019-02-15
2
-6
/
+15
*
soc/amd/common: Don't use CAR_GLOBAL
Arthur Heymans
2019-02-12
2
-22
/
+12
*
soc/amd/common: Remove redundant ACPI S3 test
Kyösti Mälkki
2019-02-12
3
-11
/
+4
*
soc/amd/stoneyridge: Reboot if missing MRC cache info
Marshall Dawson
2019-02-04
1
-8
/
+24
*
soc/amd/stoneyridge: Add generic PM1 register clear function
Marshall Dawson
2019-02-01
2
-3
/
+14
*
soc/amd/stoneyridge: Access SMBUS through MMIO
Richard Spiegel
2019-01-30
8
-133
/
+134
*
amd/stoneyridge: Disable GPIO MASK STATUS
Raul E Rangel
2019-01-28
2
-1
/
+30
*
soc/amd/stoneyridge/gpio: Allow specifying 0 value for debounce timeout
Daniel Kurtz
2019-01-23
1
-0
/
+1
*
soc/{amd,intel}: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-23
1
-3
/
+3
*
Revert "soc/amd/stoneyridge/gpio: Configure debounce for irq gpios"
Raul Rangel
2019-01-21
2
-36
/
+1
*
soc/amd/stoneyridge/gpio: Configure debounce for irq gpios
Daniel Kurtz
2019-01-16
2
-1
/
+36
*
soc/amd/stoneyridge/gpio: Remove redundant definitions
Daniel Kurtz
2019-01-16
1
-5
/
+0
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
3
-3
/
+0
*
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2019-01-14
1
-1
/
+0
*
usbdebug: Make the EHCI debug console work in the bootblock
Arthur Heymans
2019-01-06
1
-1
/
+2
*
device: Use pcidev_path_on_root()
Kyösti Mälkki
2019-01-06
6
-11
/
+11
*
device: Use pcidev_on_root()
Kyösti Mälkki
2019-01-06
1
-1
/
+1
*
arch/x86: SSE2 implies SSE support
Kyösti Mälkki
2018-12-28
1
-1
/
+0
*
soc/amd/stoneyridge: Get rid of device_t
Elyes HAOUAS
2018-12-20
2
-2
/
+2
*
amd/stoneyridge: Clear SMI_EVENT_STATUS when entering S3/S5
Edward Hill
2018-12-19
1
-0
/
+1
*
soc: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-12-19
1
-1
/
+0
*
soc: Remove unneeded include <pc80/mc146818rtc.h>
Elyes HAOUAS
2018-12-18
1
-1
/
+0
*
soc/amd/stoneyridge: Improve grammar through punctuation
Jonathan Neuschäfer
2018-12-18
1
-1
/
+1
[next]