Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/9] Olimex A20 OlinuXino updates
@ 2016-02-23  0:24 Luca Ceresoli
  2016-02-23  0:24 ` [Buildroot] [PATCH 1/9] olimex/a20_olinuxino: update readme.txt with lime2 info Luca Ceresoli
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Luca Ceresoli @ 2016-02-23  0:24 UTC (permalink / raw)
  To: buildroot

Hi,

here's a series of updates to the Olimex OlinuXino A20 board support
in Buildroot.

Patches 1 and 5 are just cleanups.

Patches 2-4 revive the -MICRO board by upgrading the kernel and U-Boot
and enabling DHCP autoconfiguration.

Patch 6 enables genimage to generate an SD card image. It also
documents how to write the SD, but the old, manual SD writing
instructions are not removed since they are still needed for the -LIME
and -LIME2 boards.

Everything up to here is build- and run-time tested. Following patches
are build-tested only since I don't own these boards.

Patches 7 and 8 enable genimage for the other two boards, and patch 9
removes the manual SD card writing instructions.

Francois, Jan, or anybody having acces to these boards, if you could
test patches 7 and 8 report whether they work, you would help in
making simpler and more uniform the support for the whole family of
boards. Thanks!

Luca


Luca Ceresoli (9):
  olimex/a20_olinuxino: update readme.txt with lime2 info
  olimex_a20_olinuxino_micro: bump linux to 4.4.2
  olimex_a20_olinuxino_micro: bump u-boot to 2016.01
  olimex_a20_olinuxino_micro: initialize the network with DHCP
  olimex_a20_olinuxino_micro: remove redundant defconfig lines
  olimex_a20_olinuxino_micro: update to use genimage
  olimex_a20_olinuxino_lime: update to use genimage
  olimex_a20_olinuxino_lime2: update to use genimage
  olimex_a20_olinuxino_*: remove old SD writing instructions

 board/olimex/a20_olinuxino/genimage.cfg          | 16 +++++++
 board/olimex/a20_olinuxino/post-image.sh         | 16 +++++++
 board/olimex/a20_olinuxino/readme.txt            | 56 ++++--------------------
 configs/olimex_a20_olinuxino_lime2_defconfig     |  2 +
 configs/olimex_a20_olinuxino_lime_defconfig      |  2 +
 configs/olimex_a20_olinuxino_lime_mali_defconfig |  2 +
 configs/olimex_a20_olinuxino_micro_defconfig     | 16 +++----
 7 files changed, 54 insertions(+), 56 deletions(-)
 create mode 100644 board/olimex/a20_olinuxino/genimage.cfg
 create mode 100755 board/olimex/a20_olinuxino/post-image.sh

-- 
1.9.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-02-24 22:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23  0:24 [Buildroot] [PATCH 0/9] Olimex A20 OlinuXino updates Luca Ceresoli
2016-02-23  0:24 ` [Buildroot] [PATCH 1/9] olimex/a20_olinuxino: update readme.txt with lime2 info Luca Ceresoli
2016-02-24 20:40   ` Peter Korsgaard
2016-02-23  0:24 ` [Buildroot] [PATCH 2/9] olimex_a20_olinuxino_micro: bump linux to 4.4.2 Luca Ceresoli
2016-02-24 20:42   ` Peter Korsgaard
2016-02-23  0:24 ` [Buildroot] [PATCH 3/9] olimex_a20_olinuxino_micro: bump u-boot to 2016.01 Luca Ceresoli
2016-02-24 20:43   ` Peter Korsgaard
2016-02-23  0:24 ` [Buildroot] [PATCH 4/9] olimex_a20_olinuxino_micro: initialize the network with DHCP Luca Ceresoli
2016-02-24 20:43   ` Peter Korsgaard
2016-02-23  0:24 ` [Buildroot] [PATCH 5/9] olimex_a20_olinuxino_micro: remove redundant defconfig lines Luca Ceresoli
2016-02-24 20:47   ` Peter Korsgaard
2016-02-23  0:24 ` [Buildroot] [PATCH 6/9] olimex_a20_olinuxino_micro: update to use genimage Luca Ceresoli
2016-02-24 20:51   ` Peter Korsgaard
2016-02-24 22:39     ` Luca Ceresoli
2016-02-24 22:42       ` Peter Korsgaard
2016-02-23  0:24 ` [Buildroot] [PATCH 7/9] olimex_a20_olinuxino_lime: " Luca Ceresoli
2016-02-24 17:41   ` François Perrad
2016-02-23  0:24 ` [Buildroot] [PATCH 8/9] olimex_a20_olinuxino_lime2: " Luca Ceresoli
2016-02-23  0:24 ` [Buildroot] [PATCH 9/9] olimex_a20_olinuxino_*: remove old SD writing instructions Luca Ceresoli
2016-02-23 17:59 ` [Buildroot] [PATCH 0/9] Olimex A20 OlinuXino updates François Perrad
2016-02-24 22:46   ` Peter Korsgaard
2016-02-24 22:45 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox