Skip to content

Tags: XboxDev/cromwell

Tags

build-20250529-86f5473

Toggle build-20250529-86f5473's commit message
ci: Fix outdated actions

build-20220802-c48b070

Toggle build-20220802-c48b070's commit message
pci: Allow serial I/O base to be reset via UI when hotswapping

build-20220802-bf9dc2a

Toggle build-20220802-bf9dc2a's commit message
pci: Allow serial I/O base to be reset via UI when hotswapping

build-20220802-1d7199b

Toggle build-20220802-1d7199b's commit message
pci: Allow serial I/O base to be reset via UI when hotswapping

build-20220311-7164224

Toggle build-20220311-7164224's commit message
ci: Fix package installation

build-20210111-b5e315e

Toggle build-20210111-b5e315e's commit message
video: Preserve EN_OUT bit before updating Conexant encoder registers

The following line may cause the Xbox to enter overheat mode when in a 480p
mode. Updating the Conexant encoder registers will eventually disable the
EN_OUT bit anyway, so just enable it after update.

build-20201216-8ffa001

Toggle build-20201216-8ffa001's commit message
ui: Add serial port IRQ menu option to Peripherals menu

This makes it possible to enable or disable Serial COM1's interrupt so that
there is no conflict with NIC. Enabling IRQ for Serial COM1 (on by default)
will conflict with NIC (nvnet). Disabling the IRQ will disable serial input
(unless there's polling).

build-20200812-e2d1f85

Toggle build-20200812-e2d1f85's commit message
ui: Fix warnings caused by missing header prototypes

build-20200531-e2214d4

Toggle build-20200531-e2214d4's commit message
boot: Set front panel mode to 'auto'

build-20200110-82ad76f

Toggle build-20200110-82ad76f's commit message
xdecode: Port to C99 for portability