summaryrefslogtreecommitdiff
path: root/Documentation/IPMI.txt
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2011-07-25 20:47:07 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-15 19:01:55 -0700
commitb54b07357a79418d202bcc8fa0156841c3565a16 (patch)
tree6a6fff0ef0fe496a906066a4aa132516d4da4e29 /Documentation/IPMI.txt
parent2aa30110a99b9770297e2542cb310f3a8fc7d0f3 (diff)
downloadkernel-common-b54b07357a79418d202bcc8fa0156841c3565a16.tar.gz
kernel-common-b54b07357a79418d202bcc8fa0156841c3565a16.tar.bz2
kernel-common-b54b07357a79418d202bcc8fa0156841c3565a16.zip
powerpc: Fix device tree claim code
commit 966728dd88b4026ec58fee169ccceaeaf56ef120 upstream. I have a box that fails in OF during boot with: DEFAULT CATCH!, exception-handler=fff00400 at %SRR0: 49424d2c4c6f6768 %SRR1: 800000004000b002 ie "IBM,Logh". OF got corrupted with a device tree string. Looking at make_room and alloc_up, we claim the first chunk (1 MB) but we never claim any more. mem_end is always set to alloc_top which is the top of our available address space, guaranteeing we will never call alloc_up and claim more memory. Also alloc_up wasn't setting alloc_bottom to the bottom of the available address space. This doesn't help the box to boot, but we at least fail with an obvious error. We could relocate the device tree in a future patch. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/IPMI.txt')
0 files changed, 0 insertions, 0 deletions