sdcard_image: align partitions with flash pages
* 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>
* 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 PR
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>
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 drivers
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>
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-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
ti-hw-bringup-image: don't include speed hacks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: Update to latest SRCREV, add EEPROM patches
* 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>
* 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 copying
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
beaglebone-tester: Update to latest and bump PR
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>
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>
linux-ti335x-psp 3.1rc8: tree has been rebased, fix SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: use LZO compression for beaglebone to squeeze out some more ms for faster boot
make sure to have 'lzop' installed, no native recipe for that yet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
make sure to have 'lzop' installed, no native recipe for that yet
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard image bbclass: don't copy uEnv.txt for the time being
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
cloud9 image: also ship vimrc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
signgp: Point S to WORKDIR
This helps in bitbake finding the license files etc.
correctly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This helps in bitbake finding the license files etc.
correctly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: Read EEPROM header correctly for BeagleBone board detection
This patch fixes the case where the EEPROM is programmed but we still use the
fall back case to detect the bone board. Now that EEPROMs are programmed, we should
correctly detect the bone board instead of relying on fall back to bone mode.
PR bumped
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This patch fixes the case where the EEPROM is programmed but we still use the
fall back case to detect the bone board. Now that EEPROMs are programmed, we should
correctly detect the bone board instead of relying on fall back to bone mode.
PR bumped
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
gadget-init: adjust to latest 335x kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: include latest MUSB code, remove machine ID patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: remove beaglebone machine ID patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
omap3-sgx-modules: use MACHINE_KERNEL_PR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
gadget-init: add in latest batch of workarounds
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: remove MUSB probe order for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
uboot 2011.10rc: rediff RO patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix: sync with arago-next
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: update to the latest revision
Updated to latest version to pick up the following changes:
* 9158d7f am335x: Really correct NAND partiton layout
* 4723773 am335x: Wrap spl_board_init in a CONFIG_SPL_BOARD_INIT check
* 40c310c Change CPU to 720MHz and bump VDD1 to 1.26V
* 9c154ee Add missing i2c0 pin mux configuration in spl_board_init
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Updated to latest version to pick up the following changes:
* 9158d7f am335x: Really correct NAND partiton layout
* 4723773 am335x: Wrap spl_board_init in a CONFIG_SPL_BOARD_INIT check
* 40c310c Change CPU to 720MHz and bump VDD1 to 1.26V
* 9c154ee Add missing i2c0 pin mux configuration in spl_board_init
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
libgles-omap3: adjust INSANE_SKIP to match the new format
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: refresh all patches against 3.0.7
This makes 'git am' work again, patch is more forgiving with fuzz.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This makes 'git am' work again, patch is more forgiving with fuzz.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
README: update
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: only use one config for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
multi-kernel: the fetcher doesn't support dotfiles anymore, so get rid of the dot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
beaglebone-tester: Update to latest and bump PR
* Remove usb gadget modules in advance before running the tests
* Merge Koen's patch - check for command line argument using systemd (hardware tests trigger)
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Remove usb gadget modules in advance before running the tests
* Merge Koen's patch - check for command line argument using systemd (hardware tests trigger)
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bblass: set beaglebone VFAT label to 'BEAGLE_BONE'
sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot
Fixed a bug where the U-boot environment files are not copied to the boot partition if they
were installed in /boot by other recipes.
We should copy the uEnv.txt and user.txt always without placing a condition for the presence
of anything else in /boot. This is the original behavior of sdcard_image before the recent
wave of changes to it.
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Fixed a bug where the U-boot environment files are not copied to the boot partition if they
were installed in /boot by other recipes.
We should copy the uEnv.txt and user.txt always without placing a condition for the presence
of anything else in /boot. This is the original behavior of sdcard_image before the recent
wave of changes to it.
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: Add pin mux and init for beaglebone specific devices
Updated the USER LED patch to include BeagleBone tester specific initialization/code.
Build and run time tested.
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Updated the USER LED patch to include BeagleBone tester specific initialization/code.
Build and run time tested.
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-hw-bringup-image: ship musb workaround
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: update with latest rev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: bump SRCREV, enable RTC for bone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pin
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: update with latest rev and new SRC_URI
* Tree moved to arago-project.org
* Remove i2c releated voltage change writes that were a nop
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Tree moved to arago-project.org
* Remove i2c releated voltage change writes that were a nop
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: move to 3.0.7
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti335x-psp 3.1rc8: add proper machine ID for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: make uboot pass beaglebone machine ID when encountering a valid bone eeprom ID
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bbclass: make VFAT partition name overridable
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
gadget-init: fix target in the unit files
This only caused issues when manually systemctl disabling and enabling them
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This only caused issues when manually systemctl disabling and enabling them
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: fix USB regression for beaglebone, don't disable DEBUGSS clocks on boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
gadget-init: add ugly, ugly hack to make USB work on ti33x boards
This is NOT suitable for customers or production.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This is NOT suitable for customers or production.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot-2011.10rc: update to cover ti33x SOC boards, not just beaglebone
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-am335x-joel: delete, superseded by linux-ti33x-psp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
beaglebone: move to linux-ti33x-psp kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp 3.1rc8: sync defconfig with linux-am335x-joel recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
beaglebone: use proper SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
am335x-evm: fix XSERVER content
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
am335x-evm: add machine config with corresponding ti33x SOC_FAMILY
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-ti33x-psp: add TI33x PSP kernel with am335x-evm configs
New proper ti33x SOC_FAMILY
Use linux-am33x PSP repository on Arago, aligned with AM-SDK
Use tipspkernel DISTRO_FEATURE to opt out of additional patches over PSP
Original LED patch from Koen was massaged to apply on top
Beaglebone defconfig is from Joel's kernel
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
New proper ti33x SOC_FAMILY
Use linux-am33x PSP repository on Arago, aligned with AM-SDK
Use tipspkernel DISTRO_FEATURE to opt out of additional patches over PSP
Original LED patch from Koen was massaged to apply on top
Beaglebone defconfig is from Joel's kernel
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-omap: remove unused .inc files
Those were ported from Arago, but never used in meta-ti
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Those were ported from Arago, but never used in meta-ti
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: move to latest rev, disable d-cache
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix-gui: add missing service file, as spotted by Roger Monk
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-am335x-joel 3.1: lower gadget power budget, enable usb-test and uas
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot: switch beagleboard and beaglebone to RO rootfs at boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bbclass: default to 4GiB, but use 2GiB for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-am335x-joel: Enable g_file_storage kernel module
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bbclass: move back to 2GB images, clarify LOOPDEV* usage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
cloud9-image: add beaglebone-tester app
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
beaglebone-tester: A component-based test framework for BeagleBone
Test scripts to be integrated into BeagleBone hardware testing images
and run automatically during boot time to determine if all hardware
components are working correctly.
Auto tests controllable from uEnv.txt which is auto deleted on a test success.
For future use, the individual scripts can be run from /var/lib/bone-tester/component
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Test scripts to be integrated into BeagleBone hardware testing images
and run automatically during boot time to determine if all hardware
components are working correctly.
Auto tests controllable from uEnv.txt which is auto deleted on a test success.
For future use, the individual scripts can be run from /var/lib/bone-tester/component
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix: merge changes from arago/next/fa8563ae1238c38c779226ebed375c61560c647e
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-hw-bringup-image: Add kernel-modules package
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-hw-bringup-image: switch to task-ti-test
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
task-ti-test: clean up machine specific bits, inherit allarch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: raise bootdelay to 1 for the time being
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2010rc: switch to Toms latest branch, rediff env patches
This fixes the boot slowdown regression
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This fixes the boot slowdown regression
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bblass: all machines load from ext2/ext3 now, remove uImage copying
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-hw-bringup-image: add systemd-speed-hacks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
cloud9-image: add vim and procps
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.10rc: update to latest Joel, rebase Jasons patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
cloud9-image: add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
matrix 2.0: first round of fixes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Matrix 2.0: initial add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: add support for loopthrough expansion boards like the uLCD-lite
also add led driver for the beacon board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
also add led driver for the beacon board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.09: add support for loop-through expansion boards on beagle and switch to ttyO2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.09: switch to proper 2011.09 tag and add support for TCT beaconboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-am335x-joel 3.1rc: disable debug options like lockdep, switch to thumb2
Original: 3.7M /boot/uImage-3.1.0-rc3+
no debug: 3.4M /boot/uImage-3.1.0-rc3+
thumb2: 3.2M /boot/uImage-3.1.0-rc3+
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Original: 3.7M /boot/uImage-3.1.0-rc3+
no debug: 3.4M /boot/uImage-3.1.0-rc3+
thumb2: 3.2M /boot/uImage-3.1.0-rc3+
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-hw-bringup-image: adjust to new task-boot and task-basic in meta-oe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.09: probe ddc bus for eeproms as well on beagleboard, add beaconboard support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot 2011.09+git: Add Jasons patches to clean up default environment for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
add beaglebone machine config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-am335x-joel 3.1rc: initial add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot: add 2011.09+git for beaglebone 1st and 2nd stage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: disable prempt for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux 3.0: rebase from 3.0.4 to 3.0.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image bbclass: make it work with older losetup versions among other things
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
classes: sdcardimage: move to 4GiB image
The card image size should be a multiple of clusters and should
reserve space smaller than the card.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
The card image size should be a multiple of clusters and should
reserve space smaller than the card.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-hw-bringup-image: import from meta-angstrom
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta-ti: x-load: add config header support for BeagleBoard
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta-ti: linux-3.0: beagle: defconfig: add some gadget drivers
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta-ti: linux-3.0: beagle: defconfig: add TSC2007
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta-ti: linux-3.0: beagle: defconfig: enable CONFIG_OMAP_MUX
Enables a greater degree of flexibility and debug in the kernel.
There have been reports of this causing breakage, but I have used it
now without seeing any issues. Further, Steve Sakoman has a kernel
with this in it as well.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Enables a greater degree of flexibility and debug in the kernel.
There have been reports of this causing breakage, but I have used it
now without seeing any issues. Further, Steve Sakoman has a kernel
with this in it as well.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
sdcard_image: Helper class to create SD Card images
Tested with 3 different beagleboard image release builds so far
For ideas, referenced Narcissus image builder written by Koen Kooi <k-kooi@ti.com>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Tested with 3 different beagleboard image release builds so far
For ideas, referenced Narcissus image builder written by Koen Kooi <k-kooi@ti.com>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
ti-msp430-chronos: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
u-boot: added version 2011.09
There is a v2011.09 tag on the mainline, but I haven't seen a release
notice go out. It didn't make sense to me to try to carry-forward those
all patches since the release tag, so I simply picked the latest tag
in the maineline.
Patched and tested on BeagleBoard-xM revision C.
USB Ethernet was tested with:
setenv usbethaddr de:ad:be:ef:00:01
usb start
dhcp^C
setenv ipaddr 10.0.1.2
ping 10.0.1.1
USB Storage was tested with:
<above>
usb part
fatls usb 0
led command was tested with:
led all off
led all on
led 1 on
led 1 off
gpio command tested with:
gpio input 4
<hold USER button>
gpio input 4
<release USER button>
Also performed boot test.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
There is a v2011.09 tag on the mainline, but I haven't seen a release
notice go out. It didn't make sense to me to try to carry-forward those
all patches since the release tag, so I simply picked the latest tag
in the maineline.
Patched and tested on BeagleBoard-xM revision C.
USB Ethernet was tested with:
setenv usbethaddr de:ad:be:ef:00:01
usb start
dhcp^C
setenv ipaddr 10.0.1.2
ping 10.0.1.1
USB Storage was tested with:
<above>
usb part
fatls usb 0
led command was tested with:
led all off
led all on
led 1 on
led 1 off
gpio command tested with:
gpio input 4
<hold USER button>
gpio input 4
<release USER button>
Also performed boot test.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
xserver-xf86-config: add config for OMAP3 SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: patch.sh: adjusted tags and error handling
Set to stop on errors to avoid continuing to mess up the tree.
Adjusted tags to include the major tag first, ie. v3.0.4-sgx, rather
than sgx-3.0.
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Set to stop on errors to avoid continuing to mess up the tree.
Adjusted tags to include the major tag first, ie. v3.0.4-sgx, rather
than sgx-3.0.
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
linux-3.0: patch.sh: manually update git remotes
Not everyone names their origin or upstream as 'mainline'. This should be
something that can be done ahead of running the script.
Also marked the script as executable.
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Not everyone names their origin or upstream as 'mainline'. This should be
something that can be done ahead of running the script.
Also marked the script as executable.
Signed-off-by: Jason Kridner <jdk@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>