summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_2009.03.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
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 Larson1
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 Sledz1
* 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-05u-boot_2009.03: additional image processing for hipox machinesledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* 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-02-11Revert "u-boot_git.bb: Do not apply ↵Koen Kooi1
u-boot-remove-inline-of-weak-functions.patch" The weak inline patch is being applied to machines that already have that in their tree and it isn't boot tested Since bootloaders are critical or machines to work this patch needs to go and is only allowed back after being boot tested on affected machines. This reverts commit 6795b4bf1ed4074fd83703c19828f91492c6507f. This reverts commit 40914431d5c2426945fe5f206d86c99222ace54b.
2010-02-10u-boot: remove 'inline' from functions with weak attribute.Guo Hongruan1
* gcc 4.4 onwards complains about inline qualifier on weak functions. Signed-off-by: Guo Hongruan <camelguo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-02u-boot-2009.03: nor flash layout changed for hipox machineSteffen Sledz1
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-02-01u-boot-2009.03: fix link detection for onboard switch at hipox machineSteffen Sledz1
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2009-04-20u-boot_2009.03: fixes/adds for HIPOX machineSteffen Sledz1
- enable mmu and dcache for faster nand access - fix reset problem in gmac
2009-04-15hipox: HIPOX machine uses u-boot-2009.03 for NOR/NAND combi bootSteffen Sledz1