Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

richlowe/illumos-gate

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...

View on GitHub

hadfl created a review comment on a pull request on richlowe/illumos-gate
Probably `s/sun4v/armv8`

View on GitHub

hadfl created a review comment on a pull request on richlowe/illumos-gate
This should probably be `NULL`, too.

View on GitHub

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.

View on GitHub

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.

View on GitHub

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...

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate

View on GitHub

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...

View on GitHub

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 :)

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
Same comment about conf file

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
`NULL` again, preferably

View on GitHub

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.

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
`NULL` preferably

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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...

View on GitHub

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?

View on GitHub

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) ...

View on GitHub

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...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

richlowe pushed 2 commits to arm64-gate 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

View on GitHub

hadfl created a comment on a pull request on richlowe/illumos-gate
I have a prototype ready basing on this work that will read the maximum supported CPU frequency and set it on boot. It's working but I'll need more time to polish it and probably also adding some t...

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate

View on GitHub

r1mikey created a review comment on a pull request on richlowe/illumos-gate
Aah, I see you've added the second commit here - thanks!

View on GitHub

Load more