This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XScale HAL packages - CDL parenting


This patch fixes the CDL parenting of various XScale HAL packages to
avoid orphaned package nodes in the eCos Configuration Tool tree.
Checked-in.

John Dallaway
Index: hal/arm/xscale/grg/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/grg/current/ChangeLog,v
retrieving revision 1.12
diff -U5 -r1.12 ChangeLog
--- hal/arm/xscale/grg/current/ChangeLog	2 Feb 2009 19:16:09 -0000	1.12
+++ hal/arm/xscale/grg/current/ChangeLog	16 Oct 2009 08:16:13 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_grg.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_IXP425.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_grg.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -70,11 +75,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/grg/current/cdl/hal_arm_xscale_grg.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/grg/current/cdl/hal_arm_xscale_grg.cdl,v
retrieving revision 1.7
diff -U5 -r1.7 hal_arm_xscale_grg.cdl
--- hal/arm/xscale/grg/current/cdl/hal_arm_xscale_grg.cdl	2 Feb 2009 19:16:09 -0000	1.7
+++ hal/arm/xscale/grg/current/cdl/hal_arm_xscale_grg.cdl	16 Oct 2009 08:16:14 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_GRG {
     display       "Intel Generic Residential Gateway Platform"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_IXP425
     implements    CYGINT_HAL_ARM_BIGENDIAN
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_grg.h
     description   "
Index: hal/arm/xscale/iop310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iop310/current/ChangeLog,v
retrieving revision 1.9
diff -U5 -r1.9 ChangeLog
--- hal/arm/xscale/iop310/current/ChangeLog	2 Feb 2009 19:16:09 -0000	1.9
+++ hal/arm/xscale/iop310/current/ChangeLog	16 Oct 2009 08:16:14 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_iop310.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_CORE.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_iop310.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -466,11 +471,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/iop310/current/cdl/hal_arm_xscale_iop310.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iop310/current/cdl/hal_arm_xscale_iop310.cdl,v
retrieving revision 1.6
diff -U5 -r1.6 hal_arm_xscale_iop310.cdl
--- hal/arm/xscale/iop310/current/cdl/hal_arm_xscale_iop310.cdl	2 Feb 2009 19:16:09 -0000	1.6
+++ hal/arm/xscale/iop310/current/cdl/hal_arm_xscale_iop310.cdl	16 Oct 2009 08:16:14 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -47,11 +47,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_IOP310 {
     display       "Intel IOP310 (IQ80200/IQ80310) XScale chipset"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_CORE
     define_header hal_arm_xscale_iop310.h
     include_dir   cyg/hal
     hardware
     description   "
         The IOP310 HAL package provides the support needed to run
Index: hal/arm/xscale/iq80310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iq80310/current/ChangeLog,v
retrieving revision 1.11
diff -U5 -r1.11 ChangeLog
--- hal/arm/xscale/iq80310/current/ChangeLog	29 Jan 2009 17:49:07 -0000	1.11
+++ hal/arm/xscale/iq80310/current/ChangeLog	16 Oct 2009 08:16:15 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_iq80310.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_IOP310.
+
 2003-09-23  Jani Monoses <jani@iv.ro>
 	
         * src/diag/diag.c: Only use ethernet if CYGPKG_IO_ETH_DRIVERS
         is enabled.
 
@@ -512,11 +517,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/iq80310/current/cdl/hal_arm_xscale_iq80310.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iq80310/current/cdl/hal_arm_xscale_iq80310.cdl,v
retrieving revision 1.3
diff -U5 -r1.3 hal_arm_xscale_iq80310.cdl
--- hal/arm/xscale/iq80310/current/cdl/hal_arm_xscale_iq80310.cdl	29 Jan 2009 17:49:07 -0000	1.3
+++ hal/arm/xscale/iq80310/current/cdl/hal_arm_xscale_iq80310.cdl	16 Oct 2009 08:16:15 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -47,11 +47,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_IQ80310 {
     display       "Intel Cyclone eval board"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_IOP310
     define_header hal_arm_xscale_iq80310.h
     include_dir   cyg/hal
     hardware
     description   "
         The IQ80310 HAL package provides the support needed to run
Index: hal/arm/xscale/iq80321/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iq80321/current/ChangeLog,v
retrieving revision 1.20
diff -U5 -r1.20 ChangeLog
--- hal/arm/xscale/iq80321/current/ChangeLog	2 Feb 2009 19:16:09 -0000	1.20
+++ hal/arm/xscale/iq80321/current/ChangeLog	16 Oct 2009 08:16:15 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_iq80321.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_VERDE.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_iq80321.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -306,11 +311,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/iq80321/current/cdl/hal_arm_xscale_iq80321.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iq80321/current/cdl/hal_arm_xscale_iq80321.cdl,v
retrieving revision 1.7
diff -U5 -r1.7 hal_arm_xscale_iq80321.cdl
--- hal/arm/xscale/iq80321/current/cdl/hal_arm_xscale_iq80321.cdl	2 Feb 2009 19:16:09 -0000	1.7
+++ hal/arm/xscale/iq80321/current/cdl/hal_arm_xscale_iq80321.cdl	16 Oct 2009 08:16:15 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_IQ80321 {
     display       "Intel XScale IQ80321 evaluation board"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_VERDE
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_iq80321.h
     description   "
         This HAL platform package provides 
Index: hal/arm/xscale/ixdp425/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixdp425/current/ChangeLog,v
retrieving revision 1.17
diff -U5 -r1.17 ChangeLog
--- hal/arm/xscale/ixdp425/current/ChangeLog	2 Feb 2009 19:16:08 -0000	1.17
+++ hal/arm/xscale/ixdp425/current/ChangeLog	16 Oct 2009 08:16:15 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_ixdp425.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_IXP425.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_ixdp425.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -183,11 +188,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl,v
retrieving revision 1.11
diff -U5 -r1.11 hal_arm_xscale_ixdp425.cdl
--- hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl	2 Feb 2009 19:16:08 -0000	1.11
+++ hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl	16 Oct 2009 08:16:16 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_IXDP425 {
     display       "Intel XScale IXDP425 Network Processor Development Platform"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_IXP425
     implements    CYGINT_HAL_ARM_BIGENDIAN
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_ixdp425.h
     description   "
Index: hal/arm/xscale/ixp425/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixp425/current/ChangeLog,v
retrieving revision 1.11
diff -U5 -r1.11 ChangeLog
--- hal/arm/xscale/ixp425/current/ChangeLog	29 Jan 2009 17:49:08 -0000	1.11
+++ hal/arm/xscale/ixp425/current/ChangeLog	16 Oct 2009 08:16:16 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_ixp425.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_CORE.
+
 2005-04-21  David Vrabel  <dvrabel@arcom.com>
 
 	* cdl/hal_arm_xscale_ixp425.cdl: Only require
 	CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT if the exec command
 	is included.
@@ -81,11 +86,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/ixp425/current/cdl/hal_arm_xscale_ixp425.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixp425/current/cdl/hal_arm_xscale_ixp425.cdl,v
retrieving revision 1.5
diff -U5 -r1.5 hal_arm_xscale_ixp425.cdl
--- hal/arm/xscale/ixp425/current/cdl/hal_arm_xscale_ixp425.cdl	29 Jan 2009 17:49:08 -0000	1.5
+++ hal/arm/xscale/ixp425/current/cdl/hal_arm_xscale_ixp425.cdl	16 Oct 2009 08:16:16 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -47,11 +47,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_IXP425 {
     display       "Intel XScale IXP425 Network Processor"
-    parent        CYGPKG_HAL_ARM
+    parent        CYGPKG_HAL_ARM_XSCALE_CORE
     implements    CYGINT_HAL_DEBUG_GDB_STUBS
     implements    CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
     implements    CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
     implements    CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
     hardware
Index: hal/arm/xscale/mpc50/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/mpc50/current/ChangeLog,v
retrieving revision 1.6
diff -U5 -r1.6 ChangeLog
--- hal/arm/xscale/mpc50/current/ChangeLog	2 Feb 2009 19:16:08 -0000	1.6
+++ hal/arm/xscale/mpc50/current/ChangeLog	16 Oct 2009 08:16:16 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_mpc50.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_PXA2X0.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_mpc50.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -24,11 +29,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 2003 Free Software Foundation, Inc.                        
+// Copyright (C) 2003, 2009 Free Software Foundation, Inc.                        
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/mpc50/current/cdl/hal_arm_xscale_mpc50.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/mpc50/current/cdl/hal_arm_xscale_mpc50.cdl,v
retrieving revision 1.5
diff -U5 -r1.5 hal_arm_xscale_mpc50.cdl
--- hal/arm/xscale/mpc50/current/cdl/hal_arm_xscale_mpc50.cdl	2 Feb 2009 19:16:08 -0000	1.5
+++ hal/arm/xscale/mpc50/current/cdl/hal_arm_xscale_mpc50.cdl	16 Oct 2009 08:16:16 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 # ####ECOSGPLCOPYRIGHTBEGIN####                                             
 # -------------------------------------------                               
 # This file is part of eCos, the Embedded Configurable Operating System.    
-# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. 
 #
 # 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      
 # Software Foundation; either version 2 or (at your option) any later       
 # version.                                                                  
@@ -46,11 +46,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_HAL_ARM_XSCALE_MPC50 {
 	display       "MPC 5.0"
-	parent        CYGPKG_HAL_ARM_PXA2X0
+	parent        CYGPKG_HAL_ARM_XSCALE_PXA2X0
 	hardware
 	include_dir   cyg/hal
 	define_header hal_arm_xscale_mpc50.h
 	description   "
 		This HAL platform package provides support for the MPC 5.0
Index: hal/arm/xscale/npwr/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/npwr/current/ChangeLog,v
retrieving revision 1.3
diff -U5 -r1.3 ChangeLog
--- hal/arm/xscale/npwr/current/ChangeLog	29 Jan 2009 17:49:08 -0000	1.3
+++ hal/arm/xscale/npwr/current/ChangeLog	16 Oct 2009 08:16:16 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_npwr.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_IOP310.
+
 2002-11-13  Mark Salter  <msalter@redhat.com>
 	* include/hal_platform_setup.h: Use IOP310_EARLY_PCI_SETUP to make
 	some BIOSes happy. BTB_INIT and MMU macros provided elsewhere.
 
 2002-11-12  Gary Thomas  <gary@mlbassoc.com>
@@ -19,11 +24,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/npwr/current/cdl/hal_arm_xscale_npwr.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/npwr/current/cdl/hal_arm_xscale_npwr.cdl,v
retrieving revision 1.2
diff -U5 -r1.2 hal_arm_xscale_npwr.cdl
--- hal/arm/xscale/npwr/current/cdl/hal_arm_xscale_npwr.cdl	29 Jan 2009 17:49:09 -0000	1.2
+++ hal/arm/xscale/npwr/current/cdl/hal_arm_xscale_npwr.cdl	16 Oct 2009 08:16:16 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -47,11 +47,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_NPWR {
     display       "NPWR Linux Engine (TeamASA)"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_IOP310
     define_header hal_arm_xscale_npwr.h
     include_dir   cyg/hal
     hardware
     description   "
         The NPWR HAL package provides the support needed to run
Index: hal/arm/xscale/picasso/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/picasso/current/ChangeLog,v
retrieving revision 1.7
diff -U5 -r1.7 ChangeLog
--- hal/arm/xscale/picasso/current/ChangeLog	2 Feb 2009 19:16:08 -0000	1.7
+++ hal/arm/xscale/picasso/current/ChangeLog	16 Oct 2009 08:16:16 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_picasso.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_PXA2X0.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_picasso.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -54,11 +59,11 @@
 	* src/xilinx-load.c: Improve feedback during FPGA downloads.
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/picasso/current/cdl/hal_arm_xscale_picasso.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/picasso/current/cdl/hal_arm_xscale_picasso.cdl,v
retrieving revision 1.4
diff -U5 -r1.4 hal_arm_xscale_picasso.cdl
--- hal/arm/xscale/picasso/current/cdl/hal_arm_xscale_picasso.cdl	2 Feb 2009 19:16:08 -0000	1.4
+++ hal/arm/xscale/picasso/current/cdl/hal_arm_xscale_picasso.cdl	16 Oct 2009 08:16:17 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_PICASSO {
     display       "uEngine 250"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_PXA2X0
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_picasso.h
     description   "
         This HAL platform package provides 
Index: hal/arm/xscale/prpmc1100/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/prpmc1100/current/ChangeLog,v
retrieving revision 1.7
diff -U5 -r1.7 ChangeLog
--- hal/arm/xscale/prpmc1100/current/ChangeLog	2 Feb 2009 19:16:08 -0000	1.7
+++ hal/arm/xscale/prpmc1100/current/ChangeLog	16 Oct 2009 08:16:17 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_prmpc1100.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_IXP425.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_prpmc1100.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -28,11 +33,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/prpmc1100/current/cdl/hal_arm_xscale_prpmc1100.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/prpmc1100/current/cdl/hal_arm_xscale_prpmc1100.cdl,v
retrieving revision 1.4
diff -U5 -r1.4 hal_arm_xscale_prpmc1100.cdl
--- hal/arm/xscale/prpmc1100/current/cdl/hal_arm_xscale_prpmc1100.cdl	2 Feb 2009 19:16:08 -0000	1.4
+++ hal/arm/xscale/prpmc1100/current/cdl/hal_arm_xscale_prpmc1100.cdl	16 Oct 2009 08:16:17 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_PRPMC1100 {
     display       "Motorola PrPMC1100 Processor PMC"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_IXP425
     implements    CYGINT_HAL_ARM_BIGENDIAN
     requires      CYGHWR_HAL_ARM_BIGENDIAN
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_prpmc1100.h
Index: hal/arm/xscale/pxa2x0/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/pxa2x0/current/ChangeLog,v
retrieving revision 1.15
diff -U5 -r1.15 ChangeLog
--- hal/arm/xscale/pxa2x0/current/ChangeLog	24 Mar 2009 16:25:15 -0000	1.15
+++ hal/arm/xscale/pxa2x0/current/ChangeLog	16 Oct 2009 08:16:17 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_pxa2x0.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_CORE.
+
 2009-03-24  John Dallaway  <john@dallaway.org.uk>
 
 	* src/pxa2x0_misc.c (hal_interrupt_configure): Use GFER0/GRER0 for
 	GPIO2-GPIO31. Patch from Alfonso Sanchez. [ Bugzilla 1000681 ]
 
@@ -84,11 +89,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 2003 Free Software Foundation, Inc.                        
+// Copyright (C) 2003, 2009 Free Software Foundation, Inc.                        
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/pxa2x0/current/cdl/hal_arm_xscale_pxa2x0.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/pxa2x0/current/cdl/hal_arm_xscale_pxa2x0.cdl,v
retrieving revision 1.6
diff -U5 -r1.6 hal_arm_xscale_pxa2x0.cdl
--- hal/arm/xscale/pxa2x0/current/cdl/hal_arm_xscale_pxa2x0.cdl	29 Jan 2009 17:49:10 -0000	1.6
+++ hal/arm/xscale/pxa2x0/current/cdl/hal_arm_xscale_pxa2x0.cdl	16 Oct 2009 08:16:17 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 # ####ECOSGPLCOPYRIGHTBEGIN####                                             
 # -------------------------------------------                               
 # This file is part of eCos, the Embedded Configurable Operating System.    
-# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. 
 #
 # 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      
 # Software Foundation; either version 2 or (at your option) any later       
 # version.                                                                  
@@ -46,11 +46,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_HAL_ARM_XSCALE_PXA2X0 {
     display       "ARM PXA2X0 architecture"
-    parent        CYGPKG_HAL_ARM
+    parent        CYGPKG_HAL_ARM_XSCALE_CORE
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_pxa2x0.h
     description   "
         This HAL variant package provides generic
Index: hal/arm/xscale/uE250/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/uE250/current/ChangeLog,v
retrieving revision 1.16
diff -U5 -r1.16 ChangeLog
--- hal/arm/xscale/uE250/current/ChangeLog	2 Feb 2009 19:16:08 -0000	1.16
+++ hal/arm/xscale/uE250/current/ChangeLog	16 Oct 2009 08:16:17 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_uE250.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_PXA2X0.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_uE250.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -102,11 +107,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl,v
retrieving revision 1.6
diff -U5 -r1.6 hal_arm_xscale_uE250.cdl
--- hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl	2 Feb 2009 19:16:08 -0000	1.6
+++ hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl	16 Oct 2009 08:16:18 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_UE250 {
     display       "uEngine 250"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_PXA2X0
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_uE250.h
     description   "
         This HAL platform package provides 
Index: hal/arm/xscale/verde/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/verde/current/ChangeLog,v
retrieving revision 1.13
diff -U5 -r1.13 ChangeLog
--- hal/arm/xscale/verde/current/ChangeLog	29 Jan 2009 17:49:10 -0000	1.13
+++ hal/arm/xscale/verde/current/ChangeLog	16 Oct 2009 08:16:18 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_verde.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_CORE.
+
 2004-09-24  Drew Moseley  <drew.moseley@intel.com>
 
        * src/verde_misc.c: Fix typo in drain-write-buffer command.
 
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
@@ -171,11 +176,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/verde/current/cdl/hal_arm_xscale_verde.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/verde/current/cdl/hal_arm_xscale_verde.cdl,v
retrieving revision 1.8
diff -U5 -r1.8 hal_arm_xscale_verde.cdl
--- hal/arm/xscale/verde/current/cdl/hal_arm_xscale_verde.cdl	29 Jan 2009 17:49:10 -0000	1.8
+++ hal/arm/xscale/verde/current/cdl/hal_arm_xscale_verde.cdl	16 Oct 2009 08:16:18 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -47,11 +47,11 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 cdl_package CYGPKG_HAL_ARM_XSCALE_VERDE {
     display       "Intel XScale 80321 IO Processor"
-    parent        CYGPKG_HAL_ARM
+    parent        CYGPKG_HAL_ARM_XSCALE_CORE
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_verde.h
     description   "
         This HAL variant package provides generic
Index: hal/arm/xscale/xsengine/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/xsengine/current/ChangeLog,v
retrieving revision 1.4
diff -U5 -r1.4 ChangeLog
--- hal/arm/xscale/xsengine/current/ChangeLog	2 Feb 2009 19:16:08 -0000	1.4
+++ hal/arm/xscale/xsengine/current/ChangeLog	16 Oct 2009 08:16:18 -0000
@@ -1,5 +1,10 @@
+2009-10-16  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_arm_xscale_xsengine.cdl: Parent under
+	CYGPKG_HAL_ARM_XSCALE_PXA2X0.
+
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_xscale_xsengine.cdl: update compiler flags for gcc 4.x
 
 2009-01-24  Bart Veer <bartv@ecoscentric.com>
@@ -26,11 +31,11 @@
 
 //===========================================================================
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2009 Free Software Foundation, Inc.
 //
 // This program 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 Software Foundation; either version 2 or (at your option) any   
 // later version.                                                           
Index: hal/arm/xscale/xsengine/current/cdl/hal_arm_xscale_xsengine.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/xsengine/current/cdl/hal_arm_xscale_xsengine.cdl,v
retrieving revision 1.4
diff -U5 -r1.4 hal_arm_xscale_xsengine.cdl
--- hal/arm/xscale/xsengine/current/cdl/hal_arm_xscale_xsengine.cdl	2 Feb 2009 19:16:08 -0000	1.4
+++ hal/arm/xscale/xsengine/current/cdl/hal_arm_xscale_xsengine.cdl	16 Oct 2009 08:16:20 -0000
@@ -6,11 +6,11 @@
 #
 # ====================================================================
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2009 Free Software Foundation, Inc.
 ##
 ## 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     
 ## Software Foundation; either version 2 or (at your option) any later      
 ## version.                                                                 
@@ -46,11 +46,11 @@
 #####DESCRIPTIONEND####
 # ====================================================================
 
 cdl_package CYGPKG_HAL_ARM_XSCALE_XSENGINE {
     display       "Exys XSEngine"
-    parent        CYGPKG_HAL_ARM_XSCALE
+    parent        CYGPKG_HAL_ARM_XSCALE_PXA2X0
     hardware
     include_dir   cyg/hal
     define_header hal_arm_xscale_xsengine.h
     description   "
         This HAL platform package provides 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]