From: Grant Likely <grant.likely@secretlab.ca>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Second set of miscellaneous patches
Date: Sat, 17 Feb 2007 12:34:48 -0700 [thread overview]
Message-ID: <11717408943704-git-send-email-grant.likely@secretlab.ca> (raw)
Here is another set of miscellaneous patches from my queue. Please comment
and/or merge. These patches can also be pulled from my git tree:
git://git.secretlab.ca/srv/git-trees/public/git/u-boot.git#merge
http://git.secretlab.ca/git/u-boot.git#merge
Patches 1, 2 and 4 are the same as in my previous set, so I haven't resent
them (hence the missing patch numbers)
Patch #3 has been modified based on comments from the mailing list
Patches 5-9 are new.
board/esd/common/auto_update.c | 3 +-
board/mcc200/auto_update.c | 3 +-
board/mpl/mip405/mip405.c | 3 -
board/trab/auto_update.c | 1 -
board/xilinx/ml300/Makefile | 2 +-
board/xilinx/ml300/ml300.c | 2 +-
board/xilinx/ml300/serial.c | 3 +-
board/xilinx/xilinx_enet/emac_adapter.c | 2 +-
board/xilinx/xilinx_enet/xemac.h | 2 +-
board/xilinx/xilinx_enet/xemac_g.c | 2 +-
board/xilinx/xilinx_iic/iic_adapter.c | 2 +-
common/Makefile | 3 +-
common/cmd_ace.c | 267 -------------------------------
common/cmd_ext2.c | 40 +-----
common/cmd_fat.c | 37 +----
common/cmd_ide.c | 16 ++-
common/cmd_mem.c | 65 ++------
common/cmd_reiser.c | 40 +-----
common/cmd_scsi.c | 6 +-
common/cmd_usb.c | 1 +
common/ft_build.c | 6 +-
common/usb_storage.c | 7 +-
cpu/pxa/mmc.c | 4 +-
disk/part.c | 49 ++++++
drivers/Makefile | 2 +-
drivers/systemace.c | 247 ++++++++++++++++++++++++++++
include/common.h | 2 +
include/ide.h | 6 +-
include/part.h | 15 ++-
lib_generic/display_options.c | 70 ++++++++
30 files changed, 439 insertions(+), 469 deletions(-)
next reply other threads:[~2007-02-17 19:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-17 19:34 Grant Likely [this message]
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 3/9] Move buffer print code from md command to common function Grant Likely
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 5/9] Whitespace fixup on common/cmd_ace.c (using Lindent) Grant Likely
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 6/9] Move common/cmd_ace.c to drivers/systemace.c Grant Likely
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 7/9] Replace ace_readw/ace_writeb functions with macros Grant Likely
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 8/9] Add block_write hook to block_dev_desc_t Grant Likely
2007-02-17 19:34 ` [U-Boot-Users] [PATCH 9/9] Use "void *" not "unsigned long *" for block dev read/write buffer pointers Grant Likely
2007-02-26 6:34 ` [U-Boot-Users] Second set of miscellaneous patches Stefan Roese
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=11717408943704-git-send-email-grant.likely@secretlab.ca \
--to=grant.likely@secretlab.ca \
--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