Mercurial > ecos
comparison packages/hal/arm/sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl @ 145:2e9a636d9de9 ecos-sw-2000-12-21
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 22 Dec 2000 02:37:28 +0000 |
| parents | 6b5f480c6929 |
| children | 25e238959bae |
comparison
equal
deleted
inserted
replaced
| 144:da1052144c56 | 145:2e9a636d9de9 |
|---|---|
| 319 active_if CYGPKG_REDBOOT | 319 active_if CYGPKG_REDBOOT |
| 320 description " | 320 description " |
| 321 This option lists the target's requirements for a valid Redboot | 321 This option lists the target's requirements for a valid Redboot |
| 322 configuration." | 322 configuration." |
| 323 | 323 |
| 324 compile -library=libextras.a redboot_cmds.c | |
| 325 | |
| 324 cdl_option CYGBLD_BUILD_REDBOOT_BIN { | 326 cdl_option CYGBLD_BUILD_REDBOOT_BIN { |
| 325 display "Build Redboot ROM binary image" | 327 display "Build Redboot ROM binary image" |
| 326 active_if CYGBLD_BUILD_REDBOOT | 328 active_if CYGBLD_BUILD_REDBOOT |
| 327 default_value 1 | 329 default_value 1 |
| 328 no_define | 330 no_define |
| 329 description "This option enables the conversion of the Redboot ELF | 331 description "This option enables the conversion of the Redboot ELF |
| 330 image to a binary image suitable for ROM programming." | 332 image to a binary image suitable for ROM programming." |
| 331 | 333 |
| 332 compile -library=libextras.a redboot_cmds.c | |
| 333 | |
| 334 make -priority 325 { | 334 make -priority 325 { |
| 335 <PREFIX>/bin/redboot.bin : <PREFIX>/bin/redboot.elf | 335 <PREFIX>/bin/redboot.bin : <PREFIX>/bin/redboot.elf |
| 336 $(OBJCOPY) --strip-debug $< $(@:.bin=.img) | 336 $(OBJCOPY) --strip-debug $< $(@:.bin=.img) |
| 337 $(OBJCOPY) -O srec $< $(@:.bin=.srec) | 337 $(OBJCOPY) -O srec $< $(@:.bin=.srec) |
| 338 $(OBJCOPY) -O binary $< $@ | 338 $(OBJCOPY) -O binary $< $@ |
