OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [synth/] [arch/] [v2_0/] [cdl/] [hal_synth.cdl] - Diff between revs 27 and 174

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 27 Rev 174
# ====================================================================
# ====================================================================
#
#
#      hal_synth.cdl
#      hal_synth.cdl
#
#
#      Synthetic target architectural configuration data
#      Synthetic target architectural configuration data
#
#
# ====================================================================
# ====================================================================
#####ECOSGPLCOPYRIGHTBEGIN####
#####ECOSGPLCOPYRIGHTBEGIN####
## -------------------------------------------
## -------------------------------------------
## This file is part of eCos, the Embedded Configurable Operating System.
## This file is part of eCos, the Embedded Configurable Operating System.
## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
##
##
## eCos is free software; you can redistribute it and/or modify it under
## eCos is free software; you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free
## the terms of the GNU General Public License as published by the Free
## Software Foundation; either version 2 or (at your option) any later version.
## Software Foundation; either version 2 or (at your option) any later version.
##
##
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
## WARRANTY; without even the implied warranty of MERCHANTABILITY or
## WARRANTY; without even the implied warranty of MERCHANTABILITY or
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
## for more details.
## for more details.
##
##
## You should have received a copy of the GNU General Public License along
## You should have received a copy of the GNU General Public License along
## with eCos; if not, write to the Free Software Foundation, Inc.,
## with eCos; if not, write to the Free Software Foundation, Inc.,
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
##
##
## As a special exception, if other files instantiate templates or use macros
## As a special exception, if other files instantiate templates or use macros
## or inline functions from this file, or you compile this file and link it
## or inline functions from this file, or you compile this file and link it
## with other works to produce a work based on this file, this file does not
## with other works to produce a work based on this file, this file does not
## by itself cause the resulting work to be covered by the GNU General Public
## by itself cause the resulting work to be covered by the GNU General Public
## License. However the source code for this file must still be made available
## License. However the source code for this file must still be made available
## in accordance with section (3) of the GNU General Public License.
## in accordance with section (3) of the GNU General Public License.
##
##
## This exception does not invalidate any other reasons why a work based on
## This exception does not invalidate any other reasons why a work based on
## this file might be covered by the GNU General Public License.
## this file might be covered by the GNU General Public License.
##
##
## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
## at http://sources.redhat.com/ecos/ecos-license/
## at http://sources.redhat.com/ecos/ecos-license/
## -------------------------------------------
## -------------------------------------------
#####ECOSGPLCOPYRIGHTEND####
#####ECOSGPLCOPYRIGHTEND####
# ====================================================================
# ====================================================================
######DESCRIPTIONBEGIN####
######DESCRIPTIONBEGIN####
#
#
# Author(s):      jskov
# Author(s):      jskov
# Original data:  jskov
# Original data:  jskov
# Contributors:   bartv
# Contributors:   bartv
# Date:           1999-11-01
# Date:           1999-11-01
#
#
#####DESCRIPTIONEND####
#####DESCRIPTIONEND####
#
#
# ====================================================================
# ====================================================================
cdl_package CYGPKG_HAL_SYNTH {
cdl_package CYGPKG_HAL_SYNTH {
    display  "Linux Synthetic target"
    display  "Linux Synthetic target"
    parent        CYGPKG_HAL_I386
    parent        CYGPKG_HAL_I386
    define_header hal_synth.h
    define_header hal_synth.h
    include_dir   cyg/hal
    include_dir   cyg/hal
    requires      !CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
    requires      !CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
    description   "
    description   "
        The Linux Synthetic Target HAL package provides the
        The Linux Synthetic Target HAL package provides the
        support needed to run eCos binaries on top of a
        support needed to run eCos binaries on top of a
        Linux kernel."
        Linux kernel."
    implements    CYGINT_HAL_TESTS_NO_CACHES
    implements    CYGINT_HAL_TESTS_NO_CACHES
    make {
    make {
        /lib/target.ld: /src/synth.ld
        /lib/target.ld: /src/synth.ld
        $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $<
        $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $<
        @echo $@ ": \\" > $(notdir $@).deps
        @echo $@ ": \\" > $(notdir $@).deps
        @tail +2 target.tmp >> $(notdir $@).deps
        @tail +2 target.tmp >> $(notdir $@).deps
        @echo >> $(notdir $@).deps
        @echo >> $(notdir $@).deps
        @rm target.tmp
        @rm target.tmp
    }
    }
    compile       synth_entry.c synth_diag.c synth_intr.c
    compile       synth_entry.c synth_diag.c synth_intr.c
    define_proc {
    define_proc {
        puts $::cdl_system_header "#define CYGBLD_HAL_TARGET_H   "
        puts $::cdl_system_header "#define CYGBLD_HAL_TARGET_H   "
    }
    }
    # Real-time clock/counter specifics
    # Real-time clock/counter specifics
    cdl_component CYGNUM_HAL_RTC_CONSTANTS {
    cdl_component CYGNUM_HAL_RTC_CONSTANTS {
        display       "Real-time clock constants."
        display       "Real-time clock constants."
        description   "
        description   "
            These values are used in the usec field of the itimerval structure
            These values are used in the usec field of the itimerval structure
            when using getitimer/setitimer."
            when using getitimer/setitimer."
        flavor        none
        flavor        none
        cdl_option CYGNUM_HAL_RTC_NUMERATOR {
        cdl_option CYGNUM_HAL_RTC_NUMERATOR {
            display       "Real-time clock numerator"
            display       "Real-time clock numerator"
            flavor        data
            flavor        data
            calculated    1000000000
            calculated    1000000000
        }
        }
        cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
        cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
            display       "Real-time clock denominator"
            display       "Real-time clock denominator"
            flavor        data
            flavor        data
            calculated    100
            calculated    100
        }
        }
        cdl_option CYGNUM_HAL_RTC_PERIOD {
        cdl_option CYGNUM_HAL_RTC_PERIOD {
            display       "Real-time clock period"
            display       "Real-time clock period"
            flavor        data
            flavor        data
            calculated    10000
            calculated    10000
        }
        }
    }
    }
    # What to do when idling
    # What to do when idling
    cdl_option CYGIMP_HAL_IDLE_THREAD_SPIN {
    cdl_option CYGIMP_HAL_IDLE_THREAD_SPIN {
        display "Spin when idle"
        display "Spin when idle"
        default_value   CYGIMP_IDLE_THREAD_YIELD
        default_value   CYGIMP_IDLE_THREAD_YIELD
        description "
        description "
            By default, whenever the eCos application enters the idle thread
            By default, whenever the eCos application enters the idle thread
            the synthetic target HAL will make a select() system call. Effectively
            the synthetic target HAL will make a select() system call. Effectively
            this causes the application to block until an interrupt occurs,
            this causes the application to block until an interrupt occurs,
            without consuming any cpu resources, as if the hardware supported
            without consuming any cpu resources, as if the hardware supported
            some sort of IDLE instruction. Usually this behaviour is desirable.
            some sort of IDLE instruction. Usually this behaviour is desirable.
            However it interferes with the emulation of some hardware. For
            However it interferes with the emulation of some hardware. For
            example the synthetic watchdog timer device can use consumed cpu time
            example the synthetic watchdog timer device can use consumed cpu time
            rather than wallclock time to determine whether or not the watchdog
            rather than wallclock time to determine whether or not the watchdog
            has triggered, and if the process is spending nearly all its time
            has triggered, and if the process is spending nearly all its time
            blocked in select() then the watchdog will not trigger when it should.
            blocked in select() then the watchdog will not trigger when it should.
            There are also some kernel configurations which require that the idle
            There are also some kernel configurations which require that the idle
            thread does not block."
            thread does not block."
    }
    }
    requires      { CYGIMP_IDLE_THREAD_YIELD implies CYGIMP_HAL_IDLE_THREAD_SPIN }
    requires      { CYGIMP_IDLE_THREAD_YIELD implies CYGIMP_HAL_IDLE_THREAD_SPIN }
    cdl_option CYGBLD_LINKER_SCRIPT {
    cdl_option CYGBLD_LINKER_SCRIPT {
        display "Linker script"
        display "Linker script"
        flavor data
        flavor data
        no_define
        no_define
        calculated  { "src/synth.ld" }
        calculated  { "src/synth.ld" }
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.