⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 开放源码实时操作系统源码.
💻
字号:
2003-12-11  Gary Thomas  <gary@mlbassoc.com>

	* src/hal_aux.c (_rattler_reset): Machine check needs to be disabled
	for checkstop to happen.  Interestingly enough, this fact seems to
	differ from version to version of the 82xx chips.

2003-11-07  Gary Thomas  <gary@mlbassoc.com>

	* src/hal_aux.c (_rattler_leds): New function.  Also set up I/O bits
	properly to support LEDs.

2003-10-22  Gary Thomas  <gary@mlbassoc.com>

	* cdl/hal_powerpc_rattler.cdl: Add CDL to identify board model.

2003-09-21  Gary Thomas  <gary@mlbassoc.com>

	* misc/redboot_RAM.ecm: 
	* misc/redboot_ROM.ecm: 
	* misc/redboot_ROMRAM+PCI.ecm: 
	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
	template - DNS now must be enabled manually.

2003-09-08  Gary Thomas  <gary@mlbassoc.com>

	* src/hal_aux.c (hal_platform_init): Avoid performing some hardware
	initialization for "user" programs (those that are assuming the
	presence of a working ROM monitor).  These initializations caused
	the monitor (RedBoot) to get totally lost, especiall when connected
	to GDB via ethernet.

2003-09-02  Gary Thomas  <gary@mlbassoc.com>

	* src/hal_aux.c (_rattler_reset): Try to be more careful when
	resetting the board - sometimes PCI vanished when this was done.

2003-08-28  Gary Thomas  <gary@mlbassoc.com>

	* src/redboot_linux_exec.c: Obsolete file - removed.

	* src/plf_redboot_linux_exec.c: New file - platform specifics
	for booting Linux kernel from RedBoot.

	* cdl/hal_powerpc_rattler.cdl: Linux booting from RedBoot is 
	now supported at the architecture level.  Changes to support 
	architecture/platform layering.

2003-08-26  Gary Thomas  <gary@mlbassoc.com>

	* src/rattler.S: 
	* src/hal_aux.c: Add PCI initialization - agent mode only.

2003-08-19  Gary Thomas  <gary@mlbassoc.com>

	* src/redboot_linux_exec.c: 
	* src/rattler.S: 
	* src/hal_diag.c: 
	* src/hal_aux.c: 
	* misc/redboot_ROMRAM.ecm: 
	* misc/redboot_ROMRAM+PCI.ecm: 
	* misc/redboot_ROM.ecm: 
	* misc/redboot_RAM.ecm: 
	* include/pkgconf/mlt_powerpc_rattler_romram.mlt: 
	* include/pkgconf/mlt_powerpc_rattler_romram.ldi: 
	* include/pkgconf/mlt_powerpc_rattler_romram.h: 
	* include/pkgconf/mlt_powerpc_rattler_rom.mlt: 
	* include/pkgconf/mlt_powerpc_rattler_rom.ldi: 
	* include/pkgconf/mlt_powerpc_rattler_rom.h: 
	* include/pkgconf/mlt_powerpc_rattler_ram.mlt: 
	* include/pkgconf/mlt_powerpc_rattler_ram.ldi: 
	* include/pkgconf/mlt_powerpc_rattler_ram.h: 
	* include/plf_stub.h: 
	* include/plf_regs.h: 
	* include/plf_intr.h: 
	* include/plf_cache.h: 
	* include/hal_diag.h: 
	* cdl/hal_powerpc_rattler.cdl: New file(s) - platform HAL for
	Analogue & Micro Rattler (Motorola MPC8250)

//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
// Copyright (C) 2003 Gary Thomas
//
// 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
// 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
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for more details.
//
// You should have received a copy of the GNU General Public License along
// with eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
// 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
// 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
// License. However the source code for this file must still be made available
// 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 file might be covered by the GNU General Public License.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -