/* Copyright (c) 2015 Broadcom All Rights Reserved <:label-BRCM:2015:DUAL/GPL:standard Unless you and Broadcom execute a separate written software license agreement governing use of this software, this software is licensed to you under the terms of the GNU General Public License version 2 (the "GPL"), available at http://www.broadcom.com/licenses/GPLv2.php, with the following added to such license: As a special exception, the copyright holders of this software give you permission to link this software with independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from this software. The special exception does not apply to any modifications of the software. Not withstanding the above, under no circumstances may you combine this software in any way with any other Broadcom software provided under a license other than the GPL, without Broadcom's express prior written consent. :> */ /* This is an automated file. Do not edit its contents. */ #ifndef __RDD_RUNNER_REG_DUMP_ADDRS_H__ #define __RDD_RUNNER_REG_DUMP_ADDRS_H__ #define DDR_INDEX 0 #define PSRAM_INDEX 1 #define CORE_0_INDEX 2 #define CORE_1_INDEX 3 #define CORE_2_INDEX 4 #define CORE_3_INDEX 5 #define CORE_4_INDEX 6 #define CORE_5_INDEX 7 #define CORE_6_INDEX 8 #define CORE_7_INDEX 9 #define CORE_8_INDEX 10 #define CORE_9_INDEX 11 #define CORE_10_INDEX 12 #define CORE_11_INDEX 13 #define CORE_12_INDEX 14 #define CORE_13_INDEX 15 #define CORE_14_INDEX 16 #define CORE_15_INDEX 17 #if defined BCM6858 #define NUMBER_OF_SEGMENTS 18 #define NUMBER_OF_TABLES 888 #endif #endif /* __RDD_RUNNER_REG_DUMP_ADDRS_H__ */