Lines Matching +full:partition +full:-
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Old U-boot compatibility for Esteem 195E Hotfoot CPU Board
5 * Author: Solomon Peachy <solomon@linux-wlan.com>
18 #include "ppcboot-hotfoot.h"
81 devp = finddevice("/plb/ebc/nor_flash@0/partition@0"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
85 regs[0] -= 0x400000; in hotfoot_fixups()
88 devp = finddevice("/plb/ebc/nor_flash@0/partition@1"); in hotfoot_fixups()
90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups()
92 regs[0] -= 0x400000; in hotfoot_fixups()
95 devp = finddevice("/plb/ebc/nor_flash@0/partition@2"); in hotfoot_fixups()
97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups()
99 regs[0] -= 0x400000; in hotfoot_fixups()
102 devp = finddevice("/plb/ebc/nor_flash@0/partition@3"); in hotfoot_fixups()
104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups()
106 regs[0] -= 0x400000; in hotfoot_fixups()
109 devp = finddevice("/plb/ebc/nor_flash@0/partition@4"); in hotfoot_fixups()
111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups()
113 regs[0] -= 0x400000; in hotfoot_fixups()
116 devp = finddevice("/plb/ebc/nor_flash@0/partition@6"); in hotfoot_fixups()
118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups()
120 regs[0] -= 0x400000; in hotfoot_fixups()
124 devp = finddevice("/plb/ebc/nor_flash@0/partition@5"); in hotfoot_fixups()
126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()