uboot-mt623x/post
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
..
board mpc5121: pdm360ng: add coprocessor POST 2010-04-24 22:56:41 +02:00
cpu ppc4xx: POST UART: Use in/out_8() io-accessor functions 2010-09-23 08:43:56 +02:00
drivers rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
lib_powerpc Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
Makefile POST cleanup. 2010-09-21 21:39:31 +02:00
post.c Rename getenv_r() into getenv_f() 2010-08-04 00:45:36 +02:00
rules.mk Big white-space cleanup. 2008-05-21 00:14:08 +02:00
tests.c mpc5121: pdm360ng: add coprocessor POST 2010-04-24 22:56:41 +02:00