Go to file
Fabio Baltieri 68575aa28c CMakeLists: use MEC15XX for the series option
Rename the SoC series option to MEC15XX to align with the new hwmv2
config name, drop the 1701x option which had no references anyway.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-03-01 15:44:17 +01:00
mec CMakeLists: use MEC15XX for the series option 2024-03-01 15:44:17 +01:00
mpfs mpfs:CMakeLists.txt: Adding mss_gpio directory to build 2022-04-08 15:33:15 -04:00
zephyr modules: make microchip HAL a zephyr module 2019-08-19 07:01:24 -07:00
CMakeLists.txt modules: microchip: CmakeLists: adding entry for mpfs hal 2022-04-08 15:33:15 -04:00
README.txt modules: hal: microchip: README: adding entry for mpfs hal 2022-04-08 15:33:15 -04:00

README.txt

The MEC1701 HAL was downloaded from:

https://github.com/MicrochipTech/Peripheral-mec1701

Massaged the file with :
sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed
to MCHP_MEC1701.h

Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h

Microchip HAL contianing the above MEC1701 single header and the 
MEC1501 component style is located at:

https://github.com/MicrochipTech/hal_microchip

Version: 1.2.1
Add missing eSPI Virtual Wires groups 8 - 10 GIRQ definitions.
Make sure all typedef's of structures are "typedef struct struct_name".
Remove non-printable character from SAF header
Add max name to GPIO ID enum
Rename the SPISLV to SPIP

Version: 1.2.1
Update eSPI definitions
Changed all hex upper case 'ABCDEF' to lower case
Changed all 'ul/UL' unsigned numeric suffix to 'u' 


The Microchip Polarfire SOC HAL was downloaded from:

https://github.com/polarfire-soc/platform

Addditionally, the bare metal samples from https://github.com/polarfire-soc/polarfire-soc-bare-metal-examples
are required to extract the Icicle Kit bopard configuration files.

Both are from Tag 21.08

The following changes were made:

 - platform-2021.08 top folder renamed to mpfs and located at modules/hal/microchip
 - The applications/mpfs-pmp-demo/mpfs-pmp-app-u54-1/src/boards folder is copied to modules/hal/microchip/mpfs