Jump to content

Windows Dev Kit 2023


Recommended Posts

2 hours ago, m][sko said:

UEFI can be way how to boot it maybe


With extensive hacking, in theory, perhaps, in reality? No.

Same situation is with Lenovo X13s featuring the same SoC. You can boot Linaro hacked Debian with kernel 6.1.y / 6.2.y leaning on device tree.

Link to comment
Share on other sites

19 часов назад, m][sko сказал:

Can you explain how UEFI is working on arm?

Is it passing some dts or how the linux kernel know what drivers should it start ?

Running u-boot-EFI uses DTBS, which are described in grub.cfg. There is an EDK2-EFI variant, it uses two variants - DTB or ACPI.

Link to comment
Share on other sites

I was able to boot

with this branch

https://github.com/jhovold/linux/tree/wip/sc8280xp-v6.2-rc8

and with microsoft dev kit patches on top of that

https://github.com/shawnguo2/linux/commits/devkit-dt-6.2-rc5

 

and this kernel command line

 clk_ignore_unused efi=novamap earlycon=efifb console=efifb 

 

build in ethernet don't work as not all usb-c ports are active

so you will need to connect usb-c ethernet  to usb-c ports on the side

 

for speed

Cpufreq-info show 3GHz but device is running as on lowest freq(800MHz) as that is my experience with running benchmarks 

Edited by m][sko
Link to comment
Share on other sites

when windows dev boot from acpi

https://github.com/shawnguo2/linux/commits/wdk2023-acpi-6.2

 

display is working over efifb

build in ethernet is working

build in wifi use ath11k and armbian firmware is missing all of this https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/ath11k/WCN6855/hw2.0/

all usb ports working

cpufreq don't

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines