Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M2354: Upgrade to BSP v3.00.001 (5.15) #13770

Merged
merged 4 commits into from
Oct 30, 2020

Commits on Oct 15, 2020

  1. M2354: Remove flash_read override originally for test chip

    In test chip, byte-read (LDRB) last byte of flash in non-secure world always gets 0xFF.
    This is got around by overriding flash_read(...). Now, the override can remove in MP chip.
    ccli8 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    73614ea View commit details
    Browse the repository at this point in the history
  2. M2354: Update to BSP v3.00.001

    1.  Change to support MP chip. Original M2355 BSP is for test chip.
    2.  UART0, used for USB VCOM, has change in clock enable bit. So chip/board version and BSP version must match.
    3.  Remove TF-M legacy code.
    ccli8 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    76463fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260fc30 View commit details
    Browse the repository at this point in the history
  4. M2354: Update pre-built non-PSA secure library/image

    1.  Upgrade to BSP v3.00.001 for MP chip
    2.  Enable fault handler dump message
    ccli8 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    2acb3a4 View commit details
    Browse the repository at this point in the history