Hello all!

This is my first U-Boot submission, so my apologies if there are any coding
style or conventions issues.  Please let me know and I'll get them fixed up
shortly.

In addition, these patches were based on v2010.03 and I realize that the
upstream may have diverged a bit since then.  Please let me know what
GIT version I should rebase these patches on for future submissions.

The eXMeritus HWW-1U-1A unit is a DO-160-certified 13lb 1U chassis
with 3 independent TEMPEST zones.  Two independent P2020 computers may
be found inside each zone.  Complete hardware support is included.

There are a couple preliminary patches to common code, but basically
everything else is limited to our own board-support code.

I look forward to your comments and criticisms!

Cheers,
Kyle Moffett

--
Overall diffstat below:
 MAKEALL                               |    2 +
 Makefile                              |    4 +
 board/exmeritus/hww-1u-1a/Makefile    |   54 +++
 board/exmeritus/hww-1u-1a/config.mk   |   31 ++
 board/exmeritus/hww-1u-1a/ddr.c       |  136 +++++++
 board/exmeritus/hww-1u-1a/gpios.h     |  131 ++++++
 board/exmeritus/hww-1u-1a/hww-1u-1a.c |  697 +++++++++++++++++++++++++++++++++
 board/exmeritus/hww-1u-1a/law.c       |   40 ++
 board/exmeritus/hww-1u-1a/tlb.c       |   93 +++++
 common/ddr_spd.c                      |    4 +-
 cpu/mpc85xx/cpu.c                     |    7 +-
 cpu/mpc8xxx/ddr/ddr2_dimm_params.c    |   30 +-
 drivers/net/e1000.c                   |    7 +
 include/configs/HWW_1U_1A.h           |  478 ++++++++++++++++++++++
 14 files changed, 1702 insertions(+), 12 deletions(-)

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to