git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1c958
)
openrisc: enable passing of flattened device tree pointer
author
Stefan Kristiansson
<stefan.kristiansson@saunalahti.fi>
Thu, 10 Nov 2011 15:38:29 +0000
(16:38 +0100)
committer
Jonas Bonn
<jonas@southpole.se>
Fri, 17 Feb 2012 08:55:22 +0000
(09:55 +0100)
This patch enables passing a fdt pointer to the kernel.
This makes for the kernel parameter API:
void kernel(unsigned int fdt);
which, in accordance with the OpenRISC ABI results in:
r3 = pointer to fdt
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
No differences found