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

Fence revert #83

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 6, 2019

  1. Revert "firmware: Add a barrier instruction for wait for boot hart"

    This reverts commit 05602e2.
    
    Introducing a fence causes warm reset issue to reappear. Revert it
    for the time being.
    atishp04 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d78421a View commit details
    Browse the repository at this point in the history
  2. firmware: Add nop to reduce bus traffic.

    All the non-boot harts run in a tight loop which may cause a heavy load
    on the memory bus. This may delay the boot hart to complete the cold boot
    process.
    
    Introduce few nop that will ease up the traffic.
    
    Signed-off-by: Atish Patra <atish.patra@wdc.com>
    atishp04 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    221f5b2 View commit details
    Browse the repository at this point in the history