Apex Bootloader Change History
From Buici
[edit]
Changes
- 2006.08.18 (apex-1.4.5)
- Package added to debian archive.
- Fixed sorting of skip descriptors.
- This release boots debian-nslu2-arm where there are no sercomm headers on the kernel or ramdisk partitions.
- 2006.08.13 (apex-1.4.3)
- Added FIS driver skip descriptors so that the nslu2 implementation smoothly integrates.
- Updated the debian package to properly build with dpkg-buildpackage.
- 2006.07.30 (apex-1.4.2)
- Slight revision of compact flash driver to make sure that the configuration header is correct.
- Revised the CLCDC driver to work reliably with the lh79520 and the reset command.
- Update to the default command line to use the ttyAMA driver in the kernel instead of the custom implementation of the serial driver.
- 2006.07.25 (apex-1.4.0)
- APEX may be used as a second stage loader for debian-nslu2-arm (little-endian).
- New layout for environment in non-volatile memory. It is a little less compact, but can be read and written independently from APEX.
- Updated printenv user-space tool to be able to read new environment.
- Added README_environment explaining the new layout.
- Support for little-endian version of APEX running on a big-endian configured target.
- New -s switch for the copy command to swap bytes, converting between BE to LE for cases where the flash was written in a different orientation that the CPU is currently running.
- NOR flash driver can perform appropriate swapping to deal with reading in LE mode when hardware is configured for BE.
- FIS partition driver detects byte swapped table and converts the binary data appropriately.
- ATAGS are reported just before booting the Linux kernel.
- 2006.07.20 (apex-1.3.30)
- New FIS partition driver so that APEX can refer directly FIS partitions.
- Added environment variables for the underlying block regions used by the filesystem and partition drivers. This means that the source region for these drivers can be changed at runtime by the user.
- Debianized for nslu2 packages.
- Little-endian configuration option for mach-ixp42x which will force the CPU into little-endian mode in the event that a previous bootloader (e.g. Redboot) puts the device into big-endian mode.
- 2006.07.14 (apex-1.3.29)
- Some restructuring of the memory image to reduce the footprint when CONFIG_SMALL is defined.
- Stacks reduced to minimal extent.
- Publishing pre-built binaries for all defined configurations.
- Added a standby function to test standby functionality on the LH7A40x.
- Fixed a register stomp that could occur with DEBUG_LL enabled.
- 2006.06.02 (apex-1.3.28)
- Added dm9000 mac address programming support.
- Added apex_relocate() implementation for i2c EEPROM.
- Added SD/MMC driver.
- Fixed environment handling, especially for the case where there is no writable environment.
- Fixed partition detection in ext2 driver so that switching partitions is correctly detected.
- Added support for BGR mode in CLCD driver.
- Added method for providing console feedback while bootstrapping from I2C EEPROM.
- 2006.04.03 (apex-1.3.23)
- Added missing files to scripts/ so that make menuconfig works.
- 2006.04.01 (apex-1.3.22)
- DEL is an alias for BS, unless disabled in the configuration.
- Fixed presentation of APEX region in version command output.
- Added emac-release function to fix kernel crash in EMAC-lh79524 driver.
- Added command-history.
- Added command-edting.
- Enforcing read-only program image in the linker script. The .data section is DISCARD'ed.
- Fixed ext2 driver ability to cope with 1k blocks as is found in larger filesystems, e.g. 1G and up.
- 2006.03.23 (apex-1.3.21)
- Updated Kconfig sources from the kernel. make xconfig no longer works.
- Added more overclocking frequencies for the LH7A40X.
- Fixed error in the VSW macro used to setup the LCD controller.
- Added env_link feature so that user-mode application can read the APEX environment. See usr/printenv.cc.
- 2006.03.15 (apex-1.3.20)
- Clock frequency of the LH7A40X may now be configured.
- Added new architecture, s3c2410.
- 2006.02.32 (apex-1.3.19)
- Clock frequency of the LH79524 may be configured. The default is still 51/51 FCLK/HCLK. Users may choose to set the CPU frequency to 76MHz and the HCLK frequency to 51MHz; however, this faster rate is not stable when running the Linux kernel.
- Added an explicit shutdown of the UDC port (LH7A404) on bootup. This is only necessary for the -10 board which boots with the USB port powered up.
- 2006.02.32 (apex-1.3.18)
- Changed timing for the static memory regions. All of the targets are now using timings consistent with the CompactFlash specification. Some were much too slow and interfered with the LCD controller's ability to maintain image refresh.
- 2006.02.17 (apex-1.3.17)
- Relxed the SDRAM memory timings for the LH7a40x's.
- Adjusted the LCD panel timings for the 6.4" display. Oddly, the correct values don't match the released spec.
- Added a cp15 test command for adjusting cache behavior.
- Default SDRAM mode for the LH7a40x's is SROM_LL
- 2006.01.20 (apex-1.3.14)
- Support for palettized PNG images added.
- 2006.01.13 (apex-1.3.13)
- Added MMU support for the IXP42x (aka Slug). Improves boot time.
- Openslug configuration updated to reflect the layout of openslug-3.1.
- Added code to detect variations in the LPD79520 for flash write enable.
- 2005.12.24 (apex-1.3.12)
- Revised the CLCDC driver. Factored into a single source file. New 'clcdc' command with test sub-commands.
- 'clcdc splash' command draws PNG images to the frame buffer. Images may be sourced from any region, e.g. memory, tftp, ext2, fatfs.
- Build option to enable the MMU for the sake of caching. Significant performance improvement gained when MMU is enabled.
- Revised the memory buffer organization to allow limited run-time allocation.
- Serial drivers now flush on release. Messages output before 'boot' or 'go' will be sent before continuing.
- Improved handling of clocking mode for the lh7a404.
- 'memlimit' testing command to constrain the amount of memory passed to the Linux kernel.
- New lnode80 target.
- 2005.11.18 (apex-1.3.11)
- Added option to disable the buffered write code in the NOR CFI driver.
- Added support for lnode80, a lh79520 implementation.
- 2005.11.07 (apex-1.3.10)
- Supporting the LH79525. Not much different, but now it's tested.
- 2005.10.08 (apex-1.3.8)
- Fixed TFTP/ARP crash bug. APEX would crash if the TFTP server IP/MAC translation wasn't in the ARP cache. ARP now honors ^C and will terminate ARP if user types ^C.
- 2005.10.07 (apex-1.3.7)
- Fixed memory probe code. The lh79520 wasn't booting because of an unfortunate collision with the probe and BSS. This revised method is immune.
- 2005.09.30 (apex-1.3.6)
- Integrated a function to detect when APEX boots from SDRAM.
- Changed the timing of the SRAM controller regions on the lpd7a404.
- 2005.09.28 (apex-1.3.5)
- Added architecture detection and optimization to the configuration and Makefiles. This fixes a long standing problem with building APEX with native compilers. APEX should now build with properly on any ARM compiler as long as the endian-ness is correct.
- 2005.09.27 (apex-1.3.4)
- Fixed a stack overflow that was revealed in these latest releases by the jffs2 driver.
- Fixed a glitch in the jffs2 caching function.
- Moved more preallocated buffers into uninitialized bss, xbss, section.
- 2005.08.15 (apex-1.3.2)
- Modified the lpd7a404 platform initialization code to comply with PCN285 (2005.5.4).
- 2005.08.11 (apex-1.3.1)
- Fixed WLPEN macro which was preventing the SMC91x chip from being initialized on newer LPD7A404 CardEngines.
- Fixed the timer code for the LH7A404. Both the us timer and the millisecond timer were broken.
- Improved error handling with copy command.
- Fixed startup command parser. There was an undetected NULL pointer dereference bug.
- Added ^C handling. It is especially useful with ethernet commands.
- Added ads7843 test code.
- Added more complete support for testing the lh79520.
- 2005.08.01 (apex-1.3.0)
- Fixed CF driver in lpd79520.
- Added SMC91x driver.
- Implemented ipconfig, tftp, and ping commands.
- Added dump display width so that memory may be displayed in words or half-words.
- Fixed a long standing bug in copy command.
- Reading of data from the network via tftp is working, though not rigorously tested.
- 2005.07.06 (apex-1.2.18)
- Added alias commands. Similar to environment, but not saved to flash. Command line will expand aliases and environment variables when prefixed with $.
- Added 'more' mode to dump command. It was about time.
- Commands shown in help are sorted.
- 2005.06.15 (apex-1.2.16)
- Reading from jffs2 filesystem supported--some testing has been done.
- New info command may be used to show the contents of a directory.
- 2005.05.15 (apex-1.2.11)
- APEX boots on the nslu2 (slug). Ethernet and USB 2.0 interfaces now working properly.
- 2005.04.13 (apex-1.2.7)
- Added configuration options to set the underlying device regions for the filesystem drivers. This is a stop-gap until the region parser is enhanced.
- Fixed the AUTOBOOT macros.
- Properly initializing EMAC on the 79524 so that the version command can find the PHY.
- 2005.04.08 (apex-1.2.6)
- Added configuration option to disable the MMU at startup. This may help people show are bootstrapping with another loader.
- 2005.03.22 (apex-1.2.5)
- Implemented kernel-style Kconfig configuration support. Configuration works with xconfig, gconfig, and menuconfig. The old 'config' target is broken.
- Build now uses optimal dependency checking. On configuration changes, only affected source files are rebuilt.
- Rolled minor rev for the fancy new feature.
- 2005.03.17 (apex-1.1.9)
- Change to the lpd7a40x initialization that enables PCMCIA. May be a workaround for a buggy CPLD wrt. flash.
- 2005.03.16 (apex-1.1.8)
- Fixed the LH79520 timer function.
- Fixed the base NOR flash address for the LPD79520.
- Fixed memory scan function to correctly detect SDRAM on the LH79520.
- 2005.03.10 (apex-1.1.7)
- LPD7A40X SDRAM initialization was completely broken. Had been since 1.1.0. Fixed.
- Moved CF driver to the generic driver directory. Implemented CF for lh7952x and lh7a40x. The lh7a40x driver isn't working.
- Fixed error in the ext2 symlink traversal.
- 2005.03.10 (apex-1.1.6)
- Unified the nor flash driver, drv-nor-cfi. Added diagnostic code to the flash probe to help detect problem chips.
- 2005.03.07 (apex-1.1.4)
- Added ext2fs filesystem driver. Supports directories and symlinks. Tested to the extent that checksum and copy commands correctly read data.
- Minor fix to the lh7952x serial driver.
- 2005.03.03 (apex-1.1.3)
- Added support for compressed, PNG format splash images.
- 2005.02.24 (apex-1.1.2)
- Fat slug SDRAM configuration derives from the configuration file.
- Start of work to get the NPE access library to link.
- 2005.02.21 (apex-1.1.0)
- EMAC driver vetted with the LPD79524 RevJ SDK board.
- Cleanup of the emac driver.
- 2005.02.20 (apex-1.0.28)
- Fixed the SDRAM initialization sequence for LH79250.
- Added code (disabled by default) to use simpler instructions in relocate_apex().
- Added FAT12 support to the FATFS driver.
- 2005.02.12 (apex-1.0.24)
- Added CONFIG_DEBUG_LL to help with startup debug
- 2005.02.11 (apex-1.0.23)
- Updated the NSLU2 initialization code.
- Added LED 'spinner' for the NSLU2.
- 2005.02.11 (apex-1.0.21)
- Added CompactFlash (LPD79524) and FAT drivers.
- Supporting GCC-2.95.3.
- Added splash screen. This is not yet a general facility.

