Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
r1mikey created a comment on a pull request on richlowe/illumos-gate
> > I was trying to avoid using the real name of qemu, just because it's so damn confusing. Oh well. > > I'm in two minds about this, but I also prefer the "vanity" names - I'll write up somethi...
hadfl created a review comment on a pull request on richlowe/illumos-gate
Probably `s/sun4v/armv8`
hadfl created a review comment on a pull request on richlowe/illumos-gate
This should probably be `NULL`, too.
hadfl created a review on a pull request on richlowe/illumos-gate
I had a look at this and like where it's heading to. Just found a few nits.
hadfl created a review on a pull request on richlowe/illumos-gate
I had a look at this and like where it's heading to. Just found a few nits.
r1mikey created a review comment on a pull request on richlowe/illumos-gate
It's probably not obvious in the diffs, but the drivers are now a single C file each and have moved into `armv8/rpi4/io` directly: ``` michael@omnios:/build/arm64-gate/illumos-gate/usr/src/uts$ l...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> I was trying to avoid using the real name of qemu, just because it's so damn confusing. Oh well. I'm in two minds about this, but I also prefer the "vanity" names - I'll write up something a l...
richlowe created a review comment on a pull request on richlowe/illumos-gate
We prefer the conf file and the driver be in the same directory. Despite apparently sun4v not having done that :)
richlowe created a review comment on a pull request on richlowe/illumos-gate
Same comment about conf file
richlowe created a review comment on a pull request on richlowe/illumos-gate
`NULL` again, preferably
richlowe created a review comment on a pull request on richlowe/illumos-gate
`git nits` is going to tell you not to add these SCCS `#ident` lines.
richlowe created a review comment on a pull request on richlowe/illumos-gate
`NULL` preferably
richlowe created a review on a pull request on richlowe/illumos-gate
I was trying to avoid using the real name of qemu, just because it's so damn confusing. Oh well. It's a shame there's no real way to name pl031 that fits -- it gets away with it somewhat becaus...
richlowe created a review on a pull request on richlowe/illumos-gate
I was trying to avoid using the real name of qemu, just because it's so damn confusing. Oh well. It's a shame there's no real way to name pl031 that fits -- it gets away with it somewhat becaus...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> sure: > > ``` > module /platform/armv8/kernel/aarch64/unix: text at [0xfffffffffe000000, 0xfffffffffe116f2f] data at 0xfffffffffe117000 > module /kernel/aarch64/genunix: text at [0xfffffffff...
hadfl created a comment on a pull request on richlowe/illumos-gate
sure: ``` module /platform/armv8/kernel/aarch64/unix: text at [0xfffffffffe000000, 0xfffffffffe116f2f] data at 0xfffffffffe117000 module /kernel/aarch64/genunix: text at [0xfffffffffe1698c0, 0xf...
r1mikey created a comment on a pull request on richlowe/illumos-gate
Can you share the early boot log, where the load addresses for the primary module and dependencies are printed by the kobj code?
hadfl created a comment on a pull request on richlowe/illumos-gate
This boots up fine on the rpi4. But then suddenly panics in a not very helpful way: ``` braich console login: panic[cpu1]/thread=ffff80004fe6bc20: BAD TRAP: type=25 (#NV2_DATA_ABORT Data abort) ...
r1mikey created a comment on a pull request on richlowe/illumos-gate
@richlowe @hadfl I'm only back home late next week, and still collecting a final, clean mail.msg on this change. I'd love to get an early sense of how this is doing on `rpi4` (I don't expect proble...
r1mikey opened a draft pull request on richlowe/illumos-gate
Move armv8 platforms to be platmods
With all the work we've done recently to clean up interfaces and platform dependencies we're in a position to remove the `rpi4` and `virt` kernels, leaving the platform-specific code as platmods. ...richlowe pushed 5 commits to arm64/pci-hacking richlowe/illumos-gate
- Make aarch64 cbe a proper driver Implement an Arm Generic Timer driver to take over the duties of the cyclic backend... d30800f
- interrupts: provide system PIC registration and dispatch The GIC functionality we've had to date has been a very lea... e4095c6
- ddi_isa.h: Restore Michael's copyright In checking what was left to merge into arm64-gate, I noticed that a single c... 76001e6
- rpi4: Fix reading CPU speed via the mailbox interface There was a bit of confusion here, where the call into the clo... cda09f4
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking # Conflicts: # usr/src/... 972e6a1
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- rpi4: Fix reading CPU speed via the mailbox interface There was a bit of confusion here, where the call into the clo... cda09f4
richlowe closed a pull request on richlowe/illumos-gate
rpi4: Fix reading CPU speed via the mailbox interface
There was a bit of confusion here, where the call into the clock rate reading code expects an FDT clock identifier, but the CPU speed code was passing a mailbox identifier. Correct this to pass the...richlowe closed a pull request on richlowe/illumos-gate
Make aarch64 cbe a proper driver
@r1mikey another one of your changes lined up for the arm64-gate branch.richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- ddi_isa.h: Restore Michael's copyright In checking what was left to merge into arm64-gate, I noticed that a single c... 76001e6