From: Ladislav Michl <MICHL@2n.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] voiceblue update (Re: mtdparts)
Date: Tue, 25 Jul 2006 17:00:13 +0200 [thread overview]
Message-ID: <20060725150013.GA14789@orphique> (raw)
In-Reply-To: <20060722190507.BEA8B352625@atlas.denx.de>
On Sat, Jul 22, 2006 at 09:05:07PM +0200, Wolfgang Denk wrote:
> In message <20050915084918.GB8576@orphique> you wrote:
> >
> > * VoiceBlue update: use new MTD flash partitioning methods, use more
> > reasonable TEXT_BASE, update default environment and enable keyed
> > autoboot.
>
> Sorry, this does not apply cleanly (any more). Can you please check
> and re-submit those parts that are still needed? Thanks.
Hi Wolfgang,
most of this patch went already in. Only minor part (done here also for
NetStar board) is missing, which could be found in following patch,
which also does minor whitespace cleanup.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
CHANGELOG
* Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
numbers in code.
diff --git a/board/netstar/netstar.c b/board/netstar/netstar.c
index d6b620c..f52afe5 100644
--- a/board/netstar/netstar.c
+++ b/board/netstar/netstar.c
@@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{
/* arch number of NetStar board */
- gd->bd->bi_arch_number = 692;
+ gd->bd->bi_arch_number = MACH_TYPE_NETSTAR;
/* adress of boot parameters */
gd->bd->bi_boot_params = 0x10000100;
diff --git a/board/voiceblue/voiceblue.c b/board/voiceblue/voiceblue.c
index 04093d1..c8dde36 100644
--- a/board/voiceblue/voiceblue.c
+++ b/board/voiceblue/voiceblue.c
@@ -28,8 +28,7 @@ int board_init(void)
*((volatile unsigned char *) VOICEBLUE_LED_REG) = 0xaa;
/* arch number of VoiceBlue board */
- /* TODO: use define from asm/mach-types.h */
- gd->bd->bi_arch_number = 218;
+ gd->bd->bi_arch_number = MACH_TYPE_VOICEBLUE;
/* adress of boot parameters */
gd->bd->bi_boot_params = 0x10000100;
@@ -41,8 +40,8 @@ int dram_init(void)
{
*((volatile unsigned short *) VOICEBLUE_LED_REG) = 0xff;
- /* Take the Ethernet controller out of reset and wait
- * for the EEPROM load to complete. */
+ /* Take the Ethernet controller out of reset and wait
+ * for the EEPROM load to complete. */
*((volatile unsigned short *) GPIO_DATA_OUTPUT_REG) |= 0x80;
udelay(10); /* doesn't work before interrupt_init call */
*((volatile unsigned short *) GPIO_DATA_OUTPUT_REG) &= ~0x80;
next prev parent reply other threads:[~2006-07-25 15:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-06 18:02 [U-Boot-Users] mtdparts Ladislav Michl
2005-09-06 19:47 ` Wolfgang Denk
2005-09-07 8:29 ` Ladislav Michl
2005-09-07 8:51 ` Wolfgang Denk
2005-09-07 9:45 ` [U-Boot-Users] Does anyone use Lan91c96 in U-Boot? Bryan Wu
2005-09-07 10:30 ` [U-Boot-Users] mtdparts Andreas Engel
2005-09-07 12:54 ` Wolfgang Denk
2005-09-07 13:37 ` Ladislav Michl
2005-09-12 22:25 ` Wolfgang Denk
2005-09-13 15:00 ` Ladislav Michl
2005-09-15 8:49 ` [PATCH] voiceblue update (Re: [U-Boot-Users] mtdparts) Ladislav Michl
2006-07-22 19:05 ` [U-Boot-Users] [PATCH] voiceblue update (Re: mtdparts) Wolfgang Denk
2006-07-25 15:00 ` Ladislav Michl [this message]
2006-10-29 10:36 ` Stefan Roese
2005-09-08 10:49 ` [U-Boot-Users] mtdparts Andreas Engel
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=20060725150013.GA14789@orphique \
--to=michl@2n.cz \
--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