"Providing Direction for your Embedded Linux Projects"
While beginning a project that utilizes a MSP430 processor, I saw a need to use 'mspdebug' from Windows. The 'mspdebug' tool needed a small patch to the build system. I actually use 'tilib' and TI's shared object at runtime. The patch simply allowed the tool to be built under Cygwin. More work is needed to use libusb-1.0.
I had been maintaining a patch taken from eewiki and wanted to know if there were some deeper issues.
Adam Ford discovered and MMC boot issue that required some manual bisecting. The problematic commit was reverted in favor of a better upcomming solution.
As U-Boot development progressed, the omap3_logic sram size became a real build issue.
Helped debug and test serial platform data issue.
Collaborated on ns16550 structure issue that arose during transition to the new driver model in U-Boot.
I updated the AM3517-EVM to a more current and device-tree friendly boot setup
Adam Ford and I collaborated on updates to the 'omap3_logic' board file by Logic PD. The work would allow booting via the SPL infrastructure already used by similiar OMAP3 boards.