URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [i386/] [pcmb/] [v2_0/] [ChangeLog] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
2002-08-14 Gary Thomas <gthomas@ecoscentric.com>2002-08-14 Drew Moseley <drew.moseley@intel.com>* cdl/hal_i386_pcmb.cdl:* include/pcmb_io.h: Increase PCI space to include all possiblebusses, slots, etc. Required because defaults are often too small.2002-04-29 Gary Thomas <gthomas@redhat.com>* src/pcmb_misc.c (hal_pcmb_init): Disable NMI at this point sinceno real handlers are in place to handle it. This fixes a problemwith manual reset code for IDE drivers which can cause NMI.2002-04-26 Bart Veer <bartv@redhat.com>* support/gfxmode.c:A utility to find out what graphics modes are available on anygiven PC.* include/pcmb.inc:Change the graphics mode during RedBoot startup, when configuredto do so.* cdl/hal_i386_pcmb.cdl:Add new configuration option for changing the graphics modeduring RedBoot startup.2001-12-06 Nick Garnett <nickg@redhat.com>* include/pcmb_serial.h:* src/pcmb_serial.c:Added a simple validation test for serial devices. If the statusregister reads back all ones we decide that the device is absentand mark it invalid. We test this elsewhere to avoid touching thedevice again. This should help to cope with various problems withPCs that come with only one serial port.2001-11-29 Jonathan Larmour <jlarmour@redhat.com>* src/pcmb_screen.c: Restore sensible num lock behaviour after thelast change.(KBScanTable): Fix scan table size.2001-11-29 Trenton D. Adams <tadams@theone.dnsalias.com>* src/pcmb_screen.c: Support numeric keypad and ctrl-alt-del forrebooting.2001-11-23 Nick Garnett <nickg@redhat.com>* include/pcmb_io.h (PC_WRITE_SCREEN): Wrap positions beyond endof screen back to start.2001-11-01 Jonathan Larmour <jlarmour@redhat.com>* src/pcmb_misc.c (hal_pcmb_init): Fix typo:CYGPKG_HAL_I386_PCMB_HAL_MEMSIZE_BIOS ->CYGPKG_HAL_I386_PCMB_MEMSIZE_BIOS2001-10-19 Ian Campbell <icampbell@arcom.co.uk>* cdl/hal_i386_pcmb.cdl: Add cdl_options forCYGPKG_HAL_I386_PCMB_MEMSIZE to allow configuration of how memoryis detected. Change CYGNUM_HAL_RTC_PERIOD to use default_valuerather than calculated (so it can be overridden in the platform).* src/pcmb_misc.c: Implement CYGPKG_HAL_I386_PCMB_MEMSIZEconfiguration options.2001-10-16 Mark Salter <msalter@redhat.com>* src/pcmb_serial.c (cyg_hal_plf_serial_init): Use CDL to determinehow many serial ports to support.* src/pcmb_screen.c (cyg_hal_plf_screen_init): Use CDL to determinechannel number for keyboard/screen.2001-10-01 Ian Campbell <icampbell@arcom.co.uk>* include/pcmb_io.h: Include CYGBLD_HAL_PLATFORM_H rather than<pkgconf/hal_i386_pc.h>. Also include <pkgconf/system.h> so thedefine is available.2001-09-14 Mark Salter <msalter@redhat.com>* include/pcmb_io.h (HAL_IDE_READ_ALTSTATUS): Add 2 for correct offset.(HAL_IDE_WRITE_CONTROL): Ditto.2001-08-22 Nick Garnett <nickg@redhat.com>* src/pcmb_misc.c: Added spinlock to clock read operation.* include/pcmb_io.h (PC_WRITE_SCREEN_*): Added casts to make thesemacros more universal.* src/pcmb_smp.c: Added this file to contain all SMP relatedcode. This includes parsing the MP structures; initializing theAPIC and IOAPIC; starting the CPUs; interrupt mapping; inter-CPUinterrupts; and CPU synchronization in the event of a debuggableexception.Note: there is still a _lot_ of debugging code in here, mostlydisabled, which needs cleaning up. Also, if this code is to everbe released to the public, it should probably be tidied up a bitmore.* include/pcmb_intr.h: Added SMP support. This includes theinter-CPU interrupt vectors, interrupt masking, acknowledge, andCPU affinity via the APIC and IOAPIC.* cdl/hal_i386_pcmb.cdl: Added configury to compile pcmb_smp.conly when SMP is enabled. Also define HAL_PLATFORM_EXTRA tocontain the SMP-ness of the HAL, so that RedBoot can report it.2001-07-31 Mark Salter <msalter@redhat.com>* include/pcmb_io.h: Add IDE I/O macros.* cdl/hal_i386_pcmb.cdl: Now implements CYGINT_HAL_PLF_IF_IDE.2001-07-18 Jonathan Larmour <jlarmour@redhat.com>* include/pcmb_intr.h: Fill in interrupt table descriptions.2001-07-05 Jonathan Larmour <jlarmour@redhat.com>* src/pcmb_misc.c (hal_pcmb_init): Silence warning* include/pcmb_intr.h: Revert below change - not relevant in this casefor clobbers2001-07-04 Jonathan Larmour <jlarmour@redhat.com>* include/pcmb_intr.h: Be pedantic about register constraint syntaxto satisfy newer compilers2001-05-16 Jonathan Larmour <jlarmour@redhat.com>* src/pcmb_misc.c (hal_pc_clock_initialize): Use mode 2 (rate generator)instead of mode 3 (square wave).2001-05-03 Nick Garnett <nickg@cygnus.co.uk>[x86 branch]* cdl/hal_i386_pcmb.cdl: Changed optionCYGIMP_HAL_I386_PCMB_SCREEN_SUPPORT to interfaceCYGINT_HAL_I386_PCMB_SCREEN_SUPPORT.2001-03-14 Nick Garnett <nickg@cygnus.co.uk>[x86 branch]* src/pcmb_misc.c:Added hal_pcmb_init() which currently extracts memory sizes out ofCMOS RAM.Added hal_i386_mem_real_region_top() to return top of either baseor extended memory regions.* include/pcmb_io.h: Added CMOS RAM access macros.* include/pcmb.inc: Removed memory size stuff.* cdl/hal_i386_pcmb.cdl:Added implement CYGINT_HAL_I386_MEM_REAL_REGION_TOP.2001-03-13 Nick Garnett <nickg@cygnus.co.uk>[x86 branch]* include/pcmb.inc: Removed redundant FPU code.2001-03-09 Nick Garnett <nickg@cygnus.co.uk>[x86 branch]* include/pcmb_intr.h: Rewrote HAL_INTERRUPT_ACKNOWLEDGE() andreinstated as main acknowledge mechanism.2001-03-08 Nick Garnett <nickg@cygnus.co.uk>[x86 branch]* cdl/hal_i386_pcmb.cdl:* include/pcmb.inc:* include/pcmb_intr.h:* include/pcmb_io.h:* include/pcmb_serial.h:* src/pcmb_misc.c:* src/pcmb_screen.c:* src/pcmb_serial.c:Created this package to provide the support needed to run eCosbinaries on an i386 PC using a standard motherboard. This packageprovides support for the standard PC devices: timers, interruptcontroller, serial ports, ASCII display, keyboard, PCI busetc. that are found on all PC compatible platforms. It does notprovide support for devices that may also be found on modernmotherboards, such as ethernet, sound and video devices. These aresupported by drivers elsewhere.//===========================================================================//####ECOSGPLCOPYRIGHTBEGIN####// -------------------------------------------// This file is part of eCos, the Embedded Configurable Operating System.// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.//// 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####//===========================================================================
Go to most recent revision | Compare with Previous | Blame | View Log
