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

Proposed patch for issue #29 (related to RCM4110 Rev F hardware) #30

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

Commits on Mar 10, 2021

  1. bios: don't disable early /OE in MTCR

    The are multiple reasons to enable early /OE in MTCR, so do so whenever
    necessary and don't disable it for any reason.
    tomlogic committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3fd046f View commit details
    Browse the repository at this point in the history
  2. bios: enable early /OE for RCM4110

    Other products that enable early /OE do so before enabling the clock
    doubler or the spectrum spreader.  The RCM4110 doesn't use a clock
    doubler and can be configured with a disabled spectrum spreader.
    Yet it may still need to have early /OE enabled to meet timing
    requirements of 55ns flash used in RCM4110 (part 20-101-1093) Rev F.
    
    This change enables early /OE before writing to MB0CR and disabling
    wait states.  It also ensures we enable the feature even in firmware
    with a disabled spectrum spreader.
    tomlogic committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    11168a7 View commit details
    Browse the repository at this point in the history