Skip to content

Commit

Permalink
Merged mss-mpfs-hal source code version 1.7.108.
Browse files Browse the repository at this point in the history
  • Loading branch information
mallynch committed Dec 11, 2020
2 parents d37c540 + fb5e973 commit a279467
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions mpfs_hal/mss_l2_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,28 @@
extern "C" {
#endif


#if !defined (LIBERO_SETTING_WAY_MASK_M0)
/*Way mask register master 0 (hart0) */
#define LIBERO_SETTING_WAY_MASK_M0 0x00000000UL
#endif
#if !defined (LIBERO_SETTING_WAY_MASK_M1)
/*Way mask register master 1 (hart1) */
#define LIBERO_SETTING_WAY_MASK_M1 0x00000000UL
#endif
#if !defined (LIBERO_SETTING_WAY_MASK_M2)
/*Way mask register master 2 (hart2) */
#define LIBERO_SETTING_WAY_MASK_M2 0x00000000UL
#endif
#if !defined (LIBERO_SETTING_WAY_MASK_M3)
/*Way mask register master 3 (hart3) */
#define LIBERO_SETTING_WAY_MASK_M3 0x00000000UL
#endif
#if !defined (LIBERO_SETTING_WAY_MASK_M4)
/*Way mask register master 4 (hart4) */
#define LIBERO_SETTING_WAY_MASK_M4 0x00000000UL
#endif

void config_l2_cache(void);

#ifdef __cplusplus
Expand Down

0 comments on commit a279467

Please sign in to comment.