This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320DM648: Boot loader code for DM648

Part Number: TMS320DM648

Hello team, 

Customer is having a reliability problem with the 2nd 1G port on the DM648 after boot.

Do we have any errata documents on the 1G ports for the DM648?

Do we have a newer version on the boot loader code for customer to review?

 Thanks,

Sepeedah

Here is a file list of the main files:

KAILASH_ethernetboot.c

bethpr.c

btblpr.c

ethmain.c

rtx.c

common.c

 

 

Here is the header and footer of file KAILASH_ethernetboot.c:

/*  ============================================================================
*   Copyright (c) Texas Instruments Inc 2002, 2003, 2004
*
*   Use of this software is controlled by the terms and conditions found in the
*   license agreement under which this software has been supplied.
*   ===========================================================================
*/


/** @file KAILASH_ethernetboot.c
*
*  @brief File contains dummy code for Ethernet-MAC boot option KAILASH_performEthernetBoot()
*
*  Description
*    - The @a KAILASH_performEthernetBoot() function definition & it's associated functions
*
*  Modification 1
*    - Created on: Jan 17, 2006
*    - Reason: created the sources
*
*  @author anonymous
*/

.

.

.

//-------------------------------------------------------------------------
// Revision History:
//
// 2007-Jan-03   - Removed BLOCK bit enable in UNICAST ALE entry for own
//                 MAC address, Removed second call to ethernetOpenDevice
//                 since this is already called from standard boot kernel
// 2007-Jan-07   - Added power domain to call to kailash_powerUp function
// 2007-Apr-13   - Updated SerDes TX/RX and added CFGPLL settings
// 2007-Apr-17   - Updated comments and SerDes RX configuration values
// 2007-May-4    - Modified code for ESS boot as standalone code for
//                 testing ESS-HPI boot workaround.
//-------------------------------------------------------------------------