coreboot/src/soc
Richard Spiegel 271b8a5f81 soc/amd: Convert from AMD units to coreboot units
There are several files under soc/amd that use units defined by file
porting.h. These units use upper case, and are not recognized by checkpatch,
thus causing problems when defining a pointer (request to use space before
and after the star symbol). These are the definitions from porting.h showing
the units that this patch will change and their coreboot definitions (not all
are actually used):
  typedef uintptr_t      UINTN;
  typedef int64_t        INT64;
  typedef uint64_t       UINT64;
  typedef int32_t        INT32;
  typedef uint32_t       UINT32;
  typedef int16_t        INT16;
  typedef uint16_t       UINT16;
  typedef int8_t         INT8;
  typedef uint8_t        UINT8;
  typedef char           CHAR8;
  typedef unsigned short CHAR16;
  typedef unsigned char  BOOLEAN;
  typedef void VOID;

BUG=b:118775313
TEST=Build and boot grunt.

Change-Id: Ic1bd64d6224a030a65d23decabf0e602cee02871
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/29520
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2018-11-16 09:43:32 +00:00
..
amd soc/amd: Convert from AMD units to coreboot units 2018-11-16 09:43:32 +00:00
broadcom src: Add missing include <stdint.h> 2018-11-01 11:25:07 +00:00
cavium src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
imgtec soc/imgtech/pistachio: Convert to board_reset() 2018-10-22 08:34:33 +00:00
intel soc/intel/skylake/acpi/dptf: Add support for Multi-DPTF Profile 2018-11-15 19:58:17 +00:00
mediatek src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
nvidia src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
qualcomm src: Add missing include <stdint.h> 2018-11-01 11:25:07 +00:00
rockchip src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
samsung src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
sifive riscv: add support smp_pause / smp_resume 2018-11-05 09:03:40 +00:00
ucb riscv: add support smp_pause / smp_resume 2018-11-05 09:03:40 +00:00