I have made the following changes intended for : CE:Adaptation:PandaBoard / u-boot-omap4panda
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7787 Thank You, Simonas [This message was auto-generated] --- Request # 7787: Messages from BOSS: State: review at 2013-01-31T23:47:50 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sledge:branches:CE:Adaptation:PandaBoard / u-boot-omap4panda -> CE:Adaptation:PandaBoard / u-boot-omap4panda changes files: -------------- --- u-boot-omap4panda.changes +++ u-boot-omap4panda.changes @@ -0,0 +1,4 @@ +* Thu Jan 31 2013 Simonas Leleiva <[email protected]> - 2012.04 +- Downgrade to Linaro 2012.04 from TI Ubuntu's PPA +- It enables running 3.4.27 (upgraded) kernel (Ubuntu is shipped with this combo, too) + old: ---- u-boot-2012.07.tar.bz2 new: ---- u-boot-linaro_2012.04.2+6514+45+201207191704~precise1.tar.gz spec files: ----------- --- u-boot-omap4panda.spec +++ u-boot-omap4panda.spec @@ -6,16 +6,19 @@ Name: u-boot-omap4panda # >> macros +# root_tarball_dir is the root dir of the source tarball. Needs renaming, +# because u-boot does not compile with symbols in pathname: {, }, :, + +%define root_tarball_dir recipe-{debupstream}+{revno}+{revno:packaging}+201207191704 # << macros Summary: The u-boot firmware for the omap4_panda ARM platform -Version: 2012.07 +Version: 2012.04 Release: 1 Group: System/Boot License: GPL ExclusiveArch: %{arm} -URL: http://www.denx.de/wiki/U-Boot -Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +URL: https://launchpad.net/~tiomap-dev +Source0: https://launchpad.net/~tiomap-dev/+archive/release/+files/u-boot-linaro_2012.04.2+6514+45+201207191704~precise1.tar.gz Source1: u-boot-scr-pandaboard.txt Source100: u-boot-omap4panda.yaml @@ -47,21 +50,25 @@ %prep -%setup -q -n u-boot-%{version} - +%setup -q -n %{root_tarball_dir} # >> setup # << setup %build # >> build pre +cd .. +mv %{root_tarball_dir} u-boot-%{version} +cd u-boot-%{version} # << build pre - # >> build post make omap4_panda_config make all make env +cd .. +mv u-boot-%{version} %{root_tarball_dir} +cd %{root_tarball_dir} # << build post %install other changes: -------------- ++++++ u-boot-linaro_2012.04.2+6514+45+201207191704~precise1.tar.gz (new) ++++++ u-boot-omap4panda.yaml --- u-boot-omap4panda.yaml +++ u-boot-omap4panda.yaml @@ -1,17 +1,18 @@ Name: u-boot-omap4panda Summary: The u-boot firmware for the omap4_panda ARM platform -Version: 2012.07 +Version: 2012.04 Release: 1 Group: System/Boot License: GPL -URL: http://www.denx.de/wiki/U-Boot +URL: https://launchpad.net/~tiomap-dev Sources: - - ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 + - https://launchpad.net/~tiomap-dev/+archive/release/+files/u-boot-linaro_2012.04.2+6514+45+201207191704~precise1.tar.gz - u-boot-scr-pandaboard.txt Description: | Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. This package contains the firmware for the omap4_panda ARM platform. +SetupOptions: "-q -n %{root_tarball_dir}" Configure: none Builder: none ExclusiveArch: "%{arm}" ++++++ u-boot-scr-pandaboard.txt --- u-boot-scr-pandaboard.txt +++ u-boot-scr-pandaboard.txt @@ -3,10 +3,14 @@ # MMC partition is mmc0 partition2 setenv mmcroot /dev/mmcblk0p2 rw # we'd like to move to btrfs at some point ahead +# successful tests were conducted with ext4 off a USB HDD, too setenv mmcrootfstype ext3 rootwait rootflags=barrier=1 +set mem 1G@0x80000000 +set vram 40M + # setup the bootargs -setenv bootargs console=${console} root=${mmcroot} rootfstype=${mmcrootfstype} earlyprintk vram=32M +setenv bootargs console=${console} root=${mmcroot} rootfstype=${mmcrootfstype} mem=${mem} vram=${vram} # lets now execute if run loaduimage; then bootm; fi; ++++++ deleted files: --- u-boot-2012.07.tar.bz2
