
The sbc8641d is not really a state of the art board anymore, but it does have the distinctive feature of being one of the relatively few SMP powerpc boards around. Combined with its small form factor, it remains a useful testing platform. So here we enable the generic board support so that it can remain in tree.
It turns out that in bringing the board forward, we've run into the size limit for the image, due to inevitable expansion, which led to some odd testing behaviour, depending on .config settings etc. Here we increase the image space from two 128k sectors to three, so we should be good for as long as the board remains relevant now.
---
[v2: add patch for extra sector for image ; retest on master]
Paul Gortmaker (6): sbc8641d: enable command line editing sbc8641d: increase malloc pool size to a sane default sbc8641d: set proper environment sector size. sbc8641d: add basic flash setup instructions to README file sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD sbc8641d: increase monitor size from 256k to 384k
board/sbc8641d/README | 23 ++++++++++++++++++++++- include/configs/sbc8641d.h | 11 +++++++---- 2 files changed, 29 insertions(+), 5 deletions(-)