mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
ab25e880ca
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> |
||
---|---|---|
.. | ||
cache.c | ||
cache_4xx.S | ||
denali_ecc.c | ||
ether.c | ||
fpu.c | ||
Makefile | ||
ocm.c | ||
spr.c | ||
uart.c | ||
watchdog.c |