aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
AgeCommit message (Collapse)Author
2010-08-06u-boot: calamari: moved to 2010.06 versionFrans Meulenbroeks
all changes are calamari specific moved to 2010.06 version made sure all u-boot variants are build and deployed (for nor/nand/sd/spi) removed the patches that have been merged upstream removed a stale file that was not used: buggy-gcc-really-no-spe.patch added patch to increase sd card timeout Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-05u-boot: fix beagle patch namesKoen Kooi
2010-08-05u-boot: beagleboard: default 3MP camera supportjkridner@beagleboard.org
This turns on the pull-ups so that the I2C will work by default as well as sets the default camera type. Currently, the kernel cannot probe for I2C devices, but that should be the long term fix. We put the change here into the default environment, instead of the boot.scr, such that there won't be a need to update your boot.scr in the future for the default camera if we ever get the kernel fixed to probe for I2C devcies. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-04u-boot-xilinx: uboot for xilinx virtex4 virtex5 targetsAdrian Alonso
* u-boot for xilinx platforms virtex4, virtex5 based * Inherits xilinx-bsp.bbclass for passing xparameters header file from hardware reference design project to match hardware/software model * v2 reorder patch set Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-24u-boot git: sync i2c and button patch with ↵Koen Kooi
http://gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723 u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
2010-07-19remove dm3730-am3715-evm machine type referencesChase Maupin
* Removed references to the dm3730-am3715-evm machine type and replaced with dm37x-evm and am37x-evm machine types. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-14Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-14u-boot: switch lite5200 to current u-boot and drop u-boot 2010.03 which had ↵Dmitry Eremin-Solenikov
no other users Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-14u-boot: add a recipe for fresh release of u-boot. Also make it default for ↵Dmitry Eremin-Solenikov
tqm8540 board Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-13u-boot_git: Change default console for OMAP3EVMRoger Monk
* Change ttyS2 -> ttyS0 * bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01uboot: Remove early (alpha) am3517 u-boot patchesRoger Monk
* Not required now Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01u-boot_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06Roger Monk
* Update to head of 3.01.00.06 TI u-boot git trees (v2009.11) * Update omap3evm, dm3730-am3715-evm, am3517-evm Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-25u-boot git: remove ramdisk and user button patches that don't work on revB ↵Koen Kooi
and revC beagles
2010-06-20u-boot_2010.03: set as default for lite5200Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-20u-boot: add 2010.03 versionDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-16u-boot_git: Cleanup and refresh bug20 patch.Stefan Schmidt
Thanks to Jens Seidel for spotting.
2010-06-11u-boot_git: Add patch for BUG20 HDMI video setting. Bump PR.Stefan Schmidt
2010-06-06u-boot git: update beagleboard patchesJason Kridner
2010-06-04u-boot git: update beagleboard patchesKoen Kooi
2010-06-02u-boot_git: Add bug20 supportStefan Schmidt
2010-05-31u-boot git: add patch to power on USB on beagleboard xM rev AKoen Kooi
2010-05-28u-boot: Install UBOOT_BINARY in /boot, add package for -fw-utilsRoger Monk
* Drop binary in target /boot folder to allow compatible set of boot files to be installed in target image alongside kernel, etc * Create new package for the firmware utils * Bump PR Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25u-boot-2009.03: abortboot behaviour changed for hipox machineSteffen Sledz
* ignore all chars sent before boot prompt * accept only '.' to abort boot Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-05-24u-boot-mkimage: fix target buildKoen Kooi
2010-05-20u-boot-mkimage: convert to new style staging and bbclassextendKoen Kooi
2010-05-11u-boot-1.3.2: Fix compilation with gcc 4.4 for mpc8313e-rdb/ppcKhem Raj
* Fix the linker script to allocate all .rodata section variants gcc-4.4 generated rodata sections with alignment 1 as .rodata1.1 and linker script did not allocate it as a result it got default adress and create a large hole. So when it came to objcopy converting to srec format it kept on filling the gap with 0xff and virtually ran the build box out of memory. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-05u-boot_2009.03: additional image processing for hipox machinesledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-03u-boot git: update beagleboard patches, rebase onto denx gitKoen Kooi
2010-04-30u-boot git: update beagleboard patchsetKoen Kooi
2010-04-27u-boot git: update beagleboard patchset to match ↵Koen Kooi
http://gitorious.org/beagleboard-validation/u-boot/commits/xm
2010-04-16u-boot: update DaVinci platforms, fix some wrong PVsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-04-16u-boot_git: Add dm3730-am3715-evm u-boot supportChase Maupin
* Added support for the dm3730-am3715-evm machine type to obtain the u-boot source from the PSP repository. * Set SRCREV for the dm3730-am3715-evm machine type to the 03.00.00.05 PSP version. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-14u-boot git: update beagleboard patchesKoen Kooi
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12u-boot git: refresh leopardboard supportKoen Kooi
2010-04-12u-boot: Update da830/da850-omapl138 targets to use latest 2009.11Roger Monk
* Switch to arago/projects instead of arago/people Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-30uboot git: update beagleboardKoen Kooi
2010-03-22u-boot_git.bb: add xilinx ml507 supportAdrian Alonso
* Based on xilinx official repos * If a hardware project dir is set in local.conf XILINX_BSP_PATH * it will over write xparameters header and append some canonical * definitions. It also install u-boot elf executable for bare metal * execution, early development stages. Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-22u-boot: update LICENSE to more specific GPLv2Denys Dmytriyenko
There are parts of U-Boot that are GPLv2 and GPLv2+ (version 2 or later) Also, U-Boot's author Wolfgang Denk is planning to switch to GPLv3+ Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-19u-boot_git: Added support for OMAPZoom36xGeetha T
2010-03-17Add Freescale mpc8641_hpcn demo boardMartyn Welch
A demo board from Freescale, based on the MPC8641D Freescale SOC. Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-03-15Add Freescale P2020DS Demo BoardMartyn Welch
This patch adds the Freescale P2020DS demo board, which is based on the p2020 SOC. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Philip Balister <philip@balister.org>
2010-03-01u-boot: removed environment patchesFrans Meulenbroeks
removed 0006-cmd_itest.c-also-support-environment-variables-as-a.patch this one was rejected upstream as the functionality was already in hush reworked 0007-cmd_setexpr-allow-memory-addresses-and-env-vars-in-e.patch the setenv part was rejected upstream as the functionality was already in hush took that part out of the patch. u-boot-git.bb: bumped PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-26u-boot git: add patch to fix Cortex-A8 erratum 725233 for beagleboardKoen Kooi
2010-02-25u-boot git: updated calamari SRCREV, add new functionalityFrans Meulenbroeks
Ths commit is for calamari (MPC8636DS) only. It moves to the head of the mpc85xx git I also added several patches. These provide additional functionality w.r.t. expression handling, As they are not calamari specific I've put them in the u-boot-git directory. I did not want to apply them right away as I am not sure if they apply to all the various SRCREVs that are build with this recipe and I did want to break someone else's u-boot. The patches are also submitted upstream Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>