comparison packages/redboot/current/cdl/redboot.cdl @ 1717:faaea4243d52

* cdl/redboot.cdl: Fixed the type of CYGNUM_REDBOOT_FLASH_BASE * src/flash.c (fis_[un]lock): Fix compiler warnings * src/flash.c (do_flash_init): Removed the MIPS br0ken condition which i wrongly added. My problem was actually a / 0. This roundup is needed otherwise the workspace goes off the end of the RAM.
author asl
date Mon, 16 Aug 2004 08:35:33 +0000
parents e14a7321a363
children e0ebd07e25f3
comparison
equal deleted inserted replaced
1716:e4f7f465ee77 1717:faaea4243d52
70 cdl_option CYGSEM_REDBOOT_ELF { 70 cdl_option CYGSEM_REDBOOT_ELF {
71 flavor bool 71 flavor bool
72 display "Include support for ELF file format" 72 display "Include support for ELF file format"
73 default_value 1 73 default_value 1
74 } 74 }
75 75
76 76
77 cdl_interface CYGINT_REDBOOT_LOAD_METHOD { 77 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
78 display "Methods of loading images using redboot" 78 display "Methods of loading images using redboot"
79 } 79 }
80 80
547 If this option is enabled then RedBoot will provide commands 547 If this option is enabled then RedBoot will provide commands
548 to manage images in FLASH memory. These images can be loaded 548 to manage images in FLASH memory. These images can be loaded
549 into memory for execution or executed in place." 549 into memory for execution or executed in place."
550 compile -library=libextras.a flash.c 550 compile -library=libextras.a flash.c
551 551
552 cdl_option CYGNUM_REDBOOT_FLASH_BASE {
553 display "Base address of flash device redboot should use"
554 flavor data
555 default_value 0
556 description "
557 This option controls how redboot finds the flash
558 device. The default value of 0 will cause redboot
559 to use the flash which has the lowest memory
560 address. Setting this option to an address will
561 cause redboot to use that address instead as the
562 base of the flash device."
563 }
564
552 cdl_option CYGOPT_REDBOOT_FIS { 565 cdl_option CYGOPT_REDBOOT_FIS {
553 display "RedBoot Flash Image System support" 566 display "RedBoot Flash Image System support"
554 default_value 1 567 default_value 1
555 doc ref/flash-image-system.html 568 doc ref/flash-image-system.html
556 description " 569 description "
862 active_if CYGPKG_IO_FILEIO 875 active_if CYGPKG_IO_FILEIO
863 description " 876 description "
864 If this option is enabled then RedBoot will provide commands 877 If this option is enabled then RedBoot will provide commands
865 to load files from fileio file systems such as JFFS2." 878 to load files from fileio file systems such as JFFS2."
866 compile -library=libextras.a fs/fileio.c 879 compile -library=libextras.a fs/fileio.c
867 } 880 }
868 881
869 cdl_component CYGPKG_REDBOOT_DISK { 882 cdl_component CYGPKG_REDBOOT_DISK {
870 display "Allow RedBoot to support disks" 883 display "Allow RedBoot to support disks"
871 flavor bool 884 flavor bool
872 default_value 1 885 default_value 1