public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2008-11-11  4:28 jlarmour
  0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2008-11-11  4:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2008-11-11 04:28:46

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 
	packages/hal/arm/arch/current/include: hal_arch.h 
	packages/hal/arm/arch/current/src: arm.ld hal_misc.c 
	                                   hal_mk_defs.c vectors.S 

Log message:
	* src/arm.ld: Discard C++ EH-related sections when we can't
	possibly support C++ EH (no CYGPKG_LIBSTDCXX).
	
	* src/hal_mk_defs.c: Also export HAL_BREAKINST_THUMB and
	HAL_BREAKINST_ARM to asm.
	* src/arm.ld: Revise alignment yet further. Maintain ALIGN_LMA
	at original value, but define alignment for use in compliance
	with AAPCS. Expand explanatory comments.
	(SECTION_text): Comply with AAPCS alignment when inserting
	.ARM.extab and .ARM.exidx.
	
	* src/arm.ld: Rework alignment further to improve backward
	compatibility. Improve commenting on alignment issues.
	
	* src/arm.ld: We need to be double-word aligned sometimes, so align
	LMA the same way too.
	
	* cdl/hal_arm.cdl (CYGBLD_HAL_ARM_EABI): EABI has a different C++
	EH implementation, so don't let LIBSTDCXX use the default one.
	
	* src/vectors.S: Correctly conditionalise overwriting (or not)
	of reset vector.
	
	* src/hal_misc.c (CONSTRUCTORS_END): Fix fencepost error.
	
	* include/arm_stub.h: Remove CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION
	and CYG_HAL_GDB_LEAVE_CRITICAL_IO_REGION defines which should remain
	as their defaults.
	* src/arm.ld: Add SECTION_hal_vsr_table for targets which need the
	VSR table in a different location to the rest of the fixed vectors.
	* src/vectors.S: Allow hal_platform_setup.h to define
	CYGHWR_HAL_ARM_SEPARATE_VSR_TABLE to allow move of hal_vsr_table
	to its own section at a different address.
	
	* src/hal_mk_defs.c (main): Export exception vector info
	to asm.
	* src/arm.ld: Remove previous EABI support and instead use a
	different approach incorporating into existing SECTION macros for
	better backward compatibility.
	* src/hal_misc.c (cyg_hal_invoke_constructors): Rewrite init_array
	support for EABI.
	There is now nothing copyrightable remaining from Chris Zimman's
	earlier work in this package.
	
	* cdl/hal_arm.cdl: Rename EABI option. Set default from
	toolchain prefix and flags. Rewrite description.
	* include/hal_arch.h: Rename exception vector addresses to
	names less likely to potentially clash with applications.
	* src/vectors.S: Update vector address names in line with
	hal_arch.h change. Rename CYGNUM_HAL_VECTOR_TABLE ->
	CYGHWR_HAL_VECTOR_TABLE_BASE.
	
	Some of the following changes were inspired by work from Chris
	Zimman. Further changes were also provided, but have not been
	included because either they are cosmetic (whitespace changes
	etc.) and thus will only make it more difficult to merge in future
	updates from public eCos code base in future, increase code size
	for those who don't need it, or break compatibility with public
	eCos.
	* cdl/hal_arm.cdl: Add EABI build option.
	* include/hal_arch.h: Add extra CPSR definitions, and exception
	vector addresses.
	* src/arm.ld: Add EABI support.
	* src/hal_misc.c: Add EABI constructor support.
	* src/vectors.S: Allow variant/processor/platform to specify
	alternate vector table base. Use pretty names from hal_arch.h
	for vector offset/addresses.


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

* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2014-03-16 19:39 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2014-03-16 19:39 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2014-03-16 19:39:12

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 
Added files:
	packages/hal/arm/arch/current/src: mcount.S 

Log message:
	* src/mcount.S: Add mcount functions for call-graph profiling.
	* cdl/hal_arm.cdl: Add option to build mcount functions.
	[ Bugzilla 1001959 ]


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

* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2012-05-11 10:24 nickg
  0 siblings, 0 replies; 7+ messages in thread
From: nickg @ 2012-05-11 10:24 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2012-05-11 10:24:33

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 
	packages/hal/arm/arch/current/include: hal_arch.h hal_intr.h 
	packages/hal/arm/arch/current/src: hal_mk_defs.c vectors.S 

Log message:
	* cdl/hal_arm.cdl: Add CDL to control whether both IRQs and FIQs
	are disabled in critical sections, or only IRQs. The default is to
	disable both and translate any FIQs into IRQs for delivery. The
	alternative is for FIQs to essentially exist outside eCos.
	
	* include/hal_arch.h (CPSR_THREAD_INITIAL):
	* include/hal_intr.h (CPSR_INTR_MASK, HAL_*_INTERRUPTS)
	(HAL_*_FIQ): Add definitions for separating FIQ from IRQ.
	
	* src/hal_mk_defs.c (main):
	* src/vectors.S (start, FIQ, IRQ, spurious_IRQ):
	(hal_*_interrupts, hal_*_FIQ, __fiq_stack_base): Add support for
	separating FIQ from IRQ in critical section processing.


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

* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2009-03-06 16:44 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2009-03-06 16:44 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	ecos-v3_0-branch
Changes by:	jld@sourceware.org	2009-03-06 16:44:50

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 

Log message:
	* cdl/hal_arm.cdl: Merge goals for CYGHWR_THUMB and
	CYGBLD_ARM_ENABLE_THUMB_INTERWORK to allow selective application
	of CDL solutions within the eCos Configuration Tool.


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

* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2009-03-06 16:43 jld
  0 siblings, 0 replies; 7+ messages in thread
From: jld @ 2009-03-06 16:43 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-03-06 16:43:30

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 

Log message:
	* cdl/hal_arm.cdl: Merge goals for CYGHWR_THUMB and
	CYGBLD_ARM_ENABLE_THUMB_INTERWORK to allow selective application
	of CDL solutions within the eCos Configuration Tool.


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

* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2007-10-15 11:28 gthomas
  0 siblings, 0 replies; 7+ messages in thread
From: gthomas @ 2007-10-15 11:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2007-10-15 11:28:06

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 

Log message:
	Use ACTUAL_CFLAGS - from Sergei Gavrikov


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

* ecos/packages/hal/arm/arch/current ChangeLog c ...
@ 2004-09-02 16:30 msalter
  0 siblings, 0 replies; 7+ messages in thread
From: msalter @ 2004-09-02 16:30 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	msalter@sourceware.org	2004-09-02 16:30:54

Modified files:
	packages/hal/arm/arch/current: ChangeLog 
	packages/hal/arm/arch/current/cdl: hal_arm.cdl 
	packages/hal/arm/arch/current/src: redboot_linux_exec.c 

Log message:
	Add -x option to ARM RedBoot exec command


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

end of thread, other threads:[~2014-03-16 19:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-11  4:28 ecos/packages/hal/arm/arch/current ChangeLog c jlarmour
  -- strict thread matches above, loose matches on Subject: below --
2014-03-16 19:39 jld
2012-05-11 10:24 nickg
2009-03-06 16:44 jld
2009-03-06 16:43 jld
2007-10-15 11:28 gthomas
2004-09-02 16:30 msalter

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).