public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/hal/i386/pc/current ChangeLog cd ...
@ 2002-12-01  7:48 nickg
  0 siblings, 0 replies; 6+ messages in thread
From: nickg @ 2002-12-01  7:48 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2002-12-01 07:48:35

Modified files:
	packages/hal/i386/pc/current: ChangeLog 
	packages/hal/i386/pc/current/cdl: hal_i386_pc.cdl 
	packages/hal/i386/pc/current/include: platform.inc 
	packages/hal/i386/pc/current/src: plf_misc.c plf_stub.c 
Added files:
	packages/hal/i386/pc/current/include/pkgconf: mlt_i386_pc_grub.h 
	                                              mlt_i386_pc_grub.ldi 
	                                              mlt_i386_pc_grub.mlt 
	packages/hal/i386/pc/current/misc: menu.lst 

Log message:
	* src/plf_stub.c: Removed redundant reinitialization of VSR table
	in hal_pc_stubs_init(). This has already been done in
	hal_platform_init() and reinitializing here destroys the FPU
	switch VSR.
	
	* src/plf_misc.c (hal_platform_init):
	Added configuration and test to avoid overwriting the FPU switch
	VSR with the default VSR. This caused problems with stand-alone
	application that use lazy FPU switching.
	Moved call to hal_ctrlc_isr_init() to after call to
	hal_if_init(). Previously, stand-alone applications had problems
	with ctrl-c handling because the CALL_HACK stuff didn't work.
	
	* cdl/hal_i386_pc.cdl:
	Added GRUB startup option. This enables support for booting from
	the GRUB bootloader.
	Added CYGDBG_HAL_DEBUG_GDB_INITIAL_BREAK option to force a
	breakpoint just before calling cyg_start(). This is insinuated
	into the CYGPKG_HAL_DEBUG part of the tree, and conditioned to
	only work for stand-alone apps with the stubs included.
	
	* include/platform.inc: Added GRUB startup support.
	
	* include/pkgconf/mlt_i386_pc_grub.mlt:
	* include/pkgconf/mlt_i386_pc_grub.ldi:
	* include/pkgconf/mlt_i386_pc_grub.h:
	Added these MLT files to support the new GRUB startup option.
	
	* misc/menu.lst: Added this example GRUB menu configuration file.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/hal/i386/pc/current ChangeLog cd ...
@ 2005-06-20 18:29 asl
  0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2005-06-20 18:29 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-06-20 18:29:53

Modified files:
	packages/hal/i386/pc/current: ChangeLog 
	packages/hal/i386/pc/current/cdl: hal_i386_pc.cdl 
Added files:
	packages/hal/i386/pc/current/include/pkgconf: 
	                                              mlt_i386_pc_grub_hi.h 
	                                              mlt_i386_pc_grub_hi.ldi 
	                                              mlt_i386_pc_grub_hi.mlt 

Log message:
	* cdl/hal_i386_pc.cdl, include/pkgconf/mlt_i386_pc_grub_hi.*:
	Support for booting with GRUB in the High Memory.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/hal/i386/pc/current ChangeLog cd ...
@ 2005-04-27 18:57 asl
  0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2005-04-27 18:57 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-04-27 18:57:27

Modified files:
	packages/hal/i386/pc/current: ChangeLog 
	packages/hal/i386/pc/current/cdl: hal_i386_pc.cdl 
	packages/hal/i386/pc/current/src: plf_misc.c 

Log message:
	* cdl/hal_i386_pc.cdl (CYGPKG_HAL_I386_PC_MEMSIZE): Moved from the
	pcmb package since it's PC specific.
	
	* src/pc_misc.c (hal_i386_mem_real_region_top): Moved from the
	pcmb package since it's PC specific.
	(hal_pc_init): Moved bits from the pcmb packaged related to
	hal_i386_mem_real_region_top.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/hal/i386/pc/current ChangeLog cd ...
@ 2005-04-17 12:11 asl
  0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2005-04-17 12:11 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-04-17 12:11:15

Modified files:
	packages/hal/i386/pc/current: ChangeLog 
	packages/hal/i386/pc/current/cdl: hal_i386_pc.cdl 
Removed files:
	packages/hal/i386/pc/current/src: redboot_linux_exec.c 

Log message:
	2005-04-17  Andrew Lunn  <andrew.lunn@ascom.ch>
	
	* cdl/hal_i386_pc.cdl:
	* src/redboot_linux_exec.c: Moved the RedBoot command "exec" from
	this package to the generic architecture package.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/hal/i386/pc/current ChangeLog cd ...
@ 2005-01-22 15:25 asl
  0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2005-01-22 15:25 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-01-22 15:24:58

Modified files:
	packages/hal/i386/pc/current: ChangeLog 
	packages/hal/i386/pc/current/cdl: hal_i386_pc.cdl 
Added files:
	packages/hal/i386/pc/current/src: redboot_linux_exec.c 

Log message:
	* cdl/hal_i386.cdl,
	* src/redboot_linux_exec.c: Add a new RedBoot command "exec" which
	executes a Linux zImage or bzImage already loaded into RAM.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* ecos/packages/hal/i386/pc/current ChangeLog cd ...
@ 2004-08-18  9:57 asl
  0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2004-08-18  9:57 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-08-18 09:57:50

Modified files:
	packages/hal/i386/pc/current: ChangeLog 
	packages/hal/i386/pc/current/cdl: hal_i386_pc.cdl 
Added files:
	packages/hal/i386/pc/current/include/pkgconf: 
	                                              mlt_i386_pc_ram_hi.h 
	                                              mlt_i386_pc_ram_hi.ldi 
	                                              mlt_i386_pc_ram_hi.mlt 
	packages/hal/i386/pc/current/misc: redboot_GRUB.ecm 

Log message:
	* cdl/hal_i386_pc.cdl: Added capability to build redboot with GRUB
	startup type. Also added capability to load applications into a
	higher RAM address (2MB) so they work with new GRUB based redboot.
	* include/pkgconf/mlt_i386_pc_ram_hi.mlt:
	* include/pkgconf/mlt_i386_pc_ram_hi.h:
	* include/pkgconf/mlt_i386_pc_ram_hi.ldi: New files for loading
	applications at 2MB.
	* misc/redboot_GRUB.ecm: New file for creating GRUB loadable
	redboot


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-06-20 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-01  7:48 ecos/packages/hal/i386/pc/current ChangeLog cd nickg
2004-08-18  9:57 asl
2005-01-22 15:25 asl
2005-04-17 12:11 asl
2005-04-27 18:57 asl
2005-06-20 18:29 asl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).