platform: Add libfdt support.

Some of the platform (i.e. SiFive FU540) requires Device
Tree modification before it is passed to higher stages.
Add libfdt support now to help this process. Libfdt should
only be included per platform basis.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Atish Patra
2019-01-09 00:42:37 -08:00
committed by Anup Patel
parent 1901e8a287
commit e2ce15cb3b
18 changed files with 5875 additions and 1 deletions

View File

@@ -12,7 +12,6 @@
typedef char s8;
typedef unsigned char u8;
typedef char int8_t;
typedef unsigned char uint8_t;
typedef short s16;