Now that the pending POST and Blackfin changes have been merged, I can post this series which migrates much of the Blackfin-specific POST logic to the common stuff.
This will be for the next merge window. Mike Frysinger (6): Blackfin: bf537-stamp: convert to gpio post hotkey Blackfin: post: drop custom test list Blackfin: bf537-stamp: drop uart/flash post tests Blackfin: post: generalize led/button tests with GPIOs Blackfin: bf537-stamp/bf548-ezkit: update POST flash block range Blackfin: uart: implement loop callback for post arch/blackfin/cpu/serial.c | 40 ++++++ arch/blackfin/include/asm/config.h | 18 +++ arch/blackfin/lib/Makefile | 2 +- arch/blackfin/lib/post.c | 85 ++++++++++++ arch/blackfin/lib/tests.c | 250 ------------------------------------ board/bf537-stamp/Makefile | 2 +- board/bf537-stamp/post-memory.c | 63 +--------- board/bf537-stamp/post.c | 174 ------------------------- include/configs/bf537-stamp.h | 11 ++- include/configs/bf548-ezkit.h | 10 +- include/configs/bfin_adi_common.h | 1 - post/tests.c | 2 + 12 files changed, 165 insertions(+), 493 deletions(-) create mode 100644 arch/blackfin/lib/post.c delete mode 100644 arch/blackfin/lib/tests.c delete mode 100644 board/bf537-stamp/post.c -- 1.7.6 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

