Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/milkymist
base: 1ee812a
Choose a base ref
...
head repository: m-labs/milkymist
compare: 0f65527
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 22, 2011

  1. sysctl: change offsets and new frequency register

    Reorganize register offsets and introduce new register to read the system
    clock frequency.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    b960501 View commit details
    Browse the repository at this point in the history
  2. sysctl: new debug control register

    Introduce a debug control register. It can be used to lock the gdbstub ROM
    and enable/disable bus errors. The gdbstub ROM will be read/writeable until
    one writes the corresponding lock bit to this register. This will ease
    future gdbstub updates.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    c4acd1a View commit details
    Browse the repository at this point in the history
  3. monitor: introduce write lock

    Make ROM writeable unless the lock is set.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    514c022 View commit details
    Browse the repository at this point in the history
  4. soc: connect write lock register to monitor core

    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    d0a720b View commit details
    Browse the repository at this point in the history
  5. gdbstub: set correct uart speed

    Set the UART speed to a fixed value when gdbstub is called and restore its
    previous value if gdbstub exits.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    58c4169 View commit details
    Browse the repository at this point in the history
  6. update monitor rom

    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    173f00d View commit details
    Browse the repository at this point in the history
  7. bios: lock gdbstub ROM

    For now, unconditionally lock the GDB stub ROM as soon as possible.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    631a826 View commit details
    Browse the repository at this point in the history
  8. gdbstub: disable bus errors

    Disable bus errors while the gdbstub is running. This will prevent nested
    gdbstub invokations.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    41cba8a View commit details
    Browse the repository at this point in the history
  9. soc: add enable signal to bus errors

    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    327d65c View commit details
    Browse the repository at this point in the history
  10. bios: enable bus errors

    By default bus errors are disabled, enable them.
    mwalle authored and Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    efaf421 View commit details
    Browse the repository at this point in the history
  11. sysctl: fix ICAP address decoding

    Sebastien Bourdeauducq committed Nov 22, 2011
    Copy the full SHA
    0f65527 View commit details
    Browse the repository at this point in the history