powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440
authorJohn Linn <john.linn@xilinx.com>
Wed, 2 Jul 2008 22:11:28 +0000 (15:11 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 4 Jul 2008 06:58:59 +0000 (00:58 -0600)
commitd58577d8f36f66dbb5dec30fc01dfddda0cfd1fa
tree92840d18b50ccaa63fbc4aec85c962223c5e9982
parentdc568ec4906ac2478e2d692adc6b12fbb6e4657e
powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440

The following changes add processing to initialize the Xilinx 16550 UART
in the boot wrapper for Virtex targets without firmware.  Normally the
boot wrapper assumes that the serial port has already been initialized by
firmware.

The wrapper was also modified to add the 440 build.

Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/Makefile
arch/powerpc/boot/simpleboot.c
arch/powerpc/boot/virtex.c [new file with mode: 0644]
arch/powerpc/boot/wrapper