aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
AgeCommit message (Collapse)Author
2011-04-29In a large number of patches, remove unneeded '..' in paths.Tom Rini
In most cases we had both ../foopkg/foopkg as the first path and this simply became foopkg (the second path was already correct for the default strip level which is why the patch applies normally). In a few cases the second path was '.' which is valid but not as clear as 'b' (which is what git shows for example) so update that while we're at it. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29u-boot: Add support for am45x-evm machinechase maupin
* Added support for the am45x-evm machine type Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot: Add PSP version for ti816x devices.Siddharth Heroor
* Add TI PSP u-boot version for dm816x/c6a816x/am389x devices. * Based on PSP release 4.00.00.10. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot: BeagleBoard: add rev xM-C detectionJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29u-boot: Add PSP version for am387x-evmChase Maupin
* Add the TI PSP u-boot version for the am387x-evm machine type * Make this version the default preference for ti814x SOC_FAMILY devices. * Based on u-boot recipe from Arago contributed by Nageswari Srinivasan Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29u-boot git: remove duplicate filesdir lineKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot-git: Add omap4430-panda to u-boot git recipeRoger Monk
* Enable u-boot git to build for pandaboard Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2011-04-29dm368-evm: Add configuration for DM368 machinechase maupin
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot.inc: allow variable make targetschase maupin
* Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot git: update beagleboard u-boot to 2011.03-RCKoen Kooi
[Koen 20110317] Removed 0015-omap3_beagle-Switch-default-console-from-ttyS2-to-tt.patch since 2011.03-maintenance is still using the old 2.6.32 kernel for beagleboard Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-25sciphone-g2: Initial support for Sciphone G2 (based on MT6235)Marcin Mielczarczyk
This patch adds Sciphone G2 target to OpenEmbedded environment. It also defines osmocomBB repositories for U-Boot and Linux kernel. Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-19u-boot-2009.03: use AMD fixups for AMIC tooMario Schuknecht
* AMIC flashes are AMD clones and need the same fixups otherwise e.g. the u-boot command saveenv may not work (depending on the sector layout) * patch has been send upstream too: http://patchwork.ozlabs.org/patch/82763/ Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-02-15u-boot 2009.01: Fix 'weak' issuesTom Rini
Based on existing patches for other boards. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-14u-boot: Make sure we use override HOSTCC for env toolsTom Rini
Upstream says that the right way to build a target binary of the env tools is to pass in HOSTCC=your-cross-cc. Bump the PR in u-boot_git.bb to fix as many easily fixable ones as possible, but other platforms may have been shipping bad binaries (since we had skipped testing on this package due to GNU_HASH issues when built for the target). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12u-boot: added 2010.12 recipe (DEFAULT_PREFERENCE = -1)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Add custom fw_env.conf for Visstrim_M10 boards.Javier Martin
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-08u-boot : for omapzoom2/3 and gcc 4.5 the -Os optimisation produces aGraeme Gregory
u-boot which doesnt boot or launch kernel. This makes u-boot a lot slower but as we only see it once on boot this is unimportant in long view so remove the -Os from build. Signed-off-by: Graeme Gregory <dp@xora.org.uk>
2011-02-08u-boot git: add missing patch to beagle. Thanks to Steve K for spotting thatKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-08u-boot git: beagleboard: add more expansionboards and rediff patchesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-31u-boot git: move overo to 2010.12Koen Kooi
* tested on Overo Tide Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-27adb4000.conf: New machine, kernel and u-boot support.Leon Woestenberg
STK ADB4000 is a development board with a SAM9G45 SODIMM CPU module. These patches are from the manufacturer (In-Circuit). Resulting kernel boots on the board. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-25p2020rdb: New Freescale QorQ P2 machine, based on p1020rdb (P1)Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2011-01-24u-boot-sakoman: fix break caused by the new binutilsVíctor Manuel Jáquez Leal
New assemblers need -march=armv7-a+sec on command line or .arch_extension sec inline to enable use of the smc instruction. This patch adds as-instr to check the latter to conditionally enable the former in AFLAGS for files that use smc. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-22u-boot: Fixup mini2440 and the various 'weak' problemsTom Rini
Based on the existing patches for other platforms. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-19u-boot git: enable mux support for craneboardKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-19u-boot git: add patches from am3517-crane to get expansion board detection ↵Koen Kooi
working Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-12u-boot-sakoman: move to 2010.12Koen Kooi
Tested on pandaboard EA1 and A1 ES2.0 boards Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-12-24u-boot: update env for SHR on nokia900 and use better gcc fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-23u-boot_git: add support for nokia900Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-20u-boot_git:add patch for am3517-crane board supportAnil kumar M
* Add support for a am3517-crane machine type for u-boot. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M <anilm@mistralsolutions.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-06u-boot-bug_svn: Change SRC_URI to new location.Stefan Schmidt
The BugLabs SVN got migrated to a new place. The old on is still in read only mode, but will go off soon.
2010-11-27u-boot_git: updated SRC_URI for sheevaplug; moved to newer versionFrans Meulenbroeks
the previous version did not pull any more updated URI to pull from master and used latest SRCREV Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-11-19u-boot_git.bb : update to latest for zoom2/zoom3 machinesGraeme Gregory
2010-11-17u-boot_git: use SOC_FAMILY for omapl devicesChase Maupin
* Use the SOC_FAMILY override for omapl137 and omapl138 based devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-11-06Add Freescale i.MX25 3stack supportMickaël CHAZAUX
This patch adds support for the i.MX25 3Stack platform. It is based on the patches released by Freescale as part of LTIB. EB: linux & u-boot patches are the same as for babbage so use the same name and same checksums. Author: Mickaël CHAZAUX <mchazaux@adeneo-embedded.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06topas910: Add u-boot support.Matthias Günther
Author: Matthias Günther <matgnt@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-10-25u-boot: Add TI 2010.06 PSP 4.00.00.07Roger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-10-17Add u-boot-2009.11 support for AT91SAM9Ulf Samuelsson
Add support for dataflash for SAM9G45/M10 Add support for SD-Card Add mmc/mux command Workaround for problem with UBOOT_VERSION beeing overwritten Add CRC for dataflash environment Add generic function for adding debug variables
2010-10-13u-boot_git: added dont-inline-weak-symbols patch for hawkboardFrans Meulenbroeks
u-boot did not build for hawkboard due weak symbols and inlining. this is a known issue with u-boot 2009.8 and git versions shortly after that added the already existing patch to SRC_URI_hawkboard Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-12u-boot-sakoman: remove autorevKoen Kooi
2010-10-12u-boot-sakoman: fix buildKoen Kooi
2010-10-12u-boot: Add recipe to build from sakoman.com u-boot repositorySteve Sakoman
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-11u-boot: ensure deploy runs before package_stageChris Larson
Without this, whether the u-boot binaries make it into the staging package can vary, causing failures when building u-boot from pstage. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-06u-boot : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-01u-boot-mkimage-sdk: unbork buildChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-01u-boot-mkimage: Add sdk to BBCLASSEXTENDTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-01u-boot 2010.03: add PSP 04.00.00.05 release in preparation for ti816x supportRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-14mpc8544ds: Add this machineTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-04Added Freescale P1020RDB machine and linux-powerpc-fsl-2.6.35.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2010-09-04u-boot: Unbreak u-boot 2009.08 for gcc >= 4.4Michael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>