[U-Boot] [PATCH 0/6] further updates for Keymile ARM boards
Holger Brunck
holger.brunck at keymile.com
Fri May 4 15:17:44 CEST 2012
This patch seris is based on a already transmitted but currently not
committed patch serie:
http://lists.denx.de/pipermail/u-boot/2012-March/121009.html
It adds some further support for our managed switch on kmnusa and kmcoge5un.
And some other feature are added or fixed (dip switch detection for kmcoge5un,
testpin detection for kmcoge5un).
This patch serie modifies only code for Keymile boards and does no changes in
common u-boot code.
Thomas Herzmann (2):
arm/km: add implementation for read_dip_switch
arm/km: fix testpin detection for kmcoge5un
Valentin Longchamp (4):
arm/km: add support for external switch configuration
arm/km: enable external switch configuration for kmnusa
arm/km: skip FPGA config when already configured
arm/km: support the 2 PCIe fpga resets
board/keymile/common/common.h | 7 --
board/keymile/km_arm/fpga_config.c | 52 +++++++++-
board/keymile/km_arm/km_arm.c | 31 +++++--
board/keymile/km_arm/managed_switch.c | 169 +++++++++++++++++++++++++++++++--
board/keymile/km_arm/managed_switch.h | 99 +++++++++++++++++++
include/configs/km_kirkwood.h | 3 -
6 files changed, 330 insertions(+), 31 deletions(-)
create mode 100644 board/keymile/km_arm/managed_switch.h
More information about the U-Boot
mailing list