| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -5/+0 | |
| | | | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution. | ||||
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] | 2023-05-23 | 1 | -1/+0 | |
| | | | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places. | ||||
| * | mv6436x: Memory mapping | 2023-04-09 | 1 | -1/+6 | |
| | | |||||
| * | pegasos2: Initial devices for MV64361 and VT8231 | 2023-04-03 | 1 | -0/+227 | |
| Enough to get data from the initial bootloader to the serial console. | |||||
