
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(-)