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

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




Dirk Eibach (6):
  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()
  mpc83xx: Add gdsys hrcon board

 arch/powerpc/cpu/mpc83xx/Kconfig |   4 +
 board/gdsys/405ep/iocon.c        | 198 +-----------
 board/gdsys/common/Makefile      |   3 +-
 board/gdsys/common/ihs_mdio.c    |  88 +++++
 board/gdsys/common/ihs_mdio.h    |  18 ++
 board/gdsys/common/osd.c         |   3 +-
 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      | 677 +++++++++++++++++++++++++++++++++++++++
 board/gdsys/mpc8308/mpc8308.c    | 109 +++++++
 board/gdsys/mpc8308/mpc8308.h    |  10 +
 board/gdsys/mpc8308/sdram.c      |  82 +++++
 common/Makefile                  |   1 +
 common/cmd_fpgad.c               |  32 +-
 common/cmd_ioloop.c              | 295 +++++++++++++++++
 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 +++-
 24 files changed, 2373 insertions(+), 210 deletions(-)
 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 common/cmd_ioloop.c
 create mode 100644 configs/hrcon_defconfig
 create mode 100644 include/configs/hrcon.h

-- 
1.8.3

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

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 15:03 [U-Boot] [PATCH v1 0/6] Update gdsys board support dirk.eibach at gdsys.cc
2014-10-29 15:03 ` [U-Boot] [PATCH v1 1/6] board: dlvision: Reduce memory footprint dirk.eibach at gdsys.cc
2014-10-29 15:03 ` [U-Boot] [PATCH v1 2/6] mtd: Handle 29LV800BT dirk.eibach at gdsys.cc
2014-10-29 15:03 ` [U-Boot] [PATCH v1 3/6] common: Fix cmd_fpgad addressing dirk.eibach at gdsys.cc
2014-10-29 15:03 ` [U-Boot] [PATCH v1 4/6] board: dlvision-10g: Compile fix dirk.eibach at gdsys.cc
2014-10-29 15:03 ` [U-Boot] [PATCH v1 5/6] board: iocon: Fix fpga index in print_fpga_info() dirk.eibach at gdsys.cc
2014-10-29 15:03 ` [U-Boot] [PATCH v1 6/6] mpc83xx: Add gdsys hrcon board dirk.eibach at gdsys.cc
2014-11-07  0:18   ` Kim Phillips
2014-11-07 12:56     ` Dirk Eibach
2014-11-05  9:45 ` [U-Boot] [PATCH v1 0/6] Update gdsys board support Dirk Eibach
2014-11-05 10:43   ` Stefan Roese
2014-11-05 12:00     ` Dirk Eibach
2014-11-05 12:13       ` Stefan Roese
2014-11-06  6:29         ` Dirk Eibach
2014-11-06 18:25           ` York Sun
2014-11-07  0:21             ` Kim Phillips
2014-11-07 12:58     ` Dirk Eibach
2014-11-07 16:19       ` Kim Phillips

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