AGESA cimx: Move cb_types.h to vendorcode

This file mostly mimics Porting.h and should be removed.
For now, move it and use it consistently with incorrect form
as #include "cbtypes.h".

Change-Id: Ifaee2694f9f33a4da6e780b03d41bdfab9e2813e
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21663
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki
2017-09-24 11:36:30 +03:00
parent d42b799a9e
commit d229d4a28e
12 changed files with 7 additions and 15 deletions

View File

@@ -81,7 +81,7 @@
#define CIMX_S3_SAVE 1
#include <cpu/amd/common/cbtypes.h>
#include "cbtypes.h"
#include <console/console.h>
#include "amd.h" //cimx typedef

View File

@@ -16,7 +16,7 @@
#ifndef _AMD_H_
#define _AMD_H_
#include <cpu/amd/common/cbtypes.h>
#include "cbtypes.h"
#define VOLATILE volatile
#define CALLCONV