User Details
- User Since
- Nov 27 2014, 10:57 AM (540 w, 2 d)
Today
Yesterday
Thu, Apr 3
Fix comments per @pkelsey request
Wed, Mar 26
Mon, Mar 24
Fri, Mar 14
Mar 5 2025
Feb 5 2025
Feb 4 2025
Feb 3 2025
Address @markj comments. Thanks, Mark!
Address @jrtc27 comments
Add spinlock around DOMAINCFG acccess.
Jan 30 2025
Jan 29 2025
Jan 27 2025
Add clock-frequency property to UART instead of defining fixed-clock
Jan 22 2025
style: end of function return SUCCESS unless switch statement hit FAILURE
Jan 21 2025
Jan 20 2025
Jan 15 2025
Resubmit updated patch
- Remove $FreeBSD$ tags
- Remove unused include headers
- Check if HWT hooks are installed before constructing data structures
Jan 14 2025
Address @markj comments
Switch coresight to EL2 otherwise it does not trace CPU mode.
Prevent tracing the same proc by multiple users.
Due to pipeline design Coresight components could not be used for more than 1 concurrent tracing sessions.
Atomic counter of sessions added and limited to 1.
Jan 13 2025
Jan 2 2025
Dec 21 2024
Dec 20 2024
Dec 19 2024
Use delayed children attach.
It seems the PHY needs extra 500ms to initialize before we probe for devices. Otherwise PCIB could not find a device (Intel NVME in my case).
So instead of waiting for 500ms, postpone the bus enumeration.
Dec 18 2024
Dec 17 2024
make reset driver optional
remove dtbs build
Dec 16 2024
remove extra retval check
use snprintf() to ensure we don't overwrite buffer available
Per @mhorne suggestion, add device_get_unit() check;
Get virtual address of memory resource using rman_get_virtual().
add const qualifier to char *isa
Per @markj suggestion, construct the ISA string in the bhyve_init_platform() and then pass ready-to-use string to FDT code