CHANGELOG EMAC->NZG Aug 16th 2006 RTAI rtai5282.tgz - Old 2.4 distro patched with EMAC's RTAI port. June 9, 2005 2.6 Distribution uClinux-dist2.6R2.tgz - Rev 2,2.6 distribution. May 10. 2005 Supports the cfnvram driver, qspi, RTC, com swap, and enabled cache, in addition to standard uClinux features. uClinux-dist2.6R3.tgz - Rev 3,2.6 distribution. May 31, 2005 Adds support for the MMC of the SoM-100ESR2, and uses the busybox minix shell for to support a more robust enviornment with tab completion, history, etc.... uClinux-dist2.6R4.tgz - Rev 4,2.6 distribution. June 2 2005 Adds support for the GPIO ports of the SoM-100ESR2. This includes a driver and a user space utility for accessing it from the command line.(egpio and egp respectively) uClinux-dist2.6R5.tgz - Rev 5,2.6 distribution. June 6 2005 Adds support for the LCD of the SoM-100ESR2. Uses agetty instead of busybox/getty, fixes "no ctrl C on serial console" problem Fixed bug in etcremount.sh script, that was making it re-format the RAM every time. Added ps and forced unmounting support. uClinux-dist2.6R6.tgz - Rev 6,2.6 distribution. June 7 2005 Encorporates the new driver modifications, which are essentially housecleaning in preparation for submission to the main source tree. Functionally the same as R5 uClinux-dist2.6R7.tgz - Rev 7,2.6 distribution. June 9 2005 More housecleaning, removed some old unused code, Saved vendor defaults to EMAC/vendor directory. Functionally the same as R5 uClinux-dist2.6R8.tgz - Rev 8,2.6 distribution. June 16 2005 MMC driver now supports partitioning, SD cards, and hot-swap(if the hardware supports it). The distribution has also been modified to support vfat filesystems. uClinux-dist2.6R9.tgz - Rev 9,2.6 distribution. June 24 2005 Support for the Keypad of the SoM-100ESR2, as well of a couple of ifdef changes. Some things that used to rely on the CONFIG_SOM5282EM option, now, more appropriatly, rely on the new CONFIG_SOM100ES option. The CONFIG_SOM100ES is a new kernel option under processor&features that pops up when SoM-5282EM support is selected. uClinux-dist2.6R1.0.tgz - Rev 1.0,2.6 distribution. August 8 2005 Fixed a bug in the external bus code, which manifested itself by modifying a GPIO's latch when a different port was configured. Added the clear function. Added MTD support for the external flash (cached) read/write Changed default boa configuration to point webserver files /tmp/. uClinux-dist2.6R1.1.tgz - Rev 1.1,2.6 distribution. August 15 2005 Fixed a bug with the MTD autodetection uClinux-dist2.6R1.2.tgz - Rev 1.2,2.6 distribution. August 18 2005 Added character drivers & user space executables for external AtoD and DtoA uClinux-dist2.6R1.3.tgz - Rev 1.3,2.6 distribution. September 6 2005 Added Modbus hardware handshaking uClinux-dist2.6R1.4.tgz - Rev 1.4,2.6 distribution. November 16 2005 Added grep,sed, awk, shutdown, and cfgpt counter driver. Slightly modified timing on the mcf_qspi driver for the SoM-100ES to support slightly different timing on the rev4 boards, this is a backwards compatible modification. uClinux-dist2.6R1.5.tgz - Rev 1.5,2.6 distribution. December 29 2005 upgraded to new uClinux-dist-20051110.tar.gz stable base added SMTPClient, cron, crontab, and uname to busybox build Added simple driver for internal SoM-5282 A to D (charqadc). Moved to cleaner mcfserial implementation, moving much of the complexity to the header files Fixed auto RTS toggle in serial port driver Fixed bug in busybox mount which caused mounts to fail if rc initialization became to large and overallocated from the stack. Moved from agetty to busybox getty uClinux-dist2.6R1.6.tgz - Rev 1.6,2.6 distribution. January 27 2006 Changed readonly mount stratagy to automount sync stratagy, allowing safe read/write mounts Moved etcremount call back from rc2 to rc. This fixes a bug that was preventing modified rc2 scripts from being run in rev3 (the master backup script was being called) uClinux-dist2.6R1.7.tgz - Rev 1.7,2.6 distribution. February 13 2006 Slight modification to the QSPI layer which fixes a bug that caused some SD cards to not initialize. uClinux-dist2.6R1.8.tgz - Rev 1.8,2.6 distribution. March 7 2006 linked /var/log/wtmp to /dev/null to prevent it from filling up the ramdisk. readded the clear function which was removed accidentally from an earlier build. uClinux-dist2.6R1.9.tgz - Rev 1.9,2.6 distribution.(NZG) May 16 2006 Fixes a compatiblity bug with the MMC/SD driver, to allow a wider selection of cards Adds pwm functionality to cfgpt driver and pwm utility Adds ds(polish calculator) function from busybox Changed from levee editor to busybox vi Adds Coldfire core watchdog driver and swatchdog utility. Adds ds1722 temperture sensor driver. (no hardware support on the SoM-100ES however) Adds Coldfire 32 bit counter rdtsc driver Adds timestamping to cfgpt driver(relies on the rdtsc driver) NFS filesystem support built into the kernel uClinux-dist2.6R2.0.tgz - Rev 2.0,2.6 distribution.(tstrat) July 5th 2006 This build added the menu configuration system for the LPSIB. Added slattach, setserial, and custom startup scripts for   saving configurations written by the menu system. uClinux-dist2.6R2.1.tgz - Rev 2.1,2.6 distribution.(tstrat) July 5th 2006 This build fixes issues with passwd and adduser to allow the   for multiple users.  Some additional functionality and error checks were added to the LPSIB menu system (particularly serial terminal config, set date, and custom routing entries). uClinux-dist2.6R2.2.tgz - Rev 2.2,2.6 distribution.(tstrat) August 16th 2006 Adds /etc/issue and /etc/issue.net, and changes /etc/motd and /etc/profile files to reflect the distribution and kernel version booting as well as displaying EMAC copyright information upon login. The new Makefile target "EMAC-package" was added to update these files, compile, and create the final package.  Also, a change was made to the host name configuration menu. uclinux-3.0 ****************** Starting with 3.0, kernels are linked implicitly to the uclinux distribution. separate changelogs are located in the src/kernel and src/uclinux directories respectively