[yocto] [meta-raspberrypi][PATCH 0/9] U-boot integration - first stage

Andrei Gherzan andrei at gherzan.ro
Sat Jan 25 02:56:52 PST 2014


At this stage uboot is not usable as somehow - don't know why yet - I can't
read uImage from sdcard. Seems to be something related to the uboot sdhci
driver. If anybody knows/suspects where the issue might be, please hit me a
reply.

Andrei Gherzan (9):
  bcm2835-bootfiles: Use deploy as it should be used
  rpi-config: Use deploy as it should be used
  rpi-default-providers: Use u-boot-rpi as u-boot provider
  rpi-default-providers: Move PREFERRED_VERSIONs to
    rpi-default-versions.inc
  raspberrypi.conf: Let KERNEL_IMAGETYPE be modified
  sdcard_image-rpi: Add support for u-boot and uImage
  README: Add info about U-Boot support
  u-boot-rpi: Integrate package
  rpi-mkimage: Integrate package

 README                                             |  9 +++
 classes/sdcard_image-rpi.bbclass                   | 11 ++-
 conf/machine/include/rpi-default-providers.inc     |  4 +-
 conf/machine/include/rpi-default-versions.inc      |  1 +
 conf/machine/raspberrypi.conf                      |  2 +-
 recipes-bcm/bcm2835/bcm2835_1.34.bb                | 41 ----------
 recipes-bcm/bcm2835/bcm2835_1.36.bb                | 41 ++++++++++
 recipes-bcm/bootfiles/bcm2835-bootfiles.bb         | 34 +++++----
 recipes-bcm/bootfiles/rpi-config_git.bb            | 87 ++++++++++++----------
 recipes-bsp/rpi-mkimage/rpi-mkimage/License        | 25 +++++++
 .../open-files-relative-to-script.patch            | 17 +++++
 recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb         | 22 ++++++
 recipes-bsp/u-boot/u-boot-rpi_git.bb               | 29 ++++++++
 .../packagegroups/packagegroup-rpi-test.bb         |  4 +-
 recipes-devtools/python/rpi-gpio_0.5.3a.bb         | 20 -----
 recipes-devtools/python/rpi-gpio_0.5.4.bb          | 19 +++++
 ...nd-headers-from-ffmpeg-are-installed-in-u.patch | 24 +++---
 .../omxplayer/fix-tar-command-with-DIST.patch      | 18 +++++
 recipes-multimedia/omxplayer/omxplayer_git.bb      | 10 ++-
 19 files changed, 279 insertions(+), 139 deletions(-)
 delete mode 100644 recipes-bcm/bcm2835/bcm2835_1.34.bb
 create mode 100644 recipes-bcm/bcm2835/bcm2835_1.36.bb
 create mode 100644 recipes-bsp/rpi-mkimage/rpi-mkimage/License
 create mode 100644 recipes-bsp/rpi-mkimage/rpi-mkimage/open-files-relative-to-script.patch
 create mode 100644 recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
 create mode 100644 recipes-bsp/u-boot/u-boot-rpi_git.bb
 delete mode 100644 recipes-devtools/python/rpi-gpio_0.5.3a.bb
 create mode 100644 recipes-devtools/python/rpi-gpio_0.5.4.bb
 create mode 100644 recipes-multimedia/omxplayer/omxplayer/fix-tar-command-with-DIST.patch

--
1.8.1.4




More information about the yocto mailing list