comparison packages/hal/arm/sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl @ 136:a9ac27ec7abc ecos-sw-2000-11-17

Merge from eCos master repository on 2000-11-17-18:24:25-GMT
author jlarmour
date Fri, 17 Nov 2000 23:16:43 +0000
parents 518f42066aba
children 6b5f480c6929
comparison
equal deleted inserted replaced
135:3bc2abeae9ff 136:a9ac27ec7abc
302 ROM monitor may process exceptions or interrupts generated from the 302 ROM monitor may process exceptions or interrupts generated from the
303 application. This enables features such as utilizing a separate 303 application. This enables features such as utilizing a separate
304 interrupt stack when exceptions are generated." 304 interrupt stack when exceptions are generated."
305 } 305 }
306 306
307 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
308 display "Redboot HAL options"
309 flavor none
310 no_define
311 parent CYGPKG_REDBOOT
312 active_if CYGPKG_REDBOOT
313 description "
314 This option lists the target's requirements for a valid Redboot
315 configuration."
316
317 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
318 display "Build Redboot ROM binary image"
319 active_if CYGBLD_BUILD_REDBOOT
320 default_value 1
321 no_define
322 description "This option enables the conversion of the Redboot ELF
323 image to a binary image suitable for ROM programming."
324
325 # compile -library=libextras.a redboot_cmds.c
326
327 make -priority 325 {
328 <PREFIX>/bin/redboot.bin : <PREFIX>/bin/redboot.elf
329 $(OBJCOPY) --strip-debug $< $(@:.bin=.img)
330 $(OBJCOPY) -O srec $< $(@:.bin=.srec)
331 $(OBJCOPY) -O binary $< $@
332 }
333 }
334 }
307 } 335 }