Mercurial > ecos
changeset 2965:93b4b6fbee30
* misc/redboot_JTAG.ecm, misc/redbooot_ROM.ecm:
Inhibit the FIS directory entry for RedBoot and management of the
internal flash. Issues reported by Carlo Caione.
| author | jld |
|---|---|
| date | Sun, 29 Aug 2010 15:47:48 +0000 |
| parents | 2713c1ff33ac |
| children | 5774e957adc2 |
| files | packages/hal/cortexm/stm32/stm3210e_eval/current/ChangeLog packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_JTAG.ecm packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_ROM.ecm |
| diffstat | 3 files changed, 33 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/cortexm/stm32/stm3210e_eval/current/ChangeLog +++ b/packages/hal/cortexm/stm32/stm3210e_eval/current/ChangeLog @@ -1,3 +1,9 @@ +2010-08-29 John Dallaway <john@dallaway.org.uk> + + * misc/redboot_JTAG.ecm, misc/redbooot_ROM.ecm: + Inhibit the FIS directory entry for RedBoot and management of the + internal flash. Issues reported by Carlo Caione. + 2009-02-04 Nick Garnett <nickg@ecoscentric.com> * include/pkgconf/mlt_cortexm_stm3210e_eval_rom.ldi: @@ -71,7 +77,7 @@ 2008-10-06 Nick Garnett <nickg@ecoscen // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_JTAG.ecm +++ b/packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_JTAG.ecm @@ -59,7 +59,19 @@ cdl_option CYGSEM_REDBOOT_FLASH_COMBINED }; cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC { - user_value 0 + user_value 0 +}; + +cdl_option CYGOPT_REDBOOT_FIS_REDBOOT { + user_value 0 +}; + +cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST { + user_value 0 +}; + +cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_DEVICES { + user_value 1 0x08000000 }; cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
--- a/packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_ROM.ecm +++ b/packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_ROM.ecm @@ -59,7 +59,19 @@ cdl_option CYGSEM_REDBOOT_FLASH_COMBINED }; cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC { - user_value 0 + user_value 0 +}; + +cdl_option CYGOPT_REDBOOT_FIS_REDBOOT { + user_value 0 +}; + +cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST { + user_value 0 +}; + +cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_DEVICES { + user_value 1 0x08000000 }; cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
