From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 19/24] board/BuR/kwb: Redesign default-environment
Date: Fri, 6 Mar 2015 10:46:10 -0500 [thread overview]
Message-ID: <20150306154610.GL25373@bill-the-cat> (raw)
In-Reply-To: <1422966166-3973-19-git-send-email-oe5hpm@oevsv.at>
On Tue, Feb 03, 2015 at 01:22:41PM +0100, Hannes Petermaier wrote:
> Due to several changes in the boot-process we do a complete redesign of the
> default environment.
>
> Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150306/de9273ab/attachment.sig>
next prev parent reply other threads:[~2015-03-06 15:46 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-03 12:22 [U-Boot] [PATCH v2 01/24] drivers/video/am335x-fb: Add possibility to wait for stable power/picture Hannes Petermaier
2015-02-03 12:22 ` [U-Boot] [PATCH v2 02/24] common/lcd: Add command for setting cursor within lcd-console Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 03/24] common/lcd: Add command for writing to lcd-display Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 04/24] board/BuR/common: Take usage of am335x LCD-Display Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 05/24] board/BuR/common: try to setup cpsw mac-address from the devicetree Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 06/24] board/BuR/tseries: Enable HW-Watchdog Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 07/24] board/BuR/tseries: Enable U-Boot BOOTCOUNT feature Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 08/24] board/BuR/tseries: Enable EXT4 support Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 09/24] board/BuR/tseries: Change pinmux for GPIO2_28 from GPIO to PWM-Timeroutput Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 10/24] board/BuR/tseries: Chg pinmux - use free NAND Pins in non NAND-config as GPIO Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 11/24] board/BuR/tseries: Chg Pinmux - enable UART1 pins Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 12/24] board/BuR/common: Introduce Network Console and common environment for it Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-03-14 21:35 ` [U-Boot] Commit 7ae47f6b causes a warning Albert ARIBAUD
2015-03-16 7:53 ` Hannes Petermaier
2015-02-03 12:22 ` [U-Boot] [PATCH v2 13/24] board/BuR/common: Enable CONFIG_CMD_TIME Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 14/24] board/BuR/common: Add support for displaying BMP on LCD Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 15/24] board/BuR/tseries: Rework default-environment settings Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 16/24] board/BuR/tseries: cosmetic changes Hannes Petermaier
2015-03-06 15:45 ` [U-Boot] [U-Boot,v2,16/24] " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 17/24] board/BuR/kwb: switch to board HW-Rev3 Hannes Petermaier
2015-03-06 15:46 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 18/24] board/BuR/kwb: Support booting Linux Hannes Petermaier
2015-03-06 15:46 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 19/24] board/BuR/kwb: Redesign default-environment Hannes Petermaier
2015-03-06 15:46 ` Tom Rini [this message]
2015-02-03 12:22 ` [U-Boot] [PATCH v2 20/24] board/BuR/kwb: Form a bootline for vxWorks Hannes Petermaier
2015-03-06 15:46 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 21/24] board/BuR/kwb: Support modify bootcmd through reset-controller Hannes Petermaier
2015-03-06 15:46 ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-02-03 12:22 ` [U-Boot] [PATCH v2 22/24] intern: disable lcd-stdout Hannes Petermaier
2015-02-03 12:30 ` Hannes Petermaier
2015-02-03 12:22 ` [U-Boot] [PATCH v2 23/24] intern: Add specific offset do FAT-Filesystem Hannes Petermaier
2015-02-03 12:31 ` Hannes Petermaier
2015-02-03 12:22 ` [U-Boot] [PATCH v2 24/24] intern: Add copy scripts and target specific helpers Hannes Petermaier
2015-02-03 12:31 ` Hannes Petermaier
2015-03-06 15:44 ` [U-Boot] [U-Boot, v2, 01/24] drivers/video/am335x-fb: Add possibility to wait for stable power/picture Tom Rini
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=20150306154610.GL25373@bill-the-cat \
--to=trini@konsulko.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