[U-Boot] [PATCH 0/3] mpc83xx: add support for the ids8313 board
Heiko Schocher
hs at denx.de
Sat Jan 25 07:53:45 CET 2014
add support for the ids8313 board.
CPU: e300c3, MPC8313, Rev: 2.1 at 396 MHz, CSB: 132 MHz
I2C: ready
SPI: ready
DRAM: 128 MiB (DDR2, 32-bit, ECC off, 264 MHz)
Flash: 8 MiB
NAND: 128 MiB
Net: TSEC0, TSEC1 [PRIME]
This board uses signed fit images, signed with sha256,rsa4096
algorithm.
Following patches are needed for this board support:
[U-Boot] common, ubi: add ubi check volumename command
http://patchwork.ozlabs.org/patch/314116/
[U-Boot] common, itest: pass u-boot env variables to itest.s
http://patchwork.ozlabs.org/patch/314118/
[U-Boot] i2c, bootcount: add support for bootcounter on i2c devices
http://patchwork.ozlabs.org/patch/314117/
Patchserie FIT Images Enhancements
[U-Boot,1/7] tools/image-host: fix sign-images bug
http://patchwork.ozlabs.org/patch/314125/
[U-Boot,2/7] fdt: add "fdt sign" command
http://patchwork.ozlabs.org/patch/314120/
[U-Boot,3/7] fit: add sha256 support
http://patchwork.ozlabs.org/patch/314126/
[U-Boot,4/7] rsa: add sha256-rsa2048 algorithm
http://patchwork.ozlabs.org/patch/314124/
[U-Boot,5/7] rsa: add sha256,rsa4096 algorithm
http://patchwork.ozlabs.org/patch/314121/
[U-Boot,6/7] tools, fit: add fit_info host command
http://patchwork.ozlabs.org/patch/314122/
[U-Boot,7/7] tools, fit_check_sign: verify a signed fit image
http://patchwork.ozlabs.org/patch/314123/
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 | 3 +-
include/configs/ids8313.h | 587 ++++++++++++++++++++++++++++++++++++++
8 files changed, 812 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
Cc: Wolfgang Denk <wd at denx.de>
Cc: Kim Phillips <kim.phillips at freescale.com>
--
1.8.3.1
More information about the U-Boot
mailing list