From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Ianovich Date: Tue, 17 Dec 2013 05:03:39 +0400 Subject: [U-Boot] [PATCH v2 0/5] fix and update LP-8x4x to boot DT kernel In-Reply-To: <1386999720-23460-1-git-send-email-ynvich@gmail.com> References: <1386999720-23460-1-git-send-email-ynvich@gmail.com> Message-ID: <1387242224-22495-1-git-send-email-ynvich@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Linux kernel maintainers require new machnines to support device tree boot. The config for LP-8x4x needs updating. In addition, there are a few fixes to board's configuration. v2 fixes review comments made by Marek Vasut. Sergei Ianovich (5): ARM: pxa: prevent PXA270 occasional reboot freezes arm: pxa: fix LP-8x4x USB support arm: pxa: fix 2nd flash chip address on LP-8x4x arm: pxa: update LP-8x4x to boot DT kernel arm: pxa: init ethaddr for LP-8x4x using DT arch/arm/cpu/pxa/pxa2xx.c | 1 + board/icpdas/lp8x4x/lp8x4x.c | 39 +++++++++++++-------------------------- include/configs/lp8x4x.h | 15 +++++++-------- 3 files changed, 21 insertions(+), 34 deletions(-) -- 1.8.5.1