1The MEC1701 HAL was downloaded from:
2
3https://github.com/MicrochipTech/Peripheral-mec1701
4
5Massaged the file with :
6sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed
7to MCHP_MEC1701.h
8
9Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h
10
11Microchip HAL contianing the above MEC1701 single header and the
12MEC1501 component style is located at:
13
14https://github.com/MicrochipTech/hal_microchip
15
16Version: 1.2.1
17Add missing eSPI Virtual Wires groups 8 - 10 GIRQ definitions.
18Make sure all typedef's of structures are "typedef struct struct_name".
19Remove non-printable character from SAF header
20Add max name to GPIO ID enum
21Rename the SPISLV to SPIP
22
23Version: 1.2.1
24Update eSPI definitions
25Changed all hex upper case 'ABCDEF' to lower case
26Changed all 'ul/UL' unsigned numeric suffix to 'u'
27
28
29The Microchip Polarfire SOC HAL was downloaded from:
30
31https://github.com/polarfire-soc/platform
32
33Addditionally, the bare metal samples from https://github.com/polarfire-soc/polarfire-soc-bare-metal-examples
34are required to extract the Icicle Kit bopard configuration files.
35
36Both are from Tag 21.08
37
38The following changes were made:
39
40 - platform-2021.08 top folder renamed to mpfs and located at modules/hal/microchip
41 - The applications/mpfs-pmp-demo/mpfs-pmp-app-u54-1/src/boards folder is copied to modules/hal/microchip/mpfs