Home away from home
Joined: 2007/9/11 12:31 Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
|
@Deniil
Together with code refactoring, logic and compiler warning fixes, documentation fixes, adding of installation instructions, that what was changes till 53.21 since 53.4:
- Added support for NGFS - Made menu display a little quicker, now uses Up/Down arrows - Fixed a bug in the U-BOOT version that gave a false error indication when loading Kickstart from an NGFS volume and the file size was < 1 sector. - Rebuilt OF version after a "make clean" to restore proper behaviour for the "Nemo" boot process (red progress bar is compiled only for Nemo board). - Added provision for SRAM variable "bootable_only" to limit disks searched for inclusion in selection menu (set var to "y", "Y" or "1" to enable). - Refactored file loading function for easier maintainability. - Fixed an old bug that prevented the Pegasos II version from working. - Replaced "isNemo" variable by a "MachineType" variable for expandability. - Renamed U-Boot version to "amigaboot.ub". Both U-Boot and Open Firmware versions are now released in a single archive. - Added support for iso9660 filesystem on 512 bytes block devices. This, for instance, allows to boot from iso images that have been raw-copied to a USB stick. <sbauer> - If no boot source has been found, wait for a keypress to reboot. Before, one had to reset the computer manually. <sbauer> - The countdown did not really work on Cyrus, fixed. - Enable L1 data cache if we find it disabled as earily as possible on the X5000 - Don't crash if we get the address of a device tree blob passed in. - Lowered alignment restriction of sections from 64k to 4k to reduce the size of the binary. - On UBoot, extract the memory size from the device tree if available. - Pass UBoot fdt to the loader (new loader will take advantage of it). - Wrap UBoot fdt blob into a data Resident called 'dtb'. - Kicklayout parser now ignores all blank lines. - Included UpdateAmigaBoot command into the distribution
|