public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] mpc83xx: add support for the ids8313 board
@ 2014-01-25  6:53 Heiko Schocher
  2014-01-25  6:53 ` [U-Boot] [PATCH 1/3] powerpc, ids8247: create vendor board dir ids Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Heiko Schocher @ 2014-01-25  6:53 UTC (permalink / raw)
  To: u-boot

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@denx.de>
Cc: Kim Phillips <kim.phillips@freescale.com>
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-25 19:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-25  6:53 [U-Boot] [PATCH 0/3] mpc83xx: add support for the ids8313 board Heiko Schocher
2014-01-25  6:53 ` [U-Boot] [PATCH 1/3] powerpc, ids8247: create vendor board dir ids Heiko Schocher
2014-01-25  6:53 ` [U-Boot] [PATCH 2/3] mpc8313, bootcount: mpc8313 has no qe muram Heiko Schocher
2014-01-25  6:53 ` [U-Boot] [PATCH 3/3] mpc83xx: add ids8313 support Heiko Schocher
2014-04-14  5:42 ` [U-Boot] [PATCH 0/3] mpc83xx: add support for the ids8313 board Heiko Schocher
2014-04-24  0:13   ` [U-Boot] [GIT PULL] u-boot-mpc83xx: " Kim Phillips
2014-04-25 19:45     ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox