commit | d7f3945420b5d8114f2d4d85e90abe5063cc196a | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Nov 23 17:58:13 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 14:49:58 2006 +1100 |
tree | ed09dbc5b91827c09d62af225ff826e2153e42af | |
parent | 51d3082fe6e55aecfa17113dbe98077c749f724c [diff] |
[PATCH] powerpc: Add back support for booting from BootX (#2) ARCH=powerpc couldn't boot from BootX as it uses a "different" way of getting in the kernel. This patch adds the necessary trampolines, creating a flattened device-tree from the tree passed from MacOS, and initializing the btext engine early for really-early debugging. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>