From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 13 May 2014 11:38:26 -0500 Subject: [U-Boot] [PATCH 0/8] kmp204x patches for 2014.07 In-Reply-To: <1398862909-17580-1-git-send-email-valentin.longchamp@keymile.com> References: <1398862909-17580-1-git-send-email-valentin.longchamp@keymile.com> Message-ID: <53724A82.1040801@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/30/2014 08:01 AM, Valentin Longchamp wrote: > Things have stabilized quite a lot on the u-boot front for the Keymile > kmp204x/kmcoge4 board. There are a few remaining patches that should get > merged to have a complete support of the architecture/board in u-boot. > These include: > - support for some additional functions of the QRIO board reset/control > CPLD (LEDs, Factory Test signal) > - better reset sequence according to the tests/problems noticed during > the development > - an update to the RCW (some external interrupts are unused and set as > GPIOs now) > - an additionnal workaround in the PBL file (with an implementation > enhancement for a previous one). > > > Stefan Bigler (2): > kmp204x: Add support for the unit LEDs > kmp204x: handle dip-switch for factory settings > > Valentin Longchamp (6): > kmp204x: selftest/factory test pin support > kmp204x: update the CONFIG_PRAM and CONFIG_KM_RESERVED_PRAM defines > kmp204x: complete the reset sequence and PRST configuration > kmp204x: update the RCW > kmp204x: add workaround for A-004849 > kmp204x: enable the errata command > > board/keymile/kmp204x/kmp204x.c | 75 ++++++++++++++++++++++++++++++----- > board/keymile/kmp204x/kmp204x.h | 3 ++ > board/keymile/kmp204x/pbi.cfg | 43 +++++++++++++++++--- > board/keymile/kmp204x/pci.c | 17 ++++---- > board/keymile/kmp204x/qrio.c | 29 +++++++++++++- > board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +- > include/configs/km/kmp204x-common.h | 17 ++++---- > 7 files changed, 151 insertions(+), 35 deletions(-) > Applied to u-boot-mpc85xx/master. Thanks, York