From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD
Date: Mon, 24 Aug 2015 13:26:53 -0400 [thread overview]
Message-ID: <1440437213-49224-6-git-send-email-paul.gortmaker@windriver.com> (raw)
In-Reply-To: <1440437213-49224-1-git-send-email-paul.gortmaker@windriver.com>
Tested on commit 3ea0953d36023d7e50fb00b2e258d8fb2828aeac
("dm: Move pre-reloc init earlier to cope with board_early_init_f()")
since the commit after that ("Set up stdio earlier when using driver
model") hangs this board at "Net:" init, just like it hangs the
sbc8548 board[1]. So, until that is resolved, this will be the
newest functional baseline for both boards.
Boot up looks as follows:
-------------------------------
U-Boot 2014.10-rc2-00061-gb5e69635dc20 (Aug 24 2015 - 12:20:40)
CPU: 8641D, Version: 2.0, (0x80900120)
Core: e600 Core 0, Version: 2.2, (0x80040202)
Clock Configuration:
CPU:1000 MHz, MPX:400 MHz
DDR:200 MHz (400 MT/s data rate), LBC:25 MHz
L1: D-cache 32 KiB enabled
I-cache 32 KiB enabled
L2: 512 KiB enabled
I2C: ready
DRAM: 512 MiB
Flash: 16 MiB
SRIO1: disabled
PCIe1: Root Complex, no link, regs @ 0xf8008000
PCIe1: Bus 00 - 00
PCIe2: Root Complex, no link, regs @ 0xf8009000
PCIe2: Bus 01 - 01
In: serial
Out: serial
Err: serial
Net: eTSEC1, eTSEC2, eTSEC3, eTSEC4
Hit any key to stop autoboot: 0
=> ver
U-Boot 2014.10-rc2-00061-gb5e69635dc20 (Aug 24 2015 - 12:20:40)
powerpc-linux-gcc (GCC) 4.5.2
GNU ld (GNU Binutils) 2.21
=>
-------------------------------
As can be seen, the "generic" banner warning message is now gone.
[1] sbc8548 hang: https://www.marc.info/?l=u-boot&m=142655649417364&w=3
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
include/configs/sbc8641d.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
index 20e7152b0952..32468453f524 100644
--- a/include/configs/sbc8641d.h
+++ b/include/configs/sbc8641d.h
@@ -20,6 +20,8 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define CONFIG_SYS_GENERIC_BOARD
+
/* High Level Configuration Options */
#define CONFIG_MPC8641 1 /* MPC8641 specific */
#define CONFIG_SBC8641D 1 /* SBC8641D board specific */
--
2.1.0
next prev parent reply other threads:[~2015-08-24 17:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-24 17:26 [U-Boot] [PATCH 0/5] sbc8641d: misc fixes and generic board enablement Paul Gortmaker
2015-08-24 17:26 ` [U-Boot] [PATCH 1/5] sbc8641d: enable command line editing Paul Gortmaker
2015-08-24 17:26 ` [U-Boot] [PATCH 2/5] sbc8641d: increase malloc pool size to a sane default Paul Gortmaker
2015-08-24 17:26 ` [U-Boot] [PATCH 3/5] sbc8641d: set proper environment sector size Paul Gortmaker
2015-08-24 17:26 ` [U-Boot] [PATCH 4/5] sbc8641d: add basic flash setup instructions to README file Paul Gortmaker
2015-08-24 17:26 ` Paul Gortmaker [this message]
2015-09-02 2:08 ` [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD York Sun
2015-09-02 13:37 ` Paul Gortmaker
2015-09-02 14:05 ` Simon Glass
2015-10-03 16:45 ` Masahiro Yamada
2015-10-06 0:53 ` Paul Gortmaker
2015-10-06 15:27 ` Paul Gortmaker
2015-10-16 21:51 ` Paul Gortmaker
2015-10-18 12:46 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440437213-49224-6-git-send-email-paul.gortmaker@windriver.com \
--to=paul.gortmaker@windriver.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox