Changes between Version 89 and Version 90 of gsc
- Timestamp:
- 09/22/2021 03:06:10 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsc
v89 v90 187 187 Supported on '''GSCv3 firmware v53+''', the GSC_RESET_CAUSE register describes the event that caused the boards power supply to be reset by the GSC. This register is read by up to date Newport and Venice boot firmware and displays an ASCII flag representation. See the [#reset-cause reset cause] section for more detail. 188 188 189 ||= Value=||= Name =||= ASCII Flag =||= Description =||189 ||= Bit =||= Name =||= ASCII Flag =||= Description =|| 190 190 || 0 || RST_CAUSE_VIN || VIN || Board power was cycled externally; no reset || 191 191 || 1 || RST_CAUSE_PB || PB || User pushbutton || … … 204 204 Supported on '''GSCv3 firmware v53+'''. 205 205 206 ||= Value=||= Name =||= Description =||206 ||= Bit =||= Name =||= Description =|| 207 207 || 0 || GSP_IRQ_OVRTMP_LOCAL || When set the local temp rose above CRIT_BOARD_TEMP || 208 208 || 1 || GSP_IRQ_OVRTMP_REMOTE || When set the remote temp sensor asserted its ALERTJ signal || … … 212 212 Supported on '''GSCv3 firmware v53+'''. 213 213 214 ||= Value=||= Name =||= Description =||214 ||= Bit =||= Name =||= Description =|| 215 215 || 0 || GSP_IRQ_OVRTMP_LOCAL || Set to enable the local temp rose above CRIT_BOARD_TEMP interrupt || 216 216 || 1 || GSP_IRQ_OVRTMP_REMOTE || Set to enable the remote temp sensor asserted ALERTJ signal interrupt || … … 239 239 Supported on '''GSCv3 firmware v57+'''. 240 240 241 ||= Value=||= Name =||= Description =||241 ||= Bit =||= Name =||= Description =|| 242 242 || 0 || GSC_SWITCH_BOOT_SELECT || Boot device select. Clear for primary, set for alt device. This bit is also controlled by the [#UserPushbutton user pushbutton] 5x press behavior. || 243 243 … … 246 246 Supported on '''GSCv3 firmware v57+'''. 247 247 248 ||= Value=||= Name =||= Description =||248 ||= Bit =||= Name =||= Description =|| 249 249 || 0-7 || GSC_PAGE_NUMBER || Page address offset when direct reading the GSC flash || 250 250 … … 255 255 Supported in '''GSCv3 firmware v58+'''. 256 256 257 ||= Value=||= Name =||= Description =||257 ||= Bit =||= Name =||= Description =|| 258 258 || 0 || GSC_10X_PRESS_DISABLE || Disable 10x press for loading FACTORY registers (see [#GSC_REGISTER_BACKUP register backup]) || 259 259 || 1 || GSC_SOFT_WAKE_PROTECT || Disable waking from soft power press if VIN below board preset minimum || … … 263 263 Supported in '''GSCv3 firmware v58+'''. This register controls how long (in seconds) the pushbutton must be depressed before the board turns on/off via soft power control. The register is composed of an upper and lower nibble that control the minimum power on and power off press times respectively. The register defaults to a power on press time of {{{0}}} seconds and a power off press time of {{{1}}} second ({{{0x01}}}). 264 264 265 ||= Value=||= Name =||= Description =||265 ||= Bit =||= Name =||= Description =|| 266 266 || 0-3 || GSC_SOFT_POWER_TIME_OFF || Minimum pushbutton press time required to sleep, in seconds || 267 267 || 4-7 || GSC_SOFT_POWER_TIME_ON || Minimum pushbutton press time required to wake, in seconds || … … 279 279 Supported on '''GSCv3 firmware v57+'''. This register has an upper nibble password of value {{{0xA0}}} that should be bitwise OR'd with an enumerated value in the lower nibble that will be interpreted as the command. This register will self clear when the operation has completed. See the below [#reg_save_load Register Save/Load] section for more information. 280 280 281 ||= Value=||= Name =||= Description =||281 ||= Bit =||= Name =||= Description =|| 282 282 || 1 || GSC_REG_BKP_SAVE || Save current register values to USER backup area || 283 283 || 2 || GSC_REG_BKP_USER_LOAD || Load register values from USER backup ||