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: whitequark/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb19a84112ed
Choose a base ref
...
head repository: whitequark/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bcbaf545d79e
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 8, 2019

  1. Copy the full SHA
    bcbaf54 View commit details
Showing with 5 additions and 0 deletions.
  1. +1 −0 software/glasgow/arch/arc/core.py
  2. +3 −0 software/glasgow/arch/arc/mec16xx.py
  3. +1 −0 software/glasgow/arch/mips/core.py
1 change: 1 addition & 0 deletions software/glasgow/arch/arc/core.py
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@
("U", 1),
(None, 4),
("L", 1),
(None, 19),
])

# Build Configuration Registers
3 changes: 3 additions & 0 deletions software/glasgow/arch/arc/mec16xx.py
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@
("EC_Int", 1),
(None, 4),
("Reg_Ctl", 1),
(None, 23),
])

Flash_Mode_Standby = 0
@@ -65,6 +66,7 @@
("Busy_Err", 1),
("CMD_Err", 1),
("Protect_Err", 1),
(None, 21),
])

Flash_Config = Bitfield("Flash_Config", 32, [
@@ -78,4 +80,5 @@
("EEPROM_Access", 1),
("EEPROM_Protect", 1),
("EEPROM_Force_Block", 1),
(None, 21),
])
1 change: 1 addition & 0 deletions software/glasgow/arch/mips/core.py
Original file line number Diff line number Diff line change
@@ -148,4 +148,5 @@
("Tup", 1),
("DQ", 1),
("Prm", 1),
(None, 28),
])