public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
@ 2008-07-25 11:13 asl
0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2008-07-25 11:13 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-07-25 11:13:36
Modified files:
packages/hal/arm/lpc24xx/ea2468/current: ChangeLog
packages/hal/arm/lpc24xx/ea2468/current/cdl:
hal_arm_lpc24xx_ea2468.cdl
packages/hal/arm/lpc24xx/ea2468/current/include: plf_io.h
packages/hal/arm/lpc24xx/ea2468/current/src: ea2468_misc.c
Log message:
* src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
channels
* include/plf_io.h: Added HAL_LPC2XXX_INIT_CAN() macro for CAN channel
initialisation
^ permalink raw reply [flat|nested] 6+ messages in thread
* ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
@ 2012-05-11 10:25 nickg
0 siblings, 0 replies; 6+ messages in thread
From: nickg @ 2012-05-11 10:25 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: nickg@sourceware.org 2012-05-11 10:25:27
Modified files:
packages/hal/arm/lpc24xx/ea2468/current: ChangeLog
packages/hal/arm/lpc24xx/ea2468/current/cdl:
hal_arm_lpc24xx_ea2468.cdl
packages/hal/arm/lpc24xx/ea2468/current/include/pkgconf:
mlt_arm_lpc24xx_ea2468_ram.ldi
mlt_arm_lpc24xx_ea2468_rom.ldi
Added files:
packages/hal/arm/lpc24xx/ea2468/current/tests: fiq.c
Log message:
* include/pkgconf/mlt_arm_lpc24xx_ea2468_rom.ldi:
* include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Relocate fixed
vectors to 0x40000020. Previously, the HAL_VSR_GET/SET macros
accessed the wrong locations and didn't have any effect; now both
hardware and software have the same idea of where the VSR table
is.
NOTE: that this renders RAM applications built with this layout
incompatible with RedBoot built with the old layout. A new RedBoot
needs to be installed.
* cdl/hal_arm_lpc24xx_ea2468.cdl:
* tests/fiq.c: Add FIQ test program.
^ permalink raw reply [flat|nested] 6+ messages in thread
* ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
@ 2008-11-04 16:19 asl
0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2008-11-04 16:19 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-11-04 16:19:08
Modified files:
packages/hal/arm/lpc24xx/ea2468/current: ChangeLog
packages/hal/arm/lpc24xx/ea2468/current/cdl:
hal_arm_lpc24xx_ea2468.cdl
packages/hal/arm/lpc24xx/ea2468/current/include/pkgconf:
mlt_arm_lpc24xx_ea2468_ram.h
mlt_arm_lpc24xx_ea2468_ram.ldi
packages/hal/arm/lpc24xx/ea2468/current/src: platform_i2c.c
packages/hal/arm/lpc24xx/ea2468/current/tests: i2c_eeprom.c
Log message:
* cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
* include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.h: Reserve 1 MB of
SDRAM for RedBoot.
* include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Reserve 1 MB of
SDRAM for RedBoot
* src/platform_i2c.c: Compile only if I2C channel 0 is supported
^ permalink raw reply [flat|nested] 6+ messages in thread
* ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
@ 2008-09-22 19:20 asl
0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2008-09-22 19:20 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-09-22 19:20:26
Modified files:
packages/hal/arm/lpc24xx/ea2468/current: ChangeLog
packages/hal/arm/lpc24xx/ea2468/current/cdl:
hal_arm_lpc24xx_ea2468.cdl
packages/hal/arm/lpc24xx/ea2468/current/include: plf_io.h
packages/hal/arm/lpc24xx/ea2468/current/src: ea2468_misc.c
Added files:
packages/hal/arm/lpc24xx/ea2468/current/tests: i2c_eeprom.c
Log message:
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS for building I2C test
* include/plf_io.h: Exported I2C devices and bus via macro
HAL_I2C_EXPORTED_DEVICES, Added I2C related defines, Added
functions declarations hal_lpc_eeprom_write() and
hal_lpc_eeprom_read() for I2C EEPROM access
* src/ea2468_misc.c: Replaced CYGARC_HAL_LPC24XX_SET_PIN_FUN() macro
calls with hal_set_pin_function() calls
* src/platform_i2c.c: New file adds I2C bus support for I2C bus 0 and
adds support for I2C EEPROM
* tests/i2c_eeprom: Simple I2C EEPROM read/write test case
^ permalink raw reply [flat|nested] 6+ messages in thread
* ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
@ 2008-09-11 17:53 asl
0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2008-09-11 17:53 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-09-11 17:53:19
Modified files:
packages/hal/arm/lpc24xx/ea2468/current: ChangeLog
packages/hal/arm/lpc24xx/ea2468/current/cdl:
hal_arm_lpc24xx_ea2468.cdl
Log message:
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
CYGHWR_DEVS_ETH_PHY_KSZ8001 if ethernet packages is active
^ permalink raw reply [flat|nested] 6+ messages in thread
* ecos/packages/hal/arm/lpc24xx/ea2468/current C ...
@ 2008-07-12 14:31 asl
0 siblings, 0 replies; 6+ messages in thread
From: asl @ 2008-07-12 14:31 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-07-12 14:31:07
Added files:
packages/hal/arm/lpc24xx/ea2468/current: ChangeLog
packages/hal/arm/lpc24xx/ea2468/current/cdl:
hal_arm_lpc24xx_ea2468.cdl
packages/hal/arm/lpc24xx/ea2468/current/include:
hal_platform_setup.h
plf_io.h
packages/hal/arm/lpc24xx/ea2468/current/include/pkgconf:
mlt_arm_lpc24xx_ea2468_ram.h
mlt_arm_lpc24xx_ea2468_ram.ldi
mlt_arm_lpc24xx_ea2468_rom.h
mlt_arm_lpc24xx_ea2468_rom.ldi
packages/hal/arm/lpc24xx/ea2468/current/src: ea2468_misc.c
Log message:
* Initial release of Embedded Artists LPC2468 OEM board package
* cdl/hal_arm_lpc2xxx_ea2468.cdl
* include/plf_io.h
* include/hal_platform_setup.h
* src/ea2468_misc
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-05-11 10:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-25 11:13 ecos/packages/hal/arm/lpc24xx/ea2468/current C asl
-- strict thread matches above, loose matches on Subject: below --
2012-05-11 10:25 nickg
2008-11-04 16:19 asl
2008-09-22 19:20 asl
2008-09-11 17:53 asl
2008-07-12 14:31 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).