[Buildroot] [PATCH 0/2] Odroid XU4 support

Andi Shyti andi.shyti at gmail.com
Sun Jun 26 14:07:40 UTC 2016


Hi,

this patchset adds support for the Odroid XU4 board.

The first patch adds the first two stages of boot firmare and the
trust zone, necessary to boot the device.

While the second patch adds the actual support of the board.

Andi

Andi Shyti (2):
  package: add Odroid BL bootloader binaries
  board: add support for the Odroid XU4 board

 board/odroid-xu4/boot.cmd            |  10 +++
 board/odroid-xu4/readme.txt          | 165 +++++++++++++++++++++++++++++++++++
 configs/odroid-xu4_defconfig         |  10 +++
 package/Config.in                    |   1 +
 package/odroid-xu-bl/Config.in       |   6 ++
 package/odroid-xu-bl/odroid-xu-bl.mk |  18 ++++
 6 files changed, 210 insertions(+)
 create mode 100644 board/odroid-xu4/boot.cmd
 create mode 100644 board/odroid-xu4/readme.txt
 create mode 100644 configs/odroid-xu4_defconfig
 create mode 100644 package/odroid-xu-bl/Config.in
 create mode 100644 package/odroid-xu-bl/odroid-xu-bl.mk

-- 
2.8.1



More information about the buildroot mailing list