[U-Boot] [PATCH 0/7] When building u-boot for a Sheevaplug and a Dreamplug, I noticed that

Quentin Armitage quentin at armitage.org.uk
Wed Oct 28 01:47:14 CET 2015


the commands available were not consistent. Particularly important
was the omission of support for the ext4 commands on the Dreamplug.

This series of patches starts by making the available commands (excluding
flash related commands) consistent across the Sheevaplug, Guruplug and
Dreamplug. After this patch, the remaining changes don't alter the code
produced, but fixes a few anomalies and streamlines the configuration.

Some commands are able to be configured in the .config file, and if
they are also defined in the include/configs/*plug.h files, it causes
compiler warnings. Moving the definition into the configs/*plug_defconfig
files resolves this.

Some more streaminging of the include/configs/*plug.h files is finally
followed by moving all the common definitions into mv-plug-common.h,
which is then included from the include/configs/*plug.h files. This
should make it easier to maintain consistency of the configurations
for the different plug computers.

I have tested the generated u-boots on a Sheevaplug and a Dreamplug,
put I don't have a Guruplug to be able to test on.


Quentin Armitage (7):
  kirkwood: standardise the configuration
  kirkwood: Remove duplicate definition of CONFIG_CMD_FAT
  kirkwood: Move configuration of some commands to _defconfig files
  kirkwood: Use common definition for filesystems
  kirkwood: Align configuration files
  kirkwood: Remove duplicate definition from dreamplug.h
  kirkwood: Move common definitions into common file

 configs/dreamplug_defconfig      |    5 +++
 configs/guruplug_defconfig       |    5 +++
 configs/sheevaplug_defconfig     |    5 +++
 include/configs/dreamplug.h      |   34 ++------------------
 include/configs/guruplug.h       |   52 ++----------------------------
 include/configs/mv-plug-common.h |   64 ++++++++++++++++++++++++++++++++++++++
 include/configs/sheevaplug.h     |   49 +++-------------------------
 7 files changed, 92 insertions(+), 122 deletions(-)
 create mode 100644 include/configs/mv-plug-common.h

-- 
1.7.7.6



More information about the U-Boot mailing list