📄 changelog
字号:
2000-03-13 Jesper Skov <jskov@redhat.com> * include/plf_stub.h (HAL_STUB_PLATFORM_RESET): Jump to stub entry-point on GDB kill.2000-03-04 Gary Thomas <gthomas@redhat.com> * src/hal_aux.c (_mbx_init_i2c): I2C now working from eCos/GDB.2000-03-03 Gary Thomas <gthomas@redhat.com> * src/hal_aux.c (_mbx_fetch_VPD): New function - reads EEPROM and builds a queryable database.2000-03-02 Jesper Skov <jskov@redhat.com> * src/hal_diag.c: Fix typo.2000-02-29 Gary Thomas <gthomas@cygnus.co.uk> * src/hal_diag.c: Support option to suppress GDB protocol on the diag/serial device.2000-02-28 Jesper Skov <jskov@redhat.com> * cdl/hal_powerpc_mbx.cdl: Remove hardcoded copy_vectors definition.2000-02-21 Jesper Skov <jskov@redhat.com> * src/mbx.S: use arch.inc instead of ppc.inc2000-02-18 Jonathan Larmour <jlarmour@redhat.co.uk> * cdl/hal_powerpc_mbx.cdl (CYGBLD_BUILD_GDB_STUBS): When building stubs, define every dependency required here rather than in the template2000-02-17 Jonathan Larmour <jlarmour@redhat.co.uk> * include/pkgconf/hal_powerpc_mbx.h: Fix MPC860 -> MPC8xx typo * cdl/hal_powerpc_mbx.cdl: likewise 2000-02-11 Jesper Skov <jskov@redhat.com> * src/hal_aux.c: Cleaned up includes.2000-02-10 Jesper Skov <jskov@redhat.com> * include/plf_stub.h: Removed HAL_STUB_PLATFORM_STUBS_INIT. * misc/STUBS_config: [added] Removed stubs as a legal startup type.2000-02-07 Jesper Skov <jskov@redhat.com> * include/pkgconf/mlt_powerpc_mbx_ram.mlt: * include/pkgconf/mlt_powerpc_mbx_rom.mlt: Fixed some typos. * src/mbx.S: Use CYGHWR_HAL_POWERPC_BOARD_SPEED. * include/pkgconf/mlt*.*: Use new exception scheme. * include/pkgconf/hal_powerpc_mbx.h: Use CYGHWR_HAL_POWERPC_BOARD_SPEED. Use MPC8xx variant code. * cdl/hal_powerpc_mbx.cdl: Use MPC8xx variant code. Fix some CDL bugs. Use CYGHWR_HAL_POWERPC_BOARD_SPEED Specify CPU options in linker flags.2000-02-03 Jesper Skov <jskov@redhat.com> * cdl/hal_powerpc_mbx.cdl: CYG_HAL_POWERPC_x->CYGPKG_...2000-02-03 Jesper Skov <jskov@redhat.com> * cdl/hal_powerpc_mbx.cdl: Generate S-record version of stub. Implements stubs. 2000-01-27 Jesper Skov <jskov@redhat.com> * cdl/hal_powerpc_mbx.cdl: Moved part of stubs build rule to common HAL. Changed description.2000-01-26 Jesper Skov <jskov@redhat.com> * include/plf_cache.h: Added.2000-01-26 Jesper Skov <jskov@redhat.com> * cdl/hal_powerpc_mbx.cdl: Fix display string.2000-01-24 Jesper Skov <jskov@cygnus.co.uk> * cdl/hal_powerpc_mbx.cdl: Add stubs build rule. * src/mbx.S: Depend on CYGSEM_HAL_ROM_MONITOR instead of CYG_HAL_ROM_MONITOR.2000-01-24 John Dallaway <jld@cygnus.co.uk> * cdl/*.cdl: Remove obsolete option CYGTST_TESTING_IDENTIFIER.2000-01-19 Hugo Tyson <hmt@cygnus.co.uk> * cdl/*.cdl: Add descriptions to a number of options &c which were lacking same, also tidied up other typos as noticed en passant.1999-12-21 Jonathan Larmour <jlarmour@cygnus.co.uk> * cdl/hal_powerpc_mbx.cdl: Ensure we "puts" to appropriate CDL header1999-12-20 Gary Thomas <gthomas@cygnus.co.uk> * cdl/hal_powerpc_mbx.cdl: Add -Wl for linker options.1999-11-25 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/mlt_powerpc_mbx_rom.h: * include/pkgconf/mlt_powerpc_mbx_ram.h: New file(s).1999-11-03 John Dallaway <jld@cygnus.co.uk> * cdl/hal_powerpc_mbx.cdl: Define build options.1999-10-22 Hugo Tyson <hmt@cygnus.co.uk> * src/hal_diag.c (hal_diag_write_char): Call new hal_stub.h macro CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION() instead of simply disabling interrupts, ditto for enable. This provides atomicity wrt single stepping and watching variables when this code to output a whole GDB $O packet is entered.1999-09-20 Hugo Tyson <hmt@cygnus.co.uk> * include/pkgconf/hal_powerpc_mbx.h: (CYGHWR_HAL_POWERPC_MBX_BOOT_32BIT_FLASH) new config option to control chip select initialization. * src/mbx.S: Take notice of CYGHWR_HAL_POWERPC_MBX_BOOT_32BIT_FLASH. * misc/stubrom.perm: Reference the new option for folks who want to boot from the 32-bit flash.1999-09-13 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/hal_powerpc_mbx.h (CYGHWR_HAL_POWERPC_BOARD_SPEED): Missing default value (wouldn't build sans ConfigTool).1999-09-09 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/hal_powerpc_mbx.h (CYGHWR_HAL_POWERPC_MBX_BOARD_SPEED): Rename CDL option to avoid a name clash.1999-07-27 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S: Fix typo in PLL setup value. Reported from the net.1999-06-28 Hugo Tyson <hmt@cygnus.co.uk> * src/hal_diag.c (hal_diag_init): Fix a "default type" warning.1999-06-28 Hugo Tyson <hmt@cygnus.co.uk> * src/hal_diag.c (hal_diag_write_char): Only gobble the GDB ACK characters if there is no pre-ISR polling call to look for ^C chars to interrupt the prog. (CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT - should not be enabled if devices are in use)1999-06-28 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S (__upmtbl_start): We do not trust rewriting the UPMs for DRAM timing whilst running out of that very DRAM. So only init UPMs in ROM start (including when making a stub rom).1999-06-27 Gary Thomas <gthomas@cygnus.co.uk> * src/hal_diag.c: Support buffering of diagnostic data for later display. Controlled by CYGDBG_DIAG_BUF. Also, turn on code to handle GDB ACK characters when stubs are enabled.1999-06-25 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S (__upmtbl_start): depending on CYG_HAL_ROM_MONITOR, we use the OLD TABLES if making a stub rom. For greatest commonality of startup code between RAM startup development binaries and ROM startup "product" binaries we completely re-initialize the UPMs that control DRAM timing even in RAM start when executing out of that very DRAM. It appears that it is OK to rewrite the UPMs with the new timing data when already running with the old timing data, but not OK to update from new to new. So we use the old timing data when building stubs. An alternative would be to conditionally not perform the UPM initialization in RAM startup, but that would weaken the testing value of RAM startup programs.1999-06-24 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S (__upmtbl_start): Use the new tables recently supplied by email from Motorola; without them, the cache-line-zero operation only zeros 12 bytes rather than 16. [PR 20226]1999-06-24 Hugo Tyson <hmt@cygnus.co.uk> * include/plf_stub.h (HAL_STUB_PLATFORM_INIT_BREAK_IRQ): Define this (empty) for it is required if HAL_DEBUG_GDB_BREAK_SUPPORT is enabled. Improve HAL_STUB_PLATFORM_SET_BAUD_RATE.1999-06-18 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/mlt_powerpc_mbx_rom.mlt: * include/pkgconf/mlt_powerpc_mbx_ram.mlt: Fix MLT save files to match the default linker script fragments.1999-06-18 Hugo Tyson <hmt@cygnus.co.uk> * include/pkgconf/mlt_powerpc_mbx_rom.mlt: * include/pkgconf/mlt_powerpc_mbx_ram.mlt: Initial attempt at getting these to match the reality of the linker script fragment; we'll have to see whether they're right.1999-06-18 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S: Data cache setup in hal_hardware_init: set force-writethrough mode and explicitly disable little-endian swap mode, whatever _that_ is. Force-writethrough is required if you are to enable the data cache, it crashes otherwise. Cause unknown, could be the memory system doesn't support whatever access regime is used, or caching problems with loading code through the stubs? In any case, this is a fine workaround. * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Enable caching of the ROM; seems to do no harm, and helps ROM-based performance.1999-06-18 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/hal_powerpc_mbx.h: Fixed CDL description.1999-06-17 Hugo Tyson <hmt@cygnus.co.uk> * misc/stubrom.perm: New file: a perm for creating an eCos stub ROM for the MBX. Pro tem, ^C to break is not supported, so the feature must remain disabled. * include/plf_stub.h (HAL_STUB_PLATFORM_INIT): Diddle the LEDs if ROM start to distinguish eCos stub ROM from CygMon ROM from eCos app running/internal stubs.1999-06-17 Hugo Tyson <hmt@cygnus.co.uk> * include/pkgconf/mlt_powerpc_mbx_rom.ldi: Move RAM usage in ROM startup to 2000 so that we can build stubs that don't fight with RAM started apps' RAM use from 10000.1999-06-17 Hugo Tyson <hmt@cygnus.co.uk> * tests/PKGconf.mak: New file, to build that below. * tests/mbxtime.cxx: New file, a simple test of the system timer for a human to check it's roughly seconds. * include/pkgconf/mlt_powerpc_mbx_rom.ldi: ROM startup supported. * include/pkgconf/hal_powerpc_mbx.h (CYGHWR_HAL_POWERPC_MBX_BOARD_SPEED): Add this config option to select 40MHz or 50MHz system clock speed. * src/mbx.S (hal_hardware_init): Complete system init for ROM start; move return address to inside the ROM from wherever we booted. Proper board clock speed selection. * src/hal_diag.c (hal_diag_write_char_serial): Do not encode packets for GDB if using ROM start. * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Map the ROM correctly so that ROM start works.1999-06-15 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S (hal_hardware_init): Add full ROM-type startup code and some useful LED-diddling routines and macro, to assist in debugging ROM startup. * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Enable memory mapping to the LED control register so that we can treak them with mem mgt enabled ie. in a normal execution context. 1999-06-11 Hugo Tyson <hmt@cygnus.co.uk> * src/mbx.S (hal_hardware_init): Set up the base address of the control registers in IMMR to 0xff000000 (as defined in arch). Turn off external interrupts, initialize the decrementer. * src/PKGconf.mak: Build the new file. * src/hal_aux.c (CYGARC_MEMDESC_TABLE): New file, to define this object for per-platform table-driven memory map initialization. The table used to be in hal_misc.c in the architectural HAL; this is platform dependent so better and cleaner here.1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> * ChangeLog: Component created, based partly on the FADS work and on CygMon's serial IO code for the MBX860, to support the Motorola MBX860 development board. Actual serial support lies in neighbouring component HAL_QUICC [hal/powerpc/quicc/...] * include/hal_diag.h * include/plf_stub.h * include/pkgconf/hal_powerpc_mbx.h * include/pkgconf/mlt_powerpc_mbx_ram.ldi * include/pkgconf/mlt_powerpc_mbx_ram.mlt * include/pkgconf/mlt_powerpc_mbx_rom.ldi * include/pkgconf/mlt_powerpc_mbx_rom.mlt * src/PKGconf.mak * src/hal_diag.c * src/mbx.S New files.//===========================================================================//####COPYRIGHTBEGIN####// // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND####//===========================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -