Mercurial > ecos-v2_0-branch
view packages/hal/arm/sa11x0/sa1100mm/current/ChangeLog @ 148:8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
| author | jlarmour |
|---|---|
| date | Fri, 12 Jan 2001 08:11:46 +0000 |
| parents | 2e9a636d9de9 |
| children | 25e238959bae |
line wrap: on
line source
2001-01-05 Hugo Tyson <hmt@redhat.com> * include/plf_mmap.h: New file. Statically defined macros for translation from virtual to physical and back, and to get an uncached address for a normally-cached object. HAL_MM_PAGESIZE() HAL_VIRT_TO_PHYS_ADDRESS() HAL_PHYS_TO_VIRT_ADDRESS() HAL_VIRT_TO_UNCACHED_ADDRESS(). This included by the variant hal's hal_cache.h for convenience and proximity to other memory and cache features. * src/sa1100mm_misc.c (hal_mmu_init): Add double mapping for uncached access to SDRAM area, at its physical address. 2000-12-13 Hugo Tyson <hmt@redhat.com> * src/sa1100mm_misc.c: Use <cyg/hal/hal_mm.h> from the variant HAL for definitions of all MM tables and so on. * include/hal_platform_ints.h: Removed; it was the same in all platforms so is now in the common variant hal, "hal_var_ints.h" and accessible as CYGBLD_HAL_VAR_INTS_H <cyg/hal/hal_var_ints.h> 2000-11-27 Drew Moseley <dmoseley@redhat.com> * src/sa1100mm_misc.c (sa1100mm_program_new_stack): New function for switching to an application stack when running a program under a ROM monitor. * cdl/hal_arm_sa11x0_sa1100mm. Define HAL_ARCH_PROGRAM_NEW_STACK. 2000-11-13 Drew Moseley <dmoseley@st-kitts.caribbean> * misc/redboot_ROM.cfg: Turn on REDBOOT_BSP_SYSCALLS. * misc/redboot_RAM.cfg: Ditto. 2000-11-09 Drew Moseley <dmoseley@redhat.com> * misc/redboot_ROM.cfg: New import file for ecosconfig. * misc/redboot_RAM.cfg: Ditto. 2000-11-06 Drew Moseley <dmoseley@redhat.com> * cdl/hal_arm_sa11x0_sa1100mm.cdl: Use the "-mapcs-frame" compile option. 2000-10-25 Drew Moseley <dmoseley@redhat.com> * src/sa1100mm_misc.c: New file. Support for SA1100 Multimedia board. * include/pkgconf/mlt_arm_sa11x0_sa1100mm_rom.mlt: Ditto. * include/pkgconf/mlt_arm_sa11x0_sa1100mm_rom.ldi: Ditto. * include/pkgconf/mlt_arm_sa11x0_sa1100mm_rom.h: Ditto. * include/pkgconf/mlt_arm_sa11x0_sa1100mm_ram.mlt: Ditto. * include/pkgconf/mlt_arm_sa11x0_sa1100mm_ram.ldi: Ditto. * include/pkgconf/mlt_arm_sa11x0_sa1100mm_ram.h: Ditto. * include/sa1100mm.h: Ditto. * include/hal_platform_setup.h: Ditto. * include/hal_platform_ints.h: Ditto. * cdl/hal_arm_sa11x0_sa1100mm.cdl: Ditto. * Changelog: Ditto. //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
