From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 9 Sep 2015 21:58:59 -0600 Subject: [U-Boot] [PATCH v4 11/11] x86: quark: Add PCIe/USB static register programming after memory init In-Reply-To: <1441283853-30868-12-git-send-email-bmeng.cn@gmail.com> References: <1441283853-30868-1-git-send-email-bmeng.cn@gmail.com> <1441283853-30868-12-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3 September 2015 at 06:37, Bin Meng wrote: > This adds static register programming for PCIe and USB after memory > init as required by Quark firmware writer guide. Although not doing > this did not cause any malfunction, just do it for safety. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - New patch to add PCIe/USB static register programming after memory init > > arch/x86/cpu/quark/quark.c | 64 +++++++++++++++++++++++++++++++++ > arch/x86/include/asm/arch-quark/quark.h | 22 ++++++++++++ > include/configs/galileo.h | 1 + > 3 files changed, 87 insertions(+) Applied to u-boot-x86, thanks!