u-boot-brain/post/cpu
Stefan Roese ab25e880ca ppc4xx: POST UART: Use in/out_8() io-accessor functions
This patch fixes a problem in the PPC4xx POST UART driver. This driver
incorrectly used the in/out8() io-accessor functions. This could lead to
problems since these functions don't guarantee execution ordering. This
patch now replaces these functions with the correct ones.

Additionally the driver is converted to using the NS16550 struct instead
of macros for the register offsets.

And some common code is factored out for better maintainability.

Signed-off-by: Stefan Roese <sr@denx.de>
2010-09-23 08:43:56 +02:00
..
mpc8xx mpc8xx/ether.c: fix warning: unused variable 'bd' 2009-03-28 16:17:29 +01:00
mpc83xx POST: Added ECC memory test for mpc83xx. 2010-05-06 00:00:24 +02:00
ppc4xx ppc4xx: POST UART: Use in/out_8() io-accessor functions 2010-09-23 08:43:56 +02:00