source: svn/newcon3bcm2_21bu/magnum/basemodules/chp/7552/rdb/b0/bchp_bootrom.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 1999-2011, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *
7 * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
8 * AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
9 * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
10 *
11 * $brcm_Workfile: bchp_bootrom.h $
12 * $brcm_Revision: Hydra_Software_Devel/2 $
13 * $brcm_Date: 9/8/11 1:00a $
14 *
15 * Module Description:
16 *                     DO NOT EDIT THIS FILE DIRECTLY
17 *
18 * This module was generated magically with RDB from a source description
19 * file. You must edit the source file for changes to be made to this file.
20 *
21 *
22 * Date:           Generated on         Wed Sep  7 23:33:23 2011
23 *                 MD5 Checksum         aff3518aefc2f3a6bc037a41f665574e
24 *
25 * Compiled with:  RDB Utility          combo_header.pl
26 *                 RDB Parser           3.0
27 *                 unknown              unknown
28 *                 Perl Interpreter     5.008008
29 *                 Operating System     linux
30 *
31 * Revision History:
32 *
33 * $brcm_Log: W:/pntruong/views/pntruong_97552_devel_sview/magnum/basemodules/chp/7552/rdb/b0/bchp_bootrom.h $
34 *
35 * Hydra_Software_Devel/2   9/8/11 1:00a pntruong
36 * SW7552-89: Synced up with central rdb.
37 *
38 ***************************************************************************/
39
40#ifndef BCHP_BOOTROM_H__
41#define BCHP_BOOTROM_H__
42
43/***************************************************************************
44 *BOOTROM - MIPS BOOTROM array
45 ***************************************************************************/
46
47/***************************************************************************
48 *DATA_ARRAY%i - MIPS BootROM Data Array of size 4KB. Depending on bootmodes and chip operating sequences, this BootROM content may become inaccessible. In such scenarios, any read access to the BootROM will return 0x0.
49 ***************************************************************************/
50#define BCHP_BOOTROM_DATA_ARRAYi_ARRAY_BASE                        0x00500000
51#define BCHP_BOOTROM_DATA_ARRAYi_ARRAY_START                       0
52#define BCHP_BOOTROM_DATA_ARRAYi_ARRAY_END                         1023
53#define BCHP_BOOTROM_DATA_ARRAYi_ARRAY_ELEMENT_SIZE                32
54
55/***************************************************************************
56 *DATA_ARRAY%i - MIPS BootROM Data Array of size 4KB. Depending on bootmodes and chip operating sequences, this BootROM content may become inaccessible. In such scenarios, any read access to the BootROM will return 0x0.
57 ***************************************************************************/
58/* BOOTROM :: DATA_ARRAYi :: WORD [31:00] */
59#define BCHP_BOOTROM_DATA_ARRAYi_WORD_MASK                         0xffffffff
60#define BCHP_BOOTROM_DATA_ARRAYi_WORD_SHIFT                        0
61
62
63#endif /* #ifndef BCHP_BOOTROM_H__ */
64
65/* End of File */
Note: See TracBrowser for help on using the repository browser.