Ecosyste.ms: Timeline

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

r1mikey

r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
  • TEMP: aarch64/ACPI booting to userspace 4babda6

View on GitHub

r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
  • TEMP: aarch64/ACPI booting to userspace 6aae38b

View on GitHub

r1mikey created a branch on r1mikey/arm64-gate

r1mikey/qemu-efi - bootstrap illumos on AArch64

r1mikey pushed 1 commit to hackery r1mikey/arm64-gate

View on GitHub

r1mikey pushed 2 commits to hackery r1mikey/arm64-gate
  • build_image: use `mkisofs -path-list` rather than the command line We don't seem to hit the command line length limi... cdf9c51
  • notes 672eb02

View on GitHub

r1mikey pushed 1 commit to hackery r1mikey/arm64-gate

View on GitHub

r1mikey closed an issue on r1mikey/illumos-gate
Loaders should abstract the arch_timer frequency
The Arm documentation makes three statements about _cntfrq_el0_: 1. This register is provided so that software can discover the frequency of the system counter. 2. It must be programmed with this...
r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
  • TEMP: aarch64/ACPI booting to userspace 26daab6

View on GitHub

r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
  • TEMP: aarch64/ACPI booting to userspace ef61a7d

View on GitHub

r1mikey closed a pull request on richlowe/illumos-gate
Make PROM usable on both FDT and ACPI systems
Most of the PROM, other than node and prop functions, is the same as what is found on i86pc, and therefore the same between FDT and ACPI systems. Make the PROM itself usable on both, supporting run...
r1mikey created a comment on a pull request on richlowe/illumos-gate
Yeah, the deeper I get into this the more I realise that a harder split would be a good idea.

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
It might be better to keep the PROM in `unix` and do this all at compile-time. Let's hold off on this one for now.

View on GitHub

r1mikey pushed 27 commits to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
  • 16873 tools: add lex to build tools Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonald <... 2e07277
  • 16738 viona should allow configurable packet padding 16801 viona should handle ipv6eh for csum offload Reviewed by: D... ce489a5
  • 16884 viona TSO should better handle csum offloads Reviewed by: Dan McDonald <[email protected]> Reviewed by: Toomas Soom... 2317519
  • 16892 Update ast feature files Reviewed by: Dan Cross <[email protected]> Reviewed by: Toomas Soome <tsoome@me.... 616c769
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # exception_lists/pack... b7c1a26
  • Use loaders to abstract the arch_timer frequency We have a very early FDT dependency in unix for the arch_timer freq... 85eec09
  • mdb: if the autovec vector is NULL don't print it in ::interrupts This means the interrupt is disabled d7437e0
  • mdb: format symbols with %a not %A in ::interrupts This way if something horrific happens like a module unloading wi... 44ace4e
  • use `ddi_prop_get_int` not `ddi_getprop` The latter is obsolete, and predates the typed DDI property interfaces. Th... 9646c7c
  • use typed `ddi_prop_lookup...` in cases that might affect aarch64 As with `ddi_getprop` `ddi_getlongprop` is obsolet... 1b5cce3
  • use typed `ddi_prop_lookup...` in cases that might affect aarch64 (fix i386 build) 2829be5
  • 16113 Update acpica to 20230628 Change-Id: Id1e35392ce4f6c4e556d1329f731f5751c11f95a 0583290
  • Move ACPI headers from intel to common 03996e6
  • Add aarch64 support to ACPI 20c3965
  • Add EFI loader for aarch64/UEFI (SBSA) 677f6b8
  • Add ACPI for the EFI loader 66ed945
  • Implement ACPI-backed console for the EFI loader 50882f6
  • Don't rely on FDT for boot properties To make the startup code reusable between devicetree and ACPI we need to reduc... 41cf185
  • Move framebuffer from i86pc to common 97fbb6d
  • Define a UEFI framebuffer a796974
  • and 7 more ...

View on GitHub

r1mikey created a comment on an issue on r1mikey/illumos-gate
Fix up usr/src/uts/armv8/os/arch_timer.c - timer_freq needs to be renamed and made visible, then set very early. Maybe use an accessor function.

View on GitHub

r1mikey opened a pull request on richlowe/illumos-gate
Make PROM usable on both FDT and ACPI systems
Most of the PROM, other than node and prop functions, is the same as what is found on i86pc, and therefore the same between FDT and ACPI systems. Make the PROM itself usable on both, supporting run...
r1mikey pushed 1 commit to r1mikey/prom-generic r1mikey/illumos-gate
  • Make PROM usable on both FDT and ACPI systems Most of the PROM, other than node and prop functions, is the same as w... 2df699f

View on GitHub

r1mikey pushed 1 commit to r1mikey/prom-generic r1mikey/illumos-gate
  • Make PROM usable on both FDT and ACPI systems Most of the PROM, other than node and prop functions, is the same as w... bbeb53d

View on GitHub

r1mikey created a branch on r1mikey/illumos-gate

r1mikey/prom-generic - An open-source Unix operating system

r1mikey closed an issue on r1mikey/illumos-gate
Remove UART hardcoding, move handling to kobj and prom
A lot of early UART code has hardcoded MMIO addresses right now, just to get visibility of things before the right MMIO address is known. 1. Make the `loader64.efi` port populate environment var...
r1mikey closed an issue on r1mikey/illumos-gate
Port bsvc changes to UEFI/ACPI
https://github.com/richlowe/illumos-gate/pull/96
r1mikey created a review on a pull request on richlowe/illumos-gate

View on GitHub

r1mikey pushed 52 commits to sbsa-efi-acpi-rework-rescue r1mikey/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
  • 15496 dr: array subscript 3 is above array bounds Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... cbb4f59
  • 16867 gcc 14 needs to use -gstrict-dwarf afterall Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... 5da8a10
  • 16585 ping ignores ipv6 scope id in target address Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan... 384e273
  • 16370 ipclassifier should pay more attention to sin6_scope_id Reviewed by: Dan McDonald <[email protected]> Approved by: ... 64130b0
  • 16868 Typos in pthread_rwlock_timedwrlock(3C) Reviewed by: Dan Cross <[email protected]> Reviewed by: Bill Somm... 731e0c1
  • 16869 auditreduce: dangling pointer error Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Toomas S... 86fc971
  • 16866 smatch: passing argument from incompatible pointer type Reviewed by: Dan McDonald <[email protected]> Reviewed by: ... b152912
  • and 32 more ...

View on GitHub

r1mikey pushed 9 commits to r1mikey/prom-cleanup r1mikey/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
  • Simplify boot UART and reset interaction The boot UART is presently a hardcoded, platform specific chunk of code tha... 8475464
  • Remove the Meson GXBB platform Nobody working on the port has this hardware, and it's not BSA-compliant anyway. Remo... 281c72e
  • Remove the Meson GXBB platform (remove tty setup) I thought I'd fixed this up when merging the prior change, but som... a55145b
  • Add a virtio nexus for virtio-mmio support 0b9bcc0
  • Make prom FDT support optional All the world is not an FDT. 1637f2d

View on GitHub

r1mikey created a review comment on a pull request on richlowe/illumos-gate
I'm not sure this is quite right. The spec states that `#interrupt-cells` is used at the root of an interrupt domain, which in turn is described as: _An interrupt domain is the context in which an...

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
The logic here seems at odds with `devicetree-specification-v0.4.pdf`. The spec states: _Because the hierarchy of the nodes in the interrupt tree might not match the devicetree, the interrupt-pa...

View on GitHub

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

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate
There are quite a few places where it looks like integer properties are being interpreted as bool (i.e. a simple presence check). We probably don't want to change anything structurally or semantica...

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate
There are quite a few places where it looks like integer properties are being interpreted as bool (i.e. a simple presence check). We probably don't want to change anything structurally or semantica...

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
Yep, this is used very early, well before cbe hooks up the timer properly.

View on GitHub

Load more