comparison packages/redboot/current/ChangeLog @ 1824:30d166811fe7

* cdl/redboot.cdl, doc/redboot_cmds.sgml, src/iomem.c: Add support for iopeek and iopoke commands to allow access to the I/O regions.
author asl
date Tue, 09 Nov 2004 19:12:54 +0000
parents ecd76f498508
children 6535959b8edf
comparison
equal deleted inserted replaced
1823:ecd76f498508 1824:30d166811fe7
1 2004-11-09 Ian Campbell <icampbell@arcom.com>
2
3 * cdl/redboot.cdl, doc/redboot_cmds.sgml, src/iomem.c: Add support
4 for iopeek and iopoke commands to allow access to the I/O regions.
5
1 2004-11-09 David Vrabel <dvrabel@arcom.com> 6 2004-11-09 David Vrabel <dvrabel@arcom.com>
2 7
3 * cdl/redboot.cdl (CYGBLD_REDBOOT_MIN_IMAGE_SIZE): Correct the 8 * cdl/redboot.cdl (CYGBLD_REDBOOT_MIN_IMAGE_SIZE): Correct the
4 description to match what the option is actually used for. 9 description to match what the option is actually used for.
5 10
6 * src/flash.c (find_free, fis_free, fis_find_free): Don't ignore 11 * src/flash.c (find_free, fis_free, fis_find_free): Don't ignore
7 an extra CYGBLD_REDBOOT_MIN_IMAGE_SIZE amount from the start. 12 an extra CYGBLD_REDBOOT_MIN_IMAGE_SIZE amount from the start.
8 This fixes the case where nothing uses the start of flash. 13 This fixes the case where nothing uses the start of flash.
9 14