summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/head.S
AgeCommit message (Collapse)AuthorFilesLines
2012-02-17openrisc: enable passing of flattened device tree pointerStefan Kristiansson1-1/+16
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>
2011-07-22OpenRISC: Boot codeJonas Bonn1-0/+1607
Architecture code and early setup routines for booting Linux. Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de>