u-boot/post/cpu/ppc4xx
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
..
cache.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cache_4xx.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
denali_ecc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ether.c ppc_4xx: Apply new HW register names 2009-10-07 09:15:20 +02:00
fpu.c ppc4xx: Replace 4xx lowercase SPR references 2009-07-24 06:47:17 +02:00
Makefile POST: OCM test added. 2008-05-20 23:24:37 +02:00
ocm.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
spr.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
uart.c ppc4xx: POST UART: Use in/out_8() io-accessor functions 2010-09-23 08:43:56 +02:00
watchdog.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00