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
Re-testing done - https://gist.github.com/r1mikey/502da1432744002d283a236f7cbd7207
r1mikey created a comment on a pull request on richlowe/illumos-gate
I'm retesting this at the moment, will let you know when it's ready for re-review.
r1mikey created a review comment on a pull request on richlowe/illumos-gate
I think I'll remove the x86_64 bits. On x86_64 (and the Arm ACPI work( this will attach via a _HID value of `LNRO0005`, but since I'm not yet certain of what that will look like I should just leave...
r1mikey created a comment on a pull request on richlowe/illumos-gate
Thanks for the review! I'll clean things up in my morning.
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- Remove the Meson GXBB platform (remove tty setup) I thought I'd fixed this up when merging the prior change, but som... a55145b
richlowe created a review on a pull request on richlowe/illumos-gate
This seems like a great way to do this.
richlowe created a review on a pull request on richlowe/illumos-gate
This seems like a great way to do this.
richlowe created a comment on a pull request on richlowe/illumos-gate
It's probably best to leave the version in there for future proofing. Perhaps @pfmooney has input though. I'll look through the code itself shortly. I don't understand what you say here about ...
richlowe created a comment on a pull request on richlowe/illumos-gate
Done, with an extra dangling reference to the uart removed. Thanks
richlowe closed a pull request on richlowe/illumos-gate
Remove the Meson GXBB platform
Nobody working on the port has this hardware, and it's not BSA-compliant anyway. Remove it so we can focus on things we can run. Did a clean build of the tree with this applied (`rm -f stamps/il...richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- Remove the Meson GXBB platform Nobody working on the port has this hardware, and it's not BSA-compliant anyway. Remo... 281c72e
r1mikey created a comment on a pull request on richlowe/illumos-gate
I'm looking for a bit of feedback on the child device compatibles. I've used virtio-mmio,VERSION,DEVICE - VERSION is always "1". I'm unsure if we actually need the version in there (the framework m...
r1mikey opened a pull request on richlowe/illumos-gate
Add a virtio nexus for virtio-mmio support
Introduce a virtio nexus driver for use with the virtio MMIO transport. In devicetree systems we are presented with a number of nodes with compatible set to `virtio,mmio` - we have no idea what ...richlowe created a comment on a pull request on richlowe/illumos-gate
I pushed this, with some cstyle fixes because of https://www.illumos.org/issues/16888. Thanks
richlowe closed a pull request on richlowe/illumos-gate
Simplify boot UART and reset interaction
The boot UART is presently a hardcoded, platform specific chunk of code that is needed very early in boot. This all prevents us from introducing platmods for platform-specifics. Refactor bootsvc...richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- Simplify boot UART and reset interaction The boot UART is presently a hardcoded, platform specific chunk of code tha... 8475464
r1mikey created a comment on a pull request on richlowe/illumos-gate
Should good merge now.
r1mikey created a comment on a pull request on richlowe/illumos-gate
> You said you were putting this up early. Does that mean you don't want me to merge it yet? I'll do the enum change, then it should be good to go.
richlowe created a review comment on a pull request on richlowe/illumos-gate
enum? maybe?
r1mikey created a comment on a pull request on richlowe/illumos-gate
I have the meson-gxbb removal stacked on top of this change - will rebase and put up a PR once this is in.
r1mikey created a comment on a pull request on richlowe/illumos-gate
Tested on Raspberry Pi: https://gist.github.com/r1mikey/ee8e82d5844ff8a5dff5c24313fda75c The following lines are printed via `_kobj_printf`, which uses bsvc character printing: ``` module /pla...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> I think deleting GXBB is fine. I keep going to do it and then not in my current far-too-large wad of changes toward PCIe. I'll get this done. > I see the logic of the UART changes. Is this ...
richlowe pushed 4 commits to arm64-gate richlowe/illumos-gate
- 16790 /usr/lib/pci/pcidb could intuit which tables to search 16858 pcidb should warn if filters are unused Reviewed b... 87ae43a
- 16859 October 2024 hwdata update Reviewed by: Andy Fiddaman <[email protected]> Approved by: Patrick Mooney <pmoon... add256e
- 16863 implement C23 stdbit.h 16862 want kernel CHAR_BIT and related definitions Reviewed by: Andy Fiddaman <illumos@f... aaceae9
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... 41073cd
richlowe created a comment on a pull request on richlowe/illumos-gate
I think deleting GXBB is fine. I keep going to do it and then not in my current far-too-large wad of changes toward PCIe. I see the logic of the UART changes. Is this what other systems do to ...
r1mikey created a comment on a pull request on richlowe/illumos-gate
Putting this up to get early feedback. Tested on qemu virt/FDT: https://gist.github.com/r1mikey/cc2ea300ae34450e648258b051e6632e Still need to test on Raspberry Pi. @richlowe Do you think...
r1mikey opened a pull request on richlowe/illumos-gate
Simplify boot UART and reset interaction
The boot UART is presently a hardcoded, platform specific chunk of code that is needed very early in boot. This all prevents us from introducing platmods for platform-specifics. Refactor bootsvc...richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- ddi_impl: arm has no "platform module"s, don't load sad(4D) as one On intel we have none of these platform modules O... 8c6ea50
richlowe created a comment on a pull request on richlowe/illumos-gate
@r1mikey this is another DDI v. PROM thing, where using untyped DDI to access properties that might come from "PROM" (that is FDT) doesn't byteswap them, and disaster ensues
richlowe pushed 13 commits to arm64-gate richlowe/illumos-gate
- 16839 busra comments could expand upon why x86 IRQ 2 is special Reviewed by: Joshua M. Clulow <[email protected]> Revie... 09ded43
- 16841 in.ndpd sometimes loses interface id on restart Reviewed by: Andy Fiddaman <[email protected]> Approved by: ... ba74e13
- 16846 ast: update for gcc 14 Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <sommerfe... 1ff6fc1
- 16838 libefi: efi_auto_sense should use sector size Reviewed by: Jason King <[email protected]> Appr... 598dbe5
- 16833 smbsrv: array subscript 12 is above array bounds Reviewed by: Andy Fiddaman <[email protected]> Reviewed by:... 35ae87c
- 16844 pci_prd: array subscript 0 is outside array bounds Reviewed by: Andy Fiddaman <[email protected]> Approved b... e5ab5ea
- 16845 loader: array subscript [0, 536870911] is outside array bounds Reviewed by: Andy Fiddaman <[email protected]... c2eb74c
- 16850 genunix: array subscript [0, 9] is outside array bounds of 'hrtime_t[10]' Reviewed by: Marcel Telka <marcel@tel... 47129be
- 16852 drop gcc 11 from Makefile.master Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonal... d378658
- 16550 vmm: writing 1 byte into a region of size 0 Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... 0e34f8d
- 16853 cpuid_pass_basic filling in wrong cpi_extd entry for CPUID_LEAF_EXT_21 Reviewed by: Dan McDonald <[email protected]... a8cd71d
- 16849 const arrays in vmm_gpt.c trigger warnings with newer GCC Reviewed by: Toomas Soome <[email protected]> Reviewed by... a21e12b
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate 82efa37