Skip to content

Commit 2bb8184

Browse files
committed
MIMXRT1050: Update the XIP file from SDK 2.6
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent b906d25 commit 2bb8184

File tree

4 files changed

+330
-1199
lines changed

4 files changed

+330
-1199
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/xip/evkbimxrt1050_flexspi_nor_config.c

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,17 @@
11
/*
2-
* The Clear BSD License
32
* Copyright 2017 NXP
43
* All rights reserved.
54
*
6-
* Redistribution and use in source and binary forms, with or without modification,
7-
* are permitted (subject to the limitations in the disclaimer below) provided
8-
* that the following conditions are met:
9-
*
10-
* o Redistributions of source code must retain the above copyright notice, this list
11-
* of conditions and the following disclaimer.
12-
*
13-
* o Redistributions in binary form must reproduce the above copyright notice, this
14-
* list of conditions and the following disclaimer in the documentation and/or
15-
* other materials provided with the distribution.
16-
*
17-
* o Neither the name of the copyright holder nor the names of its
18-
* contributors may be used to endorse or promote products derived from this
19-
* software without specific prior written permission.
20-
*
21-
* NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE.
22-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
26-
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
29-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31-
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5+
* SPDX-License-Identifier: BSD-3-Clause
326
*/
337

348
#include "evkbimxrt1050_flexspi_nor_config.h"
359

10+
/* Component ID definition, used by tools. */
11+
#ifndef FSL_COMPONENT_ID
12+
#define FSL_COMPONENT_ID "platform.drivers.xip_board"
13+
#endif
14+
3615
/*******************************************************************************
3716
* Code
3817
******************************************************************************/

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/xip/evkbimxrt1050_flexspi_nor_config.h

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,9 @@
11
/*
2-
* The Clear BSD License
32
* Copyright (c) 2016, Freescale Semiconductor, Inc.
43
* Copyright 2016-2017 NXP
54
* All rights reserved.
65
*
7-
* Redistribution and use in source and binary forms, with or without
8-
* modification,
9-
* are permitted (subject to the limitations in the disclaimer below) provided
10-
* that the following conditions are met:
11-
*
12-
* o Redistributions of source code must retain the above copyright notice, this
13-
* list
14-
* of conditions and the following disclaimer.
15-
*
16-
* o Redistributions in binary form must reproduce the above copyright notice,
17-
* this
18-
* list of conditions and the following disclaimer in the documentation and/or
19-
* other materials provided with the distribution.
20-
*
21-
* o Neither the name of Freescale Semiconductor, Inc. nor the names of its
22-
* contributors may be used to endorse or promote products derived from this
23-
* software without specific prior written permission.
24-
*
25-
* NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE.
26-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27-
* AND
28-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
31-
* FOR
32-
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33-
* DAMAGES
34-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
35-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
36-
* ON
37-
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
39-
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6+
* SPDX-License-Identifier: BSD-3-Clause
407
*/
418

429
#ifndef __EVKBIMXRT1050_FLEXSPI_NOR_CONFIG__
@@ -46,6 +13,12 @@
4613
#include <stdbool.h>
4714
#include "fsl_common.h"
4815

16+
/*! @name Driver version */
17+
/*@{*/
18+
/*! @brief XIP_BOARD driver version 2.0.0. */
19+
#define FSL_XIP_BOARD_DRIVER_VERSION (MAKE_VERSION(2, 0, 0))
20+
/*@}*/
21+
4922
/* FLEXSPI memory config block related defintions */
5023
#define FLEXSPI_CFG_BLK_TAG (0x42464346UL) // ascii "FCFB" Big Endian
5124
#define FLEXSPI_CFG_BLK_VERSION (0x56010400UL) // V1.4.0

0 commit comments

Comments
 (0)