-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 319627 b: refs/heads/master c: ab25383 h: refs/heads/master i: 319625: 42b9de5 319623: fafeda9 v: v3
- Loading branch information
David Daney
authored and
Ralf Baechle
committed
Jul 23, 2012
1 parent
df74ede
commit 331ddb2
Showing
11 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a339aef90470cf21debb138f95e22adf143eecca | ||
refs/heads/master: ab25383983fb8d7786696f5371e75e79c3e9a405 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#ifndef _INCLUDE_LIBFDT_H_ | ||
#define _INCLUDE_LIBFDT_H_ | ||
|
||
#include <linux/libfdt_env.h> | ||
#include "../../scripts/dtc/libfdt/fdt.h" | ||
#include "../../scripts/dtc/libfdt/libfdt.h" | ||
|
||
#endif /* _INCLUDE_LIBFDT_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef _LIBFDT_ENV_H | ||
#define _LIBFDT_ENV_H | ||
|
||
#include <linux/string.h> | ||
|
||
#include <asm/byteorder.h> | ||
|
||
#define fdt32_to_cpu(x) be32_to_cpu(x) | ||
#define cpu_to_fdt32(x) cpu_to_be32(x) | ||
#define fdt64_to_cpu(x) be64_to_cpu(x) | ||
#define cpu_to_fdt64(x) cpu_to_be64(x) | ||
|
||
#endif /* _LIBFDT_ENV_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <linux/libfdt_env.h> | ||
#include "../scripts/dtc/libfdt/fdt.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <linux/libfdt_env.h> | ||
#include "../scripts/dtc/libfdt/fdt_ro.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <linux/libfdt_env.h> | ||
#include "../scripts/dtc/libfdt/fdt_rw.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <linux/libfdt_env.h> | ||
#include "../scripts/dtc/libfdt/fdt_strerror.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <linux/libfdt_env.h> | ||
#include "../scripts/dtc/libfdt/fdt_sw.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include <linux/libfdt_env.h> | ||
#include "../scripts/dtc/libfdt/fdt_wip.c" |