public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/9] Further support for the kmp204x architecture
@ 2014-01-27 10:49 Valentin Longchamp
  2014-01-27 10:49 ` [U-Boot] [PATCH v2 1/9] kmp204x: support for QRIO1 bootcounter Valentin Longchamp
                   ` (8 more replies)
  0 siblings, 9 replies; 26+ messages in thread
From: Valentin Longchamp @ 2014-01-27 10:49 UTC (permalink / raw)
  To: u-boot

This patch series refines the support for the kmp204x designs. The main
additions are:
- further support of the QRIO CPLD (bootcounter and GPIO)
- support of the new kmcoge4 board based on kmp204x
- support of I2C deblocking
- support for FPGA configuration (PCIe FPGA)
- various fixes and smaller enhancements

Changes in v2:
- change bootcounter implementation to use generic driver

Rainer Boschung (2):
  kmp204x: support for QRIO1 bootcounter
  kmp204x: I2C deblocking for I2C-bus1 added

Valentin Longchamp (7):
  kmp204x: introduce QRIO GPIO functions
  kmp204x: implement workaround for A-006559
  kmp204x: add support for the kmcoge4 board
  kmp204x: update I2C field of RCW
  KM: add the KM_UBI_PART_BOOT_OPTS #define
  kmp204x: enable support for SPANSION SPI NOR
  kmp204x: initial support for PCIe FPGA configuration

 board/keymile/kmp204x/Makefile        |   2 +-
 board/keymile/kmp204x/kmp204x.c       | 128 ++++++++++++-----------------
 board/keymile/kmp204x/kmp204x.h       |  10 +++
 board/keymile/kmp204x/pbi.cfg         |  10 +++
 board/keymile/kmp204x/pci.c           |  85 ++++++++++++++++++++
 board/keymile/kmp204x/qrio.c          | 147 ++++++++++++++++++++++++++++++++++
 board/keymile/kmp204x/rcw_kmp204x.cfg |   2 +-
 boards.cfg                            |   1 +
 include/configs/km/keymile-common.h   |  10 ++-
 include/configs/km/kmp204x-common.h   |  21 ++++-
 include/configs/kmp204x.h             |   7 +-
 11 files changed, 340 insertions(+), 83 deletions(-)
 create mode 100644 board/keymile/kmp204x/qrio.c

-- 
1.8.0.1

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

end of thread, other threads:[~2014-02-03 20:26 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-27 10:49 [U-Boot] [PATCH v2 0/9] Further support for the kmp204x architecture Valentin Longchamp
2014-01-27 10:49 ` [U-Boot] [PATCH v2 1/9] kmp204x: support for QRIO1 bootcounter Valentin Longchamp
2014-02-03 20:22   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 2/9] kmp204x: introduce QRIO GPIO functions Valentin Longchamp
2014-02-03 20:23   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 3/9] kmp204x: I2C deblocking for I2C-bus1 added Valentin Longchamp
2014-01-30  2:30   ` York Sun
2014-01-30  7:32     ` Valentin Longchamp
2014-01-30  9:17       ` Boschung, Rainer
2014-01-30 17:40         ` York Sun
2014-01-31 12:46   ` [U-Boot] [PATCH v3 3/9] kmp204x: I2C deblocking support Valentin Longchamp
2014-01-31 17:41     ` York Sun
2014-02-03  7:45       ` [U-Boot] [PATCH v4 " Valentin Longchamp
2014-02-03 20:26         ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 4/9] kmp204x: implement workaround for A-006559 Valentin Longchamp
2014-02-03 20:23   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 5/9] kmp204x: add support for the kmcoge4 board Valentin Longchamp
2014-02-03 20:23   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 6/9] kmp204x: update I2C field of RCW Valentin Longchamp
2014-02-03 20:24   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 7/9] KM: add the KM_UBI_PART_BOOT_OPTS #define Valentin Longchamp
2014-02-03 20:24   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 8/9] kmp204x: enable support for SPANSION SPI NOR Valentin Longchamp
2014-02-03 20:25   ` York Sun
2014-01-27 10:49 ` [U-Boot] [PATCH v2 9/9] kmp204x: initial support for PCIe FPGA configuration Valentin Longchamp
2014-02-03 20:25   ` York Sun

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