MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mccibootloaderboard_catena46xx_storageinit.c
Go to the documentation of this file.
1/*
2
3Module: mccibootloaderboard_catena46xx_storageinit.c
4
5Function:
6 McciBootloaderBoard_Catena46xx_storageInit()
7
8Copyright and License:
9 This file copyright (C) 2021 by
10
11 MCCI Corporation
12 3520 Krums Corners Road
13 Ithaca, NY 14850
14
15 See accompanying LICENSE file for copyright and license information.
16
17Author:
18 Terry Moore, MCCI Corporation March 2021
19
20*/
21
23
25
26/****************************************************************************\
27|
28| Manifest constants & typedefs.
29|
30\****************************************************************************/
31
32
33
34/****************************************************************************\
35|
36| Read-only data.
37|
38\****************************************************************************/
39
40
41
42/****************************************************************************\
43|
44| Variables.
45|
46\****************************************************************************/
47
48
49/*
50
51Name: McciBootloaderBoard_Catena46xx_storageInit()
52
53Function:
54 Initialize the Catena46xx external storage.
55
56Definition:
57 typedef McciBootloaderPlatform_StorageInit_t
58 McciBootloaderBoard_Catena46xx_storageInit;
59
60 void McciBootloaderBoard_Catena46xx_storageInit(
61 void
62 );
63
64Description:
65 Initialize SPI, init the external flash, and we're ready.
66
67Returns:
68 No explicit result.
69
70Notes:
71
72
73*/
74
75void
83
84
85/**** end of mccibootloaderboard_catena46xx_storageinit.c ****/
McciBootloaderPlatform_StorageInitFn_t McciBootloaderFlash_Mx25v8035f_storageInit
static void McciBootloaderPlatform_spiInit(void)
void McciBootloaderBoard_Catena46xx_storageInit(void)