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

Enable early /OE in more configurations #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2021

  1. BIOS: don't modify MTCR if spectrum spreading disabled

    There may be instances where we want a non-zero MTCR even if the
    spectrum spreader is disabled.  By leaving it unmodified, it might still
    be zero from the default startup value, or set non-zero elsewhere.
    tomlogic committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    eabee26 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. BIOS: enable early /OE before clock doubler

    This increases the /OE timing margin for 29MHz products with 55ns
    flash memory for the brief moment before _enableClockModulation()
    enables it, and ensures it's still enabled if the spectrum spreader is
    disabled.
    tomlogic committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    b529bc8 View commit details
    Browse the repository at this point in the history