mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Vicente Bergas <vicencb@gmail.com>
To: barebox@lists.infradead.org
Cc: Vicente Bergas <vicencb@gmail.com>
Subject: [PATCH 0/6] ArchosG9: add keyboard input and new reset menu entries (v2)
Date: Sat, 16 Mar 2013 23:59:36 +0100	[thread overview]
Message-ID: <1363474782-21973-1-git-send-email-vicencb@gmail.com> (raw)

This is the second version of this patch series, it includes all feedback received
which is greatly appreciated.

Vicente Bergas (6):
  OMAP4: check for usb availability at device registration
  ArchosG9: zero all features before setting them
  gpio_keys: detect keys pressed before booting
  OMAP4: add command to select next boot device priority
  ArchosG9: add keyboard input and new reset menu entries
  menu: avoid errors when building submenus

 arch/arm/boards/archosg9/archos_features.c         | 58 +++++------------
 arch/arm/boards/archosg9/board.c                   | 28 +++++++-
 arch/arm/boards/archosg9/env/bin/init              | 28 ++++++++
 arch/arm/boards/archosg9/env/boot/usb-android      |  2 +-
 arch/arm/boards/archosg9/env/boot/usb-linux        |  2 +-
 arch/arm/boards/archosg9/env/menu/mainmenu         | 25 ++++++++
 arch/arm/boards/at91sam9m10ihd/env/boot/android    |  2 +-
 arch/arm/boards/at91sam9m10ihd/env/boot/mmc        |  2 +-
 arch/arm/boards/at91sam9m10ihd/env/boot/net        |  2 +-
 arch/arm/boards/at91sam9m10ihd/env/boot/net-usb    |  2 +-
 arch/arm/boards/beagle/env/boot/mmc                |  2 +-
 arch/arm/boards/beagle/env/boot/nand-ubi           |  2 +-
 arch/arm/boards/beagle/env/boot/nand-ubi-dt        |  2 +-
 arch/arm/boards/beaglebone/env/boot/sd             |  2 +-
 arch/arm/boards/clep7212/env/boot/nor              |  2 +-
 .../boards/crystalfontz-cfa10036/env/boot/mmc-ext3 |  2 +-
 .../boards/efika-mx-smartbook/env/boot/hd-internal |  2 +-
 .../boards/efika-mx-smartbook/env/boot/mmc-left    |  2 +-
 arch/arm/boards/guf-vincell/env/boot/nand-ubi      |  2 +-
 arch/arm/boards/karo-tx25/env/boot/nand-ubi        |  2 +-
 arch/arm/boards/panda/env/boot/mmc                 |  2 +-
 arch/arm/boards/pcm037/env/boot/nand-ubi           |  2 +-
 arch/arm/boards/pcm038/env/boot/nand-ubi           |  2 +-
 arch/arm/boards/pcm043/env/boot/nand-ubi           |  2 +-
 arch/arm/boards/pcm051/env/boot/sd                 |  2 +-
 arch/arm/boards/telit-evk-pro3/env/boot/nand-ubi   |  2 +-
 arch/arm/configs/archosg9_defconfig                | 11 ++--
 arch/arm/mach-omap/include/mach/omap4-silicon.h    | 20 ++++++
 arch/arm/mach-omap/omap4_generic.c                 | 20 ++++++
 commands/Kconfig                                   |  5 ++
 commands/Makefile                                  |  1 +
 commands/boot_order.c                              | 75 ++++++++++++++++++++++
 defaultenv-2/base/boot/net                         |  2 +-
 defaultenv-2/base/data/boot-template               |  2 +-
 defaultenv-2/menu/menu/boot-entries-collect        |  4 +-
 defaultenv-2/menu/menu/boot-entries-edit           |  2 +-
 defaultenv-2/menu/menu/boot-entries-remove         |  2 +-
 defaultenv-2/menu/menu/boot-menu-add-entry         |  6 +-
 defaultenv-2/menu/menu/mainmenu                    |  2 +-
 drivers/input/gpio_keys.c                          |  2 +
 drivers/serial/serial_omap4_usbboot.c              |  2 -
 41 files changed, 258 insertions(+), 81 deletions(-)
 create mode 100644 arch/arm/boards/archosg9/env/bin/init
 create mode 100644 arch/arm/boards/archosg9/env/menu/mainmenu
 create mode 100644 commands/boot_order.c

-- 
1.8.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-03-16 23:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-16 22:59 Vicente Bergas [this message]
2013-03-16 22:59 ` [PATCH 1/6] OMAP4: check for usb availability at device registration Vicente Bergas
2013-03-16 22:59 ` [PATCH 2/6] ArchosG9: zero all features before setting them Vicente Bergas
2013-03-16 22:59 ` [PATCH 3/6] gpio_keys: detect keys pressed before booting Vicente Bergas
2013-03-16 22:59 ` [PATCH 4/6] OMAP4: add command to select next boot device priority Vicente Bergas
2013-03-25  9:36   ` Sascha Hauer
2013-03-16 22:59 ` [PATCH 5/6] ArchosG9: add keyboard input and new reset menu entries Vicente Bergas
2013-03-16 22:59 ` [PATCH 6/6] menu: avoid errors when building submenus Vicente Bergas
2013-03-25  9:39 ` [PATCH 0/6] ArchosG9: add keyboard input and new reset menu entries (v2) Sascha Hauer
2013-03-25 13:56   ` vj

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=1363474782-21973-1-git-send-email-vicencb@gmail.com \
    --to=vicencb@gmail.com \
    --cc=barebox@lists.infradead.org \
    /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