summaryrefslogtreecommitdiffstats
path: root/src/drivers/amd
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-222-1/+2
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-201-10/+9
* drivers/amd/agesa: Drop redundant stack allocationKyösti Mälkki2019-07-071-3/+0
* drivers: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-221-0/+1
* drivers/amd/agesa: Assert that StdHeader is non-nullJacob Garber2019-06-211-1/+1
* AGESA binaryPI: Add AGESA entry timestampsKyösti Mälkki2019-05-253-3/+46
* AGESA binaryPI: Redo entrypoints namelistKyösti Mälkki2019-05-251-32/+62
* AGESA: Move debug helper to eventlog fileKyösti Mälkki2019-05-252-38/+28
* AGESA: Move heap_status_name() implementationKyösti Mälkki2019-05-252-16/+2
* AGESA binaryPI: Sync STRUCT_NAME definitionsKyösti Mälkki2019-05-231-1/+2
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-3/+1
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-0/+3
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-088-19/+19
* drivers/amd/agesa/cache_as_ram.S: Fix coding styleElyes HAOUAS2018-12-281-81/+81
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-0/+1
* amd: Fix non-local header treated as localElyes HAOUAS2018-11-055-10/+10
* {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS2018-10-301-2/+2
* {cpu,drivers}/amd: Replace MTRR addresses with macrosElyes HAOUAS2018-10-191-10/+10
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-093-7/+7
* AGESA binaryPI: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-06-141-3/+0
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-041-4/+4
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-041-2/+2
* compiler.h: add __weak macroAaron Durbin2018-04-242-8/+10
* AGESA_LEGACY: Apply final cleanup and file removalsKyösti Mälkki2018-01-231-1/+1
* drivers/amd/agesa: Fix AGESA heap deallocatorMarc Jones2018-01-191-15/+22
* AGESA: Move API interface under drivers/Kyösti Mälkki2017-09-2612-0/+1979