# HG changeset patch # User asl # Date 1114191240 0 # Node ID 72081de0594da62eb04ea8231ff47f8b0dad202e # Parent 837e0ee7a317243751256bbf95a9640f0918f8d4 * 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. diff --git a/packages/hal/i386/arch/current/ChangeLog b/packages/hal/i386/arch/current/ChangeLog --- a/packages/hal/i386/arch/current/ChangeLog +++ b/packages/hal/i386/arch/current/ChangeLog @@ -1,3 +1,9 @@ +2005-04-22 David Vrabel + + * 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 * src/i386_stub.c: Rename the local memcpy function to diff --git a/packages/hal/i386/arch/current/cdl/hal_i386.cdl b/packages/hal/i386/arch/current/cdl/hal_i386.cdl --- 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." } } }