All of thse patches have been posted previously, and no one has given feedback, so here they are in a handy branch for you to pull.
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a: Prepare v2011.06 (2011-06-27 22:22:42 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git post Mike Frysinger (5): post: fix up I/O helper usage post: add gpio hotkey support post: use ARRAY_SIZE post: new nor flash test serial: implement common uart post test common/serial.c | 90 +++++++++++++++++++++ include/post.h | 5 +- include/serial.h | 5 + post/board/lwmon/sysmon.c | 2 +- post/cpu/mpc8xx/ether.c | 4 +- post/cpu/mpc8xx/spr.c | 3 +- post/cpu/mpc8xx/uart.c | 4 +- post/cpu/ppc4xx/spr.c | 3 +- post/drivers/Makefile | 2 +- post/drivers/flash.c | 107 +++++++++++++++++++++++++ post/drivers/memory.c | 2 +- post/lib_powerpc/andi.c | 3 +- post/lib_powerpc/cmp.c | 3 +- post/lib_powerpc/cmpi.c | 3 +- post/lib_powerpc/cr.c | 12 +-- post/lib_powerpc/fpu/mul-subnormal-single-1.c | 2 +- post/lib_powerpc/load.c | 3 +- post/lib_powerpc/multi.c | 2 +- post/lib_powerpc/rlwimi.c | 3 +- post/lib_powerpc/rlwinm.c | 3 +- post/lib_powerpc/rlwnm.c | 3 +- post/lib_powerpc/srawi.c | 3 +- post/lib_powerpc/store.c | 3 +- post/lib_powerpc/three.c | 3 +- post/lib_powerpc/threei.c | 3 +- post/lib_powerpc/threex.c | 3 +- post/lib_powerpc/two.c | 3 +- post/lib_powerpc/twox.c | 3 +- post/post.c | 23 +++++- post/tests.c | 17 ++++- 30 files changed, 269 insertions(+), 56 deletions(-) create mode 100644 post/drivers/flash.c _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot