crust icon indicating copy to clipboard operation
crust copied to clipboard

SCP (power management) firmware for sunxi SoCs

Results 10 crust issues
Sort by recently updated
recently updated
newest added

FOR BUG REPORTS: After update GCC/LD in Debian testing it throw warnings about RWX load segments it cause building fail. It possible to fix by adding `-Wl,--no-warn-rwx-segments` to `LDFLAGS` -...

## Type of issue Feature Request #### Description https://linux-sunxi.org/Libre_Computer_Board_ALL-H3-CC I personally have the ALL-H3-CC H3 and ALL-H3-CC H5 (yes, the H5 variant has "H3" in the model name, sigh) and...

## Type of issue Feature ### Description Boards such as the Zero+ and PC2 have LEDs attached to GPIO pins. We should create an LED class and a GPIO LED...

A-drivers
D-easy

## Type of issue Question: I am not entirely sure if this is a crust issue but I can not seem to trouble shoot it so I figured asking here...

## Type of issue Question ## H3 support What steps are needed to have crust running on H3 based board? As far as I uderstand it, currently only platforms with...

R-complete

## Type of issue Enhancement ## Description Wakeup sources like CEC and CIR need an accurate clock to do protocol decoding. Boards without external OSC32K get OSC32K divided from OSC16M....

## Type of issue Feature Request HDMI CEC as a wakeup source is very useful for mediacenter type of device. You can turn on TV and with it, boards power...

Linux has existing code for this in https://github.com/torvalds/linux/blob/master/arch/arm/mach-sunxi/mc_smp.c. Need to evaluate how much of this can be shared with the existing CSS drivers.

A-drivers

## Bug report (toolchain compatibility issue) The current bootlin or1k toolchain `openrisc--musl--stable-2024.02-1` is built with `-fstack-protector-strong` present in default GCC options which breaks the build at linking stage due to...

## Feature Request Allwinner D1 Support I would like advanced power management on Risc-v Allwinner D1 so that I can use Linux phone with it . This s what ships...

T-enhancement
D-hard