summaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/angstrom-uboot-scripts.bb
AgeCommit message (Collapse)Author
2010-09-08angstrom-uboot-scripts: tweak linuxtagdemo image boot scriptRoger Monk
* Remove beagle detection (until fixed) * Pass camera variable on linux cmdline for LI vga camera * Remove usb fifo fix variable (not needed for later boards and helps reduce bootargs line length) * Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-16u-boot/angstrom-uboot-scripts/beagleboard-test-image: increase ramdiskJason Kridner
* add initramfs image * move to 128MB ramdisk until I can get initramfs working Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-09angstrom-uboot-scripts: debugged beagleboard validation boot/user scriptsJason Kridner
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-05angstrom-uboot-scripts: fixed tests for revisionjkridner@beagleboard.org
Tests in u-boot scripts require the 'test' function. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-03angstrom-uboot-scripts: bump PRKoen Kooi
2010-06-07angstrom-uboot-scripts: Added various resolutionsJason Kridner
Also added a ramdisk configuration with mem= statements.
2010-06-07angstrom-uboot-scripts: Added an EDID read scriptJason Kridner
This is just for example purposes so that it is documented how to read the EDID from within u-boot.
2010-06-06angstrom-uboot-scripts: Used beaglerev variableJason Kridner
Added use of 'beaglerev' into the linuxtagdemo boot scripts.
2010-06-06angstrom-uboot-scripts: Added some new scriptsJason Kridner
esc-sxga.cmd: Simple 1280x1024 setup mtest.cmd: Execute a memory test around the CS0/CS1 boundary ramdisk.cmd: Boot a 32MB ramdisk.gz file system
2010-05-28angstrom-uboot-scripts: Add linuxtag demo with picodlp configRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-27angstrom-uboot-scripts: Change installdir to /boot and rename configsRoger Monk
* Install the scripts into /boot instead of datadir * Install the original .txt's files as well as .scr's so that users can use target mkimage to rebuild/modify/recreate * Rename configs for consistency Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2009-11-02angstrom uboot scripts: change to mem=99M for omap3 since gst-ti is less ↵Koen Kooi
hungry nowadays
2009-09-07angstrom-uboot-scripts: add recipe to generate .scr files easilyKoen Kooi
* the recipe puts them both in deploy and in ${datadir}/u-boot-scripts