public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] Update gdsys board support
@ 2014-11-13 18:21 dirk.eibach at gdsys.cc
  2014-11-13 18:21 ` [U-Boot] [PATCH v2 1/7] board: dlvision: Reduce memory footprint dirk.eibach at gdsys.cc
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: dirk.eibach at gdsys.cc @ 2014-11-13 18:21 UTC (permalink / raw)
  To: u-boot

From: Dirk Eibach <dirk.eibach@gdsys.cc>



Changes in v2:
- fix compiler warning
- fix cppcheck finding reported by Wolfgang
- move cmd_ioloop from common to board/gdsys/common
- remove debug code from hrcon.c

Dirk Eibach (7):
  board: dlvision: Reduce memory footprint
  mtd: Handle 29LV800BT
  common: Fix cmd_fpgad addressing
  board: dlvision-10g: Compile fix
  board: iocon: Fix fpga index in print_fpga_info()
  board: iocon: Fix uninitialized access
  mpc83xx: Add gdsys hrcon board

 arch/powerpc/cpu/mpc83xx/Kconfig |   4 +
 board/gdsys/405ep/iocon.c        | 201 +-----------
 board/gdsys/common/Makefile      |   4 +-
 board/gdsys/common/cmd_ioloop.c  | 295 +++++++++++++++++
 board/gdsys/common/ihs_mdio.c    |  88 +++++
 board/gdsys/common/ihs_mdio.h    |  18 ++
 board/gdsys/common/osd.c         |   7 +-
 board/gdsys/common/phy.c         | 280 ++++++++++++++++
 board/gdsys/common/phy.h         |  14 +
 board/gdsys/mpc8308/Kconfig      |  12 +
 board/gdsys/mpc8308/MAINTAINERS  |   6 +
 board/gdsys/mpc8308/Makefile     |   9 +
 board/gdsys/mpc8308/hrcon.c      | 675 +++++++++++++++++++++++++++++++++++++++
 board/gdsys/mpc8308/mpc8308.c    | 109 +++++++
 board/gdsys/mpc8308/mpc8308.h    |  10 +
 board/gdsys/mpc8308/sdram.c      |  82 +++++
 common/cmd_fpgad.c               |  32 +-
 configs/hrcon_defconfig          |   3 +
 drivers/mtd/jedec_flash.c        |  51 +++
 include/configs/dlvision.h       |   9 +-
 include/configs/hrcon.h          | 614 +++++++++++++++++++++++++++++++++++
 include/flash.h                  |   1 +
 include/gdsys_fpga.h             |  64 +++-
 23 files changed, 2375 insertions(+), 213 deletions(-)
 create mode 100644 board/gdsys/common/cmd_ioloop.c
 create mode 100644 board/gdsys/common/ihs_mdio.c
 create mode 100644 board/gdsys/common/ihs_mdio.h
 create mode 100644 board/gdsys/common/phy.c
 create mode 100644 board/gdsys/common/phy.h
 create mode 100644 board/gdsys/mpc8308/Kconfig
 create mode 100644 board/gdsys/mpc8308/MAINTAINERS
 create mode 100644 board/gdsys/mpc8308/Makefile
 create mode 100644 board/gdsys/mpc8308/hrcon.c
 create mode 100644 board/gdsys/mpc8308/mpc8308.c
 create mode 100644 board/gdsys/mpc8308/mpc8308.h
 create mode 100644 board/gdsys/mpc8308/sdram.c
 create mode 100644 configs/hrcon_defconfig
 create mode 100644 include/configs/hrcon.h

-- 
1.8.3

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

end of thread, other threads:[~2014-11-19  7:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 18:21 [U-Boot] [PATCH v2 0/7] Update gdsys board support dirk.eibach at gdsys.cc
2014-11-13 18:21 ` [U-Boot] [PATCH v2 1/7] board: dlvision: Reduce memory footprint dirk.eibach at gdsys.cc
2014-11-19  7:55   ` Stefan Roese
2014-11-13 18:21 ` [U-Boot] [PATCH v2 2/7] mtd: Handle 29LV800BT dirk.eibach at gdsys.cc
2014-11-19  7:55   ` Stefan Roese
2014-11-13 18:21 ` [U-Boot] [PATCH v2 3/7] common: Fix cmd_fpgad addressing dirk.eibach at gdsys.cc
2014-11-19  7:55   ` Stefan Roese
2014-11-13 18:21 ` [U-Boot] [PATCH v2 4/7] board: dlvision-10g: Compile fix dirk.eibach at gdsys.cc
2014-11-19  7:55   ` Stefan Roese
2014-11-13 18:21 ` [U-Boot] [PATCH v2 5/7] board: iocon: Fix fpga index in print_fpga_info() dirk.eibach at gdsys.cc
2014-11-19  7:55   ` Stefan Roese
2014-11-13 18:21 ` [U-Boot] [PATCH v2 6/7] board: iocon: Fix uninitialized access dirk.eibach at gdsys.cc
2014-11-19  7:56   ` Stefan Roese
2014-11-13 18:21 ` [U-Boot] [PATCH v2 7/7] mpc83xx: Add gdsys hrcon board dirk.eibach at gdsys.cc
2014-11-19  7:56   ` Stefan Roese
2014-11-18 12:55 ` [U-Boot] [PATCH v2 0/7] Update gdsys board support Dirk Eibach
2014-11-18 12:59   ` Stefan Roese
2014-11-19  1:06     ` Kim Phillips
2014-11-19  6:30       ` Dirk Eibach
2014-11-19  7:44         ` Stefan Roese

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