Mercurial > ecos
changeset 1961:72081de0594d
* cdl/hal_i386.cdl (CYGHWR_REDBOOT_I386_TRAMPOLINE_ADDRESS): Don't
require CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT so we can use the exec
command on platforms without a screen.
| author | asl |
|---|---|
| date | Fri, 22 Apr 2005 17:34:00 +0000 |
| parents | 837e0ee7a317 |
| children | 9104e3a1850c |
| files | packages/hal/i386/arch/current/ChangeLog packages/hal/i386/arch/current/cdl/hal_i386.cdl |
| diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/i386/arch/current/ChangeLog +++ b/packages/hal/i386/arch/current/ChangeLog @@ -1,3 +1,9 @@ +2005-04-22 David Vrabel <dvrabel@arcom.com> + + * cdl/hal_i386.cdl (CYGHWR_REDBOOT_I386_TRAMPOLINE_ADDRESS): Don't + require CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT so we can use the exec + command on platforms without a screen. + 2005-04-21 David Vrabel <dvrabel@arcom.com> * src/i386_stub.c: Rename the local memcpy function to
--- a/packages/hal/i386/arch/current/cdl/hal_i386.cdl +++ b/packages/hal/i386/arch/current/cdl/hal_i386.cdl @@ -176,10 +176,12 @@ cdl_package CYGPKG_HAL_I386 { compile -library=libextras.a redboot_linux_exec.c cdl_option CYGHWR_REDBOOT_I386_TRAMPOLINE_ADDRESS { - display "Provide the trampoline address into Linux" + display "Address for the trampoline code" flavor data default_value 0x7C000 - requires CYGINT_HAL_I386_PCMB_SCREEN_SUPPORT + description "This is the address to where the trampoline code is + copied. The trampoline copies the image to its + final location and jumps to its entry point." } } }
