Mercurial > flash_v2
changeset 389:256ebfbc615b
Add SRAM definitions.
| author | gthomas |
|---|---|
| date | Fri, 25 Oct 2002 20:36:35 +0000 |
| parents | 38dad94e75ce |
| children | 5cbd0f6d9ced |
| files | packages/hal/arm/sa11x0/var/current/ChangeLog packages/hal/arm/sa11x0/var/current/include/hal_sa11x0.h |
| diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/sa11x0/var/current/ChangeLog +++ b/packages/hal/arm/sa11x0/var/current/ChangeLog @@ -1,3 +1,8 @@ +2002-10-25 Gary Thomas <gthomas@ecoscentric.com> (inspired by) +2002-10-25 Gordon Schumacher <gordon_schumacher@maxtor.com> + + * include/hal_sa11x0.h: Add SRAM definitions. + 2002-08-12 Mark Salter <msalter@redhat.com> * cdl/hal_arm_sa11x0.cdl: Remove CYGSEM_REDBOOT_ARM_LINUX_BOOT
--- a/packages/hal/arm/sa11x0/var/current/include/hal_sa11x0.h +++ b/packages/hal/arm/sa11x0/var/current/include/hal_sa11x0.h @@ -9,6 +9,7 @@ // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2002 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 @@ -83,6 +84,9 @@ #define SA11X0_ROM_BANK2_BASE (SA11X0_ROM_BANK1_BASE + SZ_128M) #define SA11X0_ROM_BANK3_BASE (SA11X0_ROM_BANK2_BASE + SZ_128M) +#define SA11X0_SRAM_BANK0_BASE (0x40000000) +#define SA11X0_SRAM_BANK1_BASE (SA11X0_SRAM_BANK0_BASE + SZ_128M) + #define SA11X0_RAM_BANK0_BASE (0xC0000000) #define SA11X0_RAM_BANK1_BASE (SA11X0_RAM_BANK0_BASE + SZ_128M) #define SA11X0_RAM_BANK2_BASE (SA11X0_RAM_BANK1_BASE + SZ_128M)
