From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] lsxl: add support for lschlv2 and lsxhl
Date: Tue, 03 Jan 2012 00:55:41 +0100 [thread overview]
Message-ID: <20120102235541.4405515794DB@gemini.denx.de> (raw)
In-Reply-To: <1325545909-17678-1-git-send-email-michael@walle.cc>
Dear Michael Walle,
In message <1325545909-17678-1-git-send-email-michael@walle.cc> you wrote:
> This patchset adds support for both the Linkstation Live (LS-CHLv2) and
> Linkstation Pro (LS-XHL) by Buffalo.
If Buffalo is the vendor, then why do you add this to the Marvell
vendor directory?
> +Michael Walle <michael@walle.cc>
> +
> + lsxl ARM926EJS (Kirkwood SoC)
You add two boards, so please also maintain both.
> +#define CONFIG_FEROCEON_88FR131 1 /* CPU Core subversion */
> +#define CONFIG_KIRKWOOD 1 /* SOC Family Name */
> +#define CONFIG_KW88F6281 1 /* SOC Name */
Please don't define values for macros that select featues only.
Please fix globally.
> +#ifdef CONFIG_SPI_FLASH
> +#define CONFIG_SYS_MAX_FLASH_BANKS 1
> +#define CONFIG_SYS_MAX_FLASH_SECT 8
> +#define CONFIG_ENV_IS_IN_SPI_FLASH 1
> +#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K */
> +#else
> +#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */
> +#endif
> +#define CONFIG_ENV_SIZE 0x10000 /* 64k */
> +#define CONFIG_ENV_OFFSET 0x70000 /* env starts here */
Please use TABs only for vertical alignment. Please fix globally.
> +#define CONFIG_ETHADDR 02:00:01:00:00:00
...
> +#define CONFIG_IPADDR 192.168.11.150
> +#define CONFIG_SERVERIP 192.168.11.1
> +#define CONFIG_NETMASK 255.255.255.0
NAK. We do not allow such static network configurations.
> +#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/sda2 " \
> + "netconsole=@"MK_STR(CONFIG_IPADDR)"/eth1"
> +#define CONFIG_EXTRA_ENV_SETTINGS \
> + "bootsource=hdd\0" \
> + "hdpart=0:1\0" \
> + "bootcmd_net=tftpboot 0x00100000 uImage; " \
> + "tftpboot 0x00800000 uInitrd; " \
> + "bootm 0x00100000 0x00800000\0" \
> + "bootcmd_hdd=ide reset; ext2load ide ${hdpart} 0x00100000 /uImage; " \
> + "ext2load ide ${hdpart} 0x00800000 /uInitrd; " \
> + "bootm 0x00100000 0x00800000\0" \
Indentation by TAB only, please. Please fix globally.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The more sins you confess, the more books you will sell.
next prev parent reply other threads:[~2012-01-02 23:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-02 23:11 [U-Boot] [PATCH] lsxl: add support for lschlv2 and lsxhl Michael Walle
2012-01-02 23:55 ` Wolfgang Denk [this message]
2012-01-03 0:32 ` Michael Walle
2012-01-03 8:09 ` Wolfgang Denk
2012-01-03 12:11 ` Michael Walle
2012-01-03 14:46 ` Wolfgang Denk
2012-01-03 20:43 ` Michael Walle
2012-01-08 19:05 ` Michael Walle
2012-02-20 19:43 ` Michael Walle
2012-01-03 7:46 ` Michael Walle
2012-01-08 18:36 ` Michael Walle
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=20120102235541.4405515794DB@gemini.denx.de \
--to=wd@denx.de \
--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