vendorcode: Move AMD sources from blobs to vendorcode

Hardware / Coreboot - Marc Jones [se-eng.com] - 7 August 2015 10:59 UTC

The AMD AGESA binaryPI sources were incorrectly committed to 3rdparty/blobs. Move them from blobs to vendorcode and fix Kconfig and Makefile.inc to match.

Change-Id: I55a777553c1203464d7f7f4293b361fedcfa3283

0b11bd0 vendorcode: Move AMD sources from blobs to vendorcode
src/vendorcode/amd/pi/00630F01/AGESA.h | 3641 ++++++++++++++++++
src/vendorcode/amd/pi/00630F01/AMD.h | 475 +++
src/vendorcode/amd/pi/00630F01/Dispatcher.h | 51 +
src/vendorcode/amd/pi/00630F01/Include/Filecode.h | 781 ++++
src/vendorcode/amd/pi/00630F01/Include/Ids.h | 1428 +++++++
src/vendorcode/amd/pi/00630F01/Include/IdsPerf.h | 138 +
src/vendorcode/amd/pi/00630F01/Include/Options.h | 68 +
.../00630F01/Include/PlatformMemoryConfiguration.h | 515 +++
src/vendorcode/amd/pi/00630F01/Include/Topology.h | 86 +
src/vendorcode/amd/pi/00630F01/Porting.h | 299 ++
.../pi/00630F01/Proc/CPU/Family/cpuFamRegisters.h | 110 +
.../pi/00630F01/Proc/CPU/Feature/cpuCacheInit.h | 138 +
.../amd/pi/00630F01/Proc/CPU/cpuApicUtilities.h | 303 ++
.../amd/pi/00630F01/Proc/CPU/cpuEarlyInit.h | 290 ++
.../amd/pi/00630F01/Proc/CPU/cpuLateInit.h | 1141 ++++++
.../amd/pi/00630F01/Proc/CPU/cpuRegisters.h | 479 +++
.../amd/pi/00630F01/Proc/CPU/heapManager.h | 258 ++
.../amd/pi/00630F01/Proc/Common/AmdFch.h | 65 +
.../amd/pi/00630F01/Proc/Fch/Common/AcpiLib.h | 91 +
.../pi/00630F01/Proc/Fch/Common/FchBiosRamUsage.h | 67 +
.../amd/pi/00630F01/Proc/Fch/Common/FchCommonCfg.h | 1282 +++++++
.../amd/pi/00630F01/Proc/Fch/Common/FchDef.h | 477 +++
src/vendorcode/amd/pi/00630F01/Proc/Fch/Fch.h | 2285 ++++++++++++
.../amd/pi/00630F01/Proc/Fch/FchPlatform.h | 118 +
.../amd/pi/00630F01/Proc/IDS/Debug/IdsDebugPrint.h | 80 +
.../amd/pi/00630F01/Proc/IDS/Debug/IdsDpHdtout.h | 119 +
.../amd/pi/00630F01/Proc/IDS/Debug/IdsDpRam.h | 73 +
.../Proc/IDS/Family/0x15/IdsF15AllService.h | 49 +
.../Proc/IDS/Family/0x15/KV/IdsF15KvAllService.h | 49 +
.../Proc/IDS/Family/0x15/KV/IdsF15KvNvDef.h | 287 ++
.../Proc/IDS/Family/0x15/TN/IdsF15TnAllService.h | 49 +
.../Proc/IDS/Family/0x15/TN/IdsF15TnNvDef.h | 287 ++
src/vendorcode/amd/pi/00630F01/Proc/IDS/IdsLib.h | 381 ++
.../amd/pi/00630F01/Proc/IDS/OptionsIds.h | 92 +
src/vendorcode/amd/pi/00630F01/binaryPI/AGESA.c | 696 ++++
.../amd/pi/00630F01/binaryPI/FieldAccessors.h | 111 +
.../amd/pi/00630F01/binaryPI/gcc-intrin.h | 833 +++++
src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc | 1596 ++++++++
src/vendorcode/amd/pi/00660F01/AGESA.h | 3889 ++++++++++++++++++++
src/vendorcode/amd/pi/00660F01/AMD.h | 476 +++
src/vendorcode/amd/pi/00660F01/Dispatcher.h | 51 +
src/vendorcode/amd/pi/00660F01/Include/Filecode.h | 648 ++++
.../amd/pi/00660F01/Include/GeneralServices.h | 222 ++
src/vendorcode/amd/pi/00660F01/Include/Ids.h | 1484 ++++++++
src/vendorcode/amd/pi/00660F01/Include/IdsPerf.h | 145 +
src/vendorcode/amd/pi/00660F01/Include/Options.h | 68 +
.../00660F01/Include/PlatformMemoryConfiguration.h | 530 +++
src/vendorcode/amd/pi/00660F01/Include/Topology.h | 86 +
src/vendorcode/amd/pi/00660F01/Porting.h | 286 ++
.../pi/00660F01/Proc/CPU/Family/cpuFamRegisters.h | 92 +
.../pi/00660F01/Proc/CPU/Feature/cpuCacheInit.h | 137 +
.../amd/pi/00660F01/Proc/CPU/cpuEarlyInit.h | 213 ++
.../amd/pi/00660F01/Proc/CPU/cpuLateInit.h | 1045 ++++++
.../amd/pi/00660F01/Proc/CPU/cpuRegisters.h | 502 +++
.../amd/pi/00660F01/Proc/CPU/heapManager.h | 241 ++
.../amd/pi/00660F01/Proc/Common/AmdFch.h | 63 +
.../amd/pi/00660F01/Proc/Fch/Common/AcpiLib.h | 90 +
.../pi/00660F01/Proc/Fch/Common/FchBiosRamUsage.h | 66 +
.../amd/pi/00660F01/Proc/Fch/Common/FchCommonCfg.h | 1359 +++++++
.../amd/pi/00660F01/Proc/Fch/Common/FchDef.h | 421 +++
.../amd/pi/00660F01/Proc/Fch/Common/FchLib.c | 672 ++++
.../amd/pi/00660F01/Proc/Fch/Common/FchPeLib.c | 310 ++
.../amd/pi/00660F01/Proc/Fch/Common/MemLib.c | 144 +
.../amd/pi/00660F01/Proc/Fch/Common/PciLib.c | 93 +
src/vendorcode/amd/pi/00660F01/Proc/Fch/Fch.h | 2603 +++++++++++++
.../amd/pi/00660F01/Proc/Fch/FchPlatform.h | 117 +
.../amd/pi/00660F01/Proc/Fch/Kern/KernFch.h | 200 +
.../pi/00660F01/Proc/Psp/PspBaseLib/PspBaseLib.c | 464 +++
.../pi/00660F01/Proc/Psp/PspBaseLib/PspBaseLib.h | 187 +
.../pi/00660F01/Proc/Psp/PspBaseLib/PspDirectory.h | 94 +
src/vendorcode/amd/pi/00660F01/binaryPI/AGESA.c | 543 +++
.../amd/pi/00660F01/binaryPI/FieldAccessors.h | 118 +
.../amd/pi/00660F01/binaryPI/OptionsIds.h | 124 +
.../amd/pi/00660F01/binaryPI/gcc-intrin.h | 744 ++++
src/vendorcode/amd/pi/00660F01/binaryPI/gcccar.inc | 1335 +++++++
src/vendorcode/amd/pi/00730F01/AGESA.h | 3657 ++++++++++++++++++
src/vendorcode/amd/pi/00730F01/AMD.h | 474 +++
src/vendorcode/amd/pi/00730F01/Dispatcher.h | 51 +
src/vendorcode/amd/pi/00730F01/Include/Filecode.h | 823 +++++
src/vendorcode/amd/pi/00730F01/Include/Ids.h | 1433 ++++++++
src/vendorcode/amd/pi/00730F01/Include/IdsPerf.h | 141 +
src/vendorcode/amd/pi/00730F01/Include/Options.h | 67 +
.../00730F01/Include/PlatformMemoryConfiguration.h | 516 +++
src/vendorcode/amd/pi/00730F01/Include/Topology.h | 86 +
src/vendorcode/amd/pi/00730F01/Porting.h | 307 ++
.../pi/00730F01/Proc/CPU/Family/cpuFamRegisters.h | 144 +
.../pi/00730F01/Proc/CPU/Feature/cpuCacheInit.h | 137 +
.../amd/pi/00730F01/Proc/CPU/cpuApicUtilities.h | 302 ++
.../amd/pi/00730F01/Proc/CPU/cpuEarlyInit.h | 289 ++
.../amd/pi/00730F01/Proc/CPU/cpuLateInit.h | 1140 ++++++
.../amd/pi/00730F01/Proc/CPU/cpuRegisters.h | 467 +++
.../amd/pi/00730F01/Proc/CPU/heapManager.h | 258 ++
.../amd/pi/00730F01/Proc/Common/AmdFch.h | 63 +
.../amd/pi/00730F01/Proc/Fch/Common/AcpiLib.h | 91 +
.../pi/00730F01/Proc/Fch/Common/FchBiosRamUsage.h | 67 +
.../amd/pi/00730F01/Proc/Fch/Common/FchCommonCfg.h | 1296 +++++++
.../amd/pi/00730F01/Proc/Fch/Common/FchDef.h | 400 ++
src/vendorcode/amd/pi/00730F01/Proc/Fch/Fch.h | 2318 ++++++++++++
.../amd/pi/00730F01/Proc/Fch/FchPlatform.h | 118 +
src/vendorcode/amd/pi/00730F01/binaryPI/AGESA.c | 691 ++++
.../amd/pi/00730F01/binaryPI/FieldAccessors.h | 111 +
.../amd/pi/00730F01/binaryPI/OptionsIds.h | 44 +
.../amd/pi/00730F01/binaryPI/gcc-intrin.h | 833 +++++
src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc | 1311 +++++++
src/vendorcode/amd/pi/Kconfig | 16 +-
src/vendorcode/amd/pi/Makefile.inc | 4 +-
106 files changed, 56795 insertions(+), 10 deletions(-)

Upstream: review.coreboot.org


  • Share