From: Rob Herring <robherring2@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/9] combine block device load commands into common function
Date: Wed, 05 Sep 2012 18:47:45 -0500 [thread overview]
Message-ID: <5047E4A1.20005@gmail.com> (raw)
In-Reply-To: <20120905233610.GC5083@bill-the-cat>
On 09/05/2012 06:36 PM, Tom Rini wrote:
> On Thu, Aug 23, 2012 at 04:31:42PM -0500, Rob Herring wrote:
>
>> From: Rob Herring <rob.herring@calxeda.com>
>>
>> All the raw block load commands duplicate the same code. Starting with
>> the ide version as it has progress updates convert ide, usb, and scsi boot
>> commands to all use a common version.
>>
>> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
> [snip]
>> diff --git a/common/cmd_disk.c b/common/cmd_disk.c
>> new file mode 100644
>> index 0000000..38420dc
>> --- /dev/null
>> +++ b/common/cmd_disk.c
>> @@ -0,0 +1,161 @@
>> +#include <common.h>
>> +#include <command.h>
>
> Many companies have legal departments that get upset by files without
> license information. Please add a GPLv2+ message, thanks.
Probably whatever is on the ide code I copied this from is more
appropriate, but yes I need to add that.
Rob
next prev parent reply other threads:[~2012-09-05 23:47 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-23 21:31 [U-Boot] [PATCH 0/9] Auto partition selection and fs partition consolidation Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 1/9] combine block device load commands into common function Rob Herring
2012-09-05 23:36 ` Tom Rini
2012-09-05 23:47 ` Rob Herring [this message]
2012-09-05 23:50 ` Tom Rini
2012-09-21 14:02 ` [U-Boot] [PATCH v2 " Rob Herring
2012-09-25 23:17 ` Tom Rini
2012-08-23 21:31 ` [U-Boot] [PATCH 2/9] disk/part: check bootable flag for DOS partitions Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 3/9] disk/part: introduce get_device_and_partition Rob Herring
2012-08-23 22:36 ` Stephen Warren
2012-08-24 1:57 ` Rob Herring
2012-08-24 2:51 ` Stephen Warren
2012-09-05 23:53 ` Tom Rini
2012-09-21 14:08 ` [U-Boot] [PATCH v2 " Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 4/9] ext4: remove init_fs/deinit_fs Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 5/9] cmd_extX: use common get_device_and_partition function Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 6/9] cmd_fat: " Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 7/9] cmd_disk: " Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 8/9] cmd_zfs: " Rob Herring
2012-08-23 21:31 ` [U-Boot] [PATCH 9/9] cmd_reiser: " Rob Herring
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=5047E4A1.20005@gmail.com \
--to=robherring2@gmail.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