Jiaxun Yang
Jiaxun Yang
您好,我最近在尝试让我的X230 Coreboot化。但是在配合Windows10使用Coreboot时遇到了内置屏幕的问题。 问题的描述:https://ticket.coreboot.org/issues/159 请问您在T420上测试WIndows10时有遇到类似问题吗? 在Windows下遇到这种问题有什么好的Debug方法吗? 谢谢。
This work is based on #1803. Note that only MIPS is included in this PR. As that's the arch which I most familiar. I'll work on RISC-V, sparc and others...
What would you like added/supported? When trying to verilate a huge existing project, I got tons of `BLKLOOPINIT `. Some of them can be resolved by rising `--unroll-count` and `--unroll-stmts`,...
Mostly identical to the ARM one except bullet is disabled due to CI no longer provide formal bullet build but switch to libbulletc has not completed. bgfx build failure due...
I'm interested in make LWJGL3 work on MIPS64 platform, just for Minecraft :-) But I have no clues on how to bootstrap LWJGL on a new platform, I'm too stupid...
This PR addressed some build failures for ARCH_MIPS64, also provide a MIPS64_GENERIC target so we should be able to use OpenBLAS on Cavium processors.
Add cross compile tests without running checks. Currently only mips64el and riscv64 is wired up. Just help us make sure those less popular CPUs are not messed up by changes....
Thanks to all working on it. https://www.kernel.org/doc/html/latest/userspace-api/sysfs-platform_profile.html So we'll have profile switcher like Windows, including performance, balanced and powersave.
There is no reason preventing this API to support SM2, which gives us a simple method to do SM2 key gen. ##### Checklist - [x] documentation is added or updated...
Hi, 当前tuna的kernel镜像仅同步了`rsync://rsync.kernel.org/pub/linux/kernel/`目录。然而其父目录`rsync://rsync.kernel.org/pub/`下包含了其他一些内核周边项目的文件,比较实用的有: `https://mirrors.edge.kernel.org/pub/tools/crosstool/` 内核编译所用交叉工具链的发布 `https://mirrors.edge.kernel.org/pub/software/utils/dtc/` DeviceTree Compiler的发布 因此申请让`kernel`镜像包含父级目录,在mirrorz上已经有数个站点以`kernel.org`的名字做了这个镜像,额外内容在100G左右。 可以采用类似于 #1415 中`cygwin`兼容`sourceware`的方法让当前`kernel`镜像兼容`kernel.org`镜像。 Thanks