Skip to content

Instantly share code, notes, and snippets.

View Fishwaldo's full-sized avatar

Justin Hammond Fishwaldo

  • Dynamx (Singapore) Pte Ltd
  • 127.0.0.1
View GitHub Profile
[ 0.000000] Linux version 5.10.4-20240527-2+ (root@385aefba71d9) (riscv64-unknown-linux-musl-gcc (Xuantie-900 linux-5.10.4 musl gcc Toolchain V2.6.1 B-20220906) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 Mon Jun 24 11:10:02 UTC 2024
[ 0.000000] earlycon: sbi0 at I/O port 0x0 (options '')
[ 0.000000] printk: bootconsole [sbi0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f530000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vdev0buffer, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f630000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node trace0buffer, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000008f528000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node vdev0vring0, compatible id shared-dma-pool
[91265.996448] PVR_K: 245: ------------[ PVR DBG: START (High) ]------------
[91265.996465] PVR_K: 245: OS kernel info: Linux 6.6.20 #1 SMP Wed Jun 5 10:38:58 UTC 2024 riscv64
[91265.996472] PVR_K: 245: DDK info: Rogue_DDK_Linux_WS rogueddk 1.19@6345021 (release) sf_7110
[91265.996479] PVR_K: 245: Time now: 91265996477us
[91265.996485] PVR_K: 245: Services State: OK
[91265.996491] PVR_K: 245: Server Errors: 0
[91265.996577] PVR_K: 245: Connections Device ID:0(128) P492-V492-T492-kwin_wayland, P514-V514-T514-sddm-greeter-qt, P2594-V2594-T2594-kwin_wayland, P2625-V2625-T2625-xdg-desktop-por,
[91265.996595] PVR_K: 245: Connections Device ID:0(128) P2597-V2597-T2597-ksplashqml, P2662-V2662-T2662-kded6, P2674-V2674-T2674-Xwayland, P2683-V2683-T2683-kactivitymanage,
[91265.996609] PVR_K: 245: Connections Device ID:0(128) P2720-V2720-T2720-polkit-kde-auth, P2723-V2723-T2723-DiscoverNotifie, P2719-V2719-T2719-plasmashell, P2724-V2724-T2724-kdeconnectd,
[91265.996623] PVR_K: 245: Connections Device ID:0(128
@Fishwaldo
Fishwaldo / gist:b1f0736b3e9e2faeb947f515ee977406
Created March 3, 2024 09:21
generate go enums based on file comments
package main
import (
"fmt"
"go/ast"
"go/parser"
"go/token"
"io/ioutil"
"os"
"strings"
@Fishwaldo
Fishwaldo / gist:1e769c75dc9f921794a14f3a7e12aa8c
Created August 24, 2023 07:06
libsdl2 configure output
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/home/yoctouser/layers/poky/../meta-riscv/recipes-graphics/drivers/visionfive2-pvr-graphics_1.17.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../meta-riscv/recipes-graphics/mesa/mesa-pvr_21.2.1.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-core/glibc/glibc_2.35.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-devtools/cmake/cmake-native_3.22.3.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-devtools/gcc/gcc-cross_11.3.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-devtools/gcc/gcc-runtime_11.3.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb:do_populate_sysroot', '/home/yoctouser/layers/poky/../poky/meta/recipes-graphics/xorg-lib/libxext_1.
U-Boot SPL 2021.10 (Apr 15 2023 - 23:17:57 +0000)
DDR version: dc2e84f0.
Trying to boot from MMC2
OpenSBI v1.0-11-gce4c0188
____ _____ ____ _____
/ __ \ / ____| _ \_ _|
| | | |_ __ ___ _ __ | (___ | |_) || |
| | | | '_ \ / _ \ '_ \ \___ \| _ < | |
| |__| | |_) | __/ | | |____) | |_) || |_
U-Boot SPL 2021.10 (Jan 19 2023 - 04:09:41 +0800)
DDR version: dc2e84f0.
Trying to boot from SPI
OpenSBI v1.2
____ _____ ____ _____
/ __ \ / ____| _ \_ _|
| | | |_ __ ___ _ __ | (___ | |_) || |
| | | | '_ \ / _ \ '_ \ \___ \| _ < | |
| |__| | |_) | __/ | | |____) | |_) || |_
(excuse the occasional corrupted output... )
OpenSBI v1.2
____ _____ ____ _____
/ __ \ |_ __ ___ _ __ | (___ | |_) || |
| | | | '_ \ / _ \ '_ \ \___ \| _ < | |
| |__| | |_) | __/ | | |____) | |_) || |_
\____/| .__/ \___|_| |_|_____/|____/_____|
| |
|_|