Mario Bălănică

Results 57 comments of Mario Bălănică

Merged the pull request. I'll keep this issue open until the sdport bug gets fixed in a stable release of Windows. Thanks for the info!

NVME and AHCI boot need these drivers: https://github.com/worproject/dldserv-mirror/releases/download/13%2F02%2F2024/storage_v4.zip Copy them to `\Windows\System32\drivers` after taking ownership of the original files. My Micron 2200S 256 GB worked fine, but some drives may...

Hi, > First of all, say thanks for the big effort done in the development of this project. > > is it any schedule or improvement in this project? >...

There isn't anything special to be done for these adapters. GPIO header is used solely for power. Have you tried it?

See https://github.com/worproject/rpi5-uefi/issues/2#issuecomment-2016505218

EDK2 determines the RAM size based on board revision code. I suppose the `memory@0` node in device tree follows `total_mem`, so we could parse that instead.

Ventoy works just fine. Please provide more details of what you're trying to boot with it, serial logs, etc..

> however the UEFI I2C code may also be writing to the FUSB and mangle its state before handoff. Does the issue occur with the I2C driver disabled?

You need to use a DTB compatible with your kernel version. The one bundled with the firmware only works along Rockchip's SDK kernel. Updating the firmware on SPI NOR is...

Another thing to consider is the Arm DEN0115A spec which describes implementing config space accessors exposed through SMC (so that's ATF territory). Linux had refused supporting this, but I've heard...