summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/treeboot-walnut.c
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] 4xx: Enable EMAC for PPC405 Walnut boardJosh Boyer2007-10-191-0/+2
| | | | | | | | | This patch enables the ibm_newemac driver for the Walnut board. It fixes the device tree for the walnut board to order the MAL interrupts correctly and adds the local-mac-address property to the EMAC node. The bootwrapper is also updated to extract the MAC address from the OpenBIOS offset where it is stored. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
* [POWERPC] 4xx: Fix timebase clock selection on WalnutJosh Boyer2007-10-191-2/+2
| | | | | | | | The current bootwrapper fails to set the timebase clock to the CPU clock which causes the time to increment incorrectly. This fixes it by using the correct #define for the CPC0_CR1 register. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
* [POWERPC] Walnut zImage wrapperJosh Boyer2007-09-071-0/+131
Add zImage wrapper for walnut board Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>