
On Wed, Apr 23, 2014 at 07:13:27PM -0500, Kim Phillips wrote:
Hi Tom,
Please pull support for the ids8313 board:
The following changes since commit adcdeacc3eda1e5949e54062aa99c299e12483be:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-04-23 11:07:11 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
for you to fetch changes up to eaf8c986d36e9fadd244093b17a7fe090b0b572a:
mpc83xx: add ids8313 support (2014-04-23 19:07:54 -0500)
Heiko Schocher (3): powerpc, ids8247: create vendor board dir ids mpc8313, bootcount: mpc8313 has no qe muram mpc83xx: add ids8313 support
arch/powerpc/cpu/mpc83xx/cpu.c | 2 +- arch/powerpc/cpu/mpc83xx/fdt.c | 5 +- board/{ => ids}/ids8247/Makefile | 0 board/{ => ids}/ids8247/ids8247.c | 0 board/ids/ids8313/Makefile | 11 + board/ids/ids8313/ids8313.c | 208 ++++++++++++++ boards.cfg | 4 +- include/configs/ids8313.h | 587 ++++++++++++++++++++++++++++++++++++++ 8 files changed, 813 insertions(+), 4 deletions(-) rename board/{ => ids}/ids8247/Makefile (100%) rename board/{ => ids}/ids8247/ids8247.c (100%) create mode 100644 board/ids/ids8313/Makefile create mode 100644 board/ids/ids8313/ids8313.c create mode 100644 include/configs/ids8313.h
Applied to u-boot/master, thanks!