summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sdcard_image bbclass: increas inode count againKoen Kooi2011-11-051-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone getting started: update to latest gitKoen Kooi2011-11-051-5/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9-image: ship led-configKoen Kooi2011-11-051-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* U-boot 2011.10rc: Refresh PMIC patch with Rev A1 fixesJoel A Fernandes2011-11-042-19/+34
| | | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Acked-by: Tom Rini <trini@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9-image: include bonescript and beaglebone-getting-startedKoen Kooi2011-11-041-1/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone-getting-started: update SRCREV for 8.3 fixesKoen Kooi2011-11-041-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bonescript: add runtime dependency for nodejsKoen Kooi2011-11-041-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: make payload errors non-fatalKoen Kooi2011-11-041-1/+2
|
* sdcard_image bbclass: fix payload logicKoen Kooi2011-11-041-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix-gui-submenus: fix license checksumKoen Kooi2011-11-041-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: add support to copy over payload from rootfs to vfatKoen Kooi2011-11-041-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: add timestamp to image filenameKoen Kooi2011-11-041-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: Fix pmic shut down over USB powerJoel A Fernandes2011-11-042-1/+69
| | | | | | | | | These are some fixes suggested by Jason Kridner to fix the PMIC instabilities we've been seeing over USB power. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Cc: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdimage_class: eliminate 2GB exception for BeagleBoneJason Kridner2011-11-041-2/+1
| | | | | | | | | Gerald has said his supply of 2GB SD cards for BeagleBone has gone away, so we are back to 4GB cards. No more need for this exeption: Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: shrink beaglebone uImage by 584kiBKoen Kooi2011-11-032-149/+118
| | | | | | Turn on "optimize for size", turn off MTD, enable more FS modules Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: add missing panel definitionKoen Kooi2011-11-032-0/+39
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix-gui: include php.ini in SRC_URIKoen Kooi2011-11-031-2/+3
|
* matrix-gui: fix license after php rewriteKoen Kooi2011-11-031-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix-gui 2.0: remove initscript, lighttpd takes care of that nowKoen Kooi2011-11-032-24/+3
| | | | | | Also get rid of browser dependency, it's not needed for the server to work Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix: sync with aragoKoen Kooi2011-11-039-65/+1413
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bonescript: initial addKoen Kooi2011-11-031-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone-getting-started: initial addKoen Kooi2011-11-031-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: More modular and comprehensive defconfig for ↵Joel A Fernandes2011-11-031-28/+94
| | | | | | | | | | | | | | | | | | | | | BeagleBone kernel Networking: CONFIG_NETFILTER=* - were enabled as modules in beagle xM Enabled options for ARP and IP tables as modules for the bone kernel. CONFIG_NET_SCH= - networking schedulers, enabled as modules IR: Infrared and dongle support, enabled as modules. Made RFSwitch subsystem as a module USB: Added support for usb-serial and miscellaneous devices as modules. I also used the kernel .config we used for the -xM for comparison purposes. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: Fix gpio1_6 pinmuxJoel A Fernandes2011-11-032-5/+19
| | | | | | | | This change is required to get GPIO 1_6 working for bone test init purposes These 2 lines were dropped from the original patch. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone-tester: Use optargs instead of ip_method on kernel cmdlineJoel A Fernandes2011-11-031-2/+2
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "matrix: sync with arago"Koen Kooi2011-11-029-1413/+65
| | | | | | No php in meta-oe yet :( This reverts commit 51a7587cde6e7380181907caee86b2cff678f5b6.
* cloud9-image: add screen, git and minicomKoen Kooi2011-11-021-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: tweak loadaddress for faster bootKoen Kooi2011-11-022-1/+51
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* matrix: sync with aragoKoen Kooi2011-11-029-65/+1413
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti335x-psp 3.1: update to latest v3.1-staging branch, fix beaglebone ↵Koen Kooi2011-11-0210-395/+195
| | | | | | ethernet Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: moved to 3.0.8Koen Kooi2011-11-012-5/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: raise number of inodes to avoid out of space errorsKoen Kooi2011-11-011-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.10rc: update SRCREV and rediff patchesKoen Kooi2011-11-0110-216/+58
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: update to match setup-scripts instructionsKoen Kooi2011-11-011-5/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xf86-config: add configs for all SOC_FAMILIESKoen Kooi2011-11-016-1/+146
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9-gfx-image: add image with cloud9 and X11Koen Kooi2011-11-011-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "sdcard_image: align partitions with flash pages"Koen Kooi2011-11-011-3/+3
| | | | | | | | | | | | This has 2 problems: 1) | Warning: partition 1 does not end at a cylinder boundary | | sfdisk: I don't like these partitions - nothing changed. 2) CCCCCCCCC on the beaglebone, the ROM code doesn't accept it after fixing 1) with --force This reverts commit ed09701ebe89d4ce0802cf734aa25c29e94febe8.
* linux-ti335x-psp 3.1: hack in DVI support for beagleboneKoen Kooi2011-11-012-1/+232
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone-tester: Update with latest fixesJoel A Fernandes2011-10-311-2/+2
| | | | | | | | | Fixes: * 100% CPU usage when no test is running * Turn on USB host session before checking for usb-serial device Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netbase: follow oe-core update to 4.46Andreas Müller2011-10-312-0/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp: rebase for 3.1 releaseDenys Dmytriyenko2011-10-2815-1/+1
| | | | | | | * Build-tested on EVM and Bone * No PR bump, PV is enough Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* README: cleanup, mostly typo and long-line fixingDenys Dmytriyenko2011-10-271-8/+7
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sdcard_image: align partitions with flash pagesJason Kridner2011-10-271-3/+3
| | | | | | | | | | | | | | | | | | * Align partitions for SD card performance/wear optimization. For more details, please see: http://sakoman.com/OMAP/a-script-for-partitioningformatting-a-bootable-sdmicrosd-card.html # Modifications to align partitioning by Steve Sakoman # based on work by Arnd Bergmann # Align partitions for SD card performance/wear optimization # FAT partition size is 131072 sectors (64MB) less: # MBR - 1 sector # padding to align to the page size of the underlying flash - 127 sectors # so we start the first partition at sector 128 and make it 131072 - 128 = 130944 sectors # second partition starts at 131072 and continues to fill the card Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: Update to latest, bump PRJoel A Fernandes2011-10-261-2/+2
| | | | | | | | | Added: - Output test status to USB serial port - Made more verbose Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.1rc8: Enable usb-to-serial driversJoel A Fernandes2011-10-262-2/+3
| | | | | | | | | Enable the PL2303 usb-to-serial driver required for serial output from the beaglebone tester. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Acked-by: Jason Kridner <jdk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp: update defconfigs for am335x-evmDenys Dmytriyenko2011-10-266-12/+18
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-hw-bringup-image: don't include speed hacksKoen Kooi2011-10-241-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1rc8: Update to latest SRCREV, add EEPROM patchesJoel A Fernandes2011-10-244-0/+159
| | | | | | | | | | | | * Updated to latest SRCREV and bump PR. Added following patches being submitted to PSP currently: * EEPROM patches required to get EEPROM working correctly on BBB without breaking support for EVM. * omap_mux_init_signal patch to safe guard against incorrectly setting up pinmux. Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sdcard_image bbclass: reinstate uEnv.txt copyingKoen Kooi2011-10-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beaglebone-tester: Update to latest and bump PRJoel A Fernandes2011-10-241-3/+3
| | | | | | | | | | | Added: * PMIC tests * EEPROM tests * Memory tests * GPIO 38 grounding check Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>