Skip to content
Snippets Groups Projects
Commit d20053ef authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

sc520: Update to new AMD Copyright


AMD recently changed the licensing of the RAM sizing code to the
GPLv2 (or at your option any later version)

Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
parent 880c59e5
No related branches found
No related tags found
No related merge requests found
...@@ -25,48 +25,85 @@ ...@@ -25,48 +25,85 @@
* copyright is included below * copyright is included below
*/ */
/* /* TITLE SIZER - Aspen DRAM Sizing Routine.
* ============================================================================= * =============================================================================
* *
* Copyright 1999 Advanced Micro Devices, Inc. * Copyright 1999 Advanced Micro Devices, Inc.
* * You may redistribute this program and/or modify this program under the terms
* This software is the property of Advanced Micro Devices, Inc (AMD) which * of the GNU General Public License as published by the Free Software Foundation;
* specifically grants the user the right to modify, use and distribute this * either version 2 of the License, or (at your option) any later version.
* software provided this COPYRIGHT NOTICE is not removed or altered. All *
* other rights are reserved by AMD. * This program is distributed WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED
* * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY * General Public License for more details.
* OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT OF *
* THIRD-PARTY INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. * You should have received a copy of the GNU General Public License along with
* IN NO EVENT SHALL AMD OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER * this program; if not, write to the Free Software Foundation, Inc.,
* (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
* INTERRUPTION, LOSS OF INFORMAITON) ARISING OUT OF THE USE OF OR INABILITY *
* TO USE THE MATERIALS, EVEN IF AMD HAS BEEN ADVISED OF THE POSSIBILITY OF * THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY
* SUCH DAMAGES. BECAUSE SOME JURSIDICTIONS PROHIBIT THE EXCLUSION OR * OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT OF
* LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE * THIRD-PARTY INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE.
* LIMITATION MAY NOT APPLY TO YOU. * IN NO EVENT SHALL AMD OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER
* * (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS
* AMD does not assume any responsibility for any errors that may appear in * INTERRUPTION, LOSS OF INFORMATION) ARISING OUT OF THE USE OF OR INABILITY
* the Materials nor any responsibility to support or update the Materials. * TO USE THE MATERIALS, EVEN IF AMD HAS BEEN ADVISED OF THE POSSIBILITY OF
* AMD retains the right to make changes to its test specifications at any * SUCH DAMAGES. BECAUSE SOME JURSIDICTIONS PROHIBIT THE EXCLUSION OR
* time, without notice. * LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE
* * LIMITATION MAY NOT APPLY TO YOU.
* So that all may benefit from your experience, please report any problems *
* or suggestions about this software back to AMD. Please include your name, * AMD does not assume any responsibility for any errors that may appear in
* company, telephone number, AMD product requiring support and question or * the Materials nor any responsibility to support or update the Materials.
* problem encountered. * AMD retains the right to make changes to its test specifications at any
* * time, without notice.
* Advanced Micro Devices, Inc. Worldwide support and contact * ==============================================================================
* Embedded Processor Division information available at:
* Systems Engineering epd.support@amd.com
* 5204 E. Ben White Blvd. -or-
* Austin, TX 78741 http://www.amd.com/html/support/techsup.html
* ============================================================================
*/ */
/*
/******************************************************************************* ******************************************************************************
* AUTHOR : Buddy Fey - Original. *
* FILE : sizer.asm - SDRAM DIMM Sizing Algorithm
*
*
*
* FUNCTIONS : sizemem() - jumped to, not called. To be executed after
* reset to determine the size of the SDRAM DIMMs. Initializes
* the memory subsystem.
*
*
* AUTHOR : Buddy Fey - Original.
*
*
* DESCRIPTION : Performs sizing on SDRAM DIMMs on ASPEN processor.
* NOTE: This is a small memory model version
*
*
* INPUTS : BP contains return address offset
* CACHE is assumed to be disabled.
* The FS segment limit has already been set to big real mode
* (full 32-bit addressing capability)
*
*
* OUTPUTS : None
*
*
* REG USE : ax,bx,cx,dx,di,si,bp, fs
*
*
* REVISION : See PVCS info below
*
*
* TEST PLAN CROSS REFERENCE:
*
*
* $Workfile: $
* $Revision: 1.2 $
* $Date: 1999/09/22 12:49:33 $
* $Author: chipf $
* $Log: sizer.asm $
* Revision 1.2 1999/09/22 12:49:33 chipf
* Add legal header
*
******************************************************************************* *******************************************************************************
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment