This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/plat/allwinner/sun50i_h616/sunxi_power.c b/plat/allwinner/sun50i_h616/sunxi_power.c | |
index dd6ebba9a..361cf07fe 100644 | |
--- a/plat/allwinner/sun50i_h616/sunxi_power.c | |
+++ b/plat/allwinner/sun50i_h616/sunxi_power.c | |
@@ -75,7 +75,8 @@ int sunxi_pmic_setup(uint16_t socid, const void *fdt) | |
INFO("Could not init platform bus: %d\n", ret); | |
return ret; | |
} | |
- | |
+ INFO("PMIC: Exiting early...\n"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// change root to wherever your kernel is, and add earlycon if no serial output | |
// setenv bootargs earlycon console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p3 | |
setenv bootargs console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p3 | |
load mmc 0:2 $kernel_addr_r Image | |
booti $kernel_addr_r - $fdtcontroladdr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
[ 0.000000] Linux version 6.8.0-rc7-g2d190068f346 (ryan@crackotage) (aarch64-linux-gnu-gcc (GCC) 13.2.1 20230728 (Red Hat Cross 13.2.1-1), GNU ld version 2.40-5.fc40) #4 SMP PREEMPT Wed Mar 6 20:24:08 NZDT 2024 | |
[ 0.000000] KASLR disabled due to lack of seed | |
[ 0.000000] Machine model: Anbernic RG35XX Plus | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] OF: reserved mem: OVERLAP DETECTED! | |
tf-a@40000000 (0x0000000040000000--0x0000000040040000) overlaps with secmon@40000000 (0x0000000040000000--0x0000000040040000) | |
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x000000004003ffff (256 KiB) nomap non-reusable tf-a@40000000 | |
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x000000004003ffff (256 KiB) nomap non-reusable secmon@40000000 | |
[ 0.000000] earlycon: uart0 at MMIO32 0x0000000005000000 (options '115200n8') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/sys/kernel/debug]# cat /sys/kernel/debug/regulator/regulator_summary | |
regulator use open bypass voltage current min max | |
------------------------------------------------------------------------------- | |
regulator-dummy 0 8 0 0mV 0mA 0mV 0mV | |
6000000.hdmi 0mV 0mV | |
6000000.hdmi 0mV 0mV | |
5311000.ohci3-controller 0mV 0mV | |
5310000.ohci2-controller 0mV 0mV | |
5200000.ohci1-controller 0mV 0mV | |
5311000.ehci3-controller 0mV 0mV |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
[ 0.000000] Linux version 6.8.0-rc7-g2d190068f346 (ryan@crackotage) (aarch64-linux-gnu-gcc (GCC) 13.2.1 20230728 (Red Hat Cross 13.4 | |
[ 0.000000] KASLR disabled due to lack of seed | |
[ 0.000000] Machine model: Anbernic RG35XX Plus | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] OF: reserved mem: OVERLAP DETECTED! | |
tf-a@40000000 (0x0000000040000000--0x0000000040040000) overlaps with secmon@40000000 (0x0000000040000000--0x00000000400) | |
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x000000004003ffff (256 KiB) nomap non-reusable tf-a@40000000 | |
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x000000004003ffff (256 KiB) nomap non-reusable secmon@40000000 | |
[ 0.000000] earlycon: uart0 at MMIO32 0x0000000005000000 (options '115200n8') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Thu 7:13pm] ryan@Firebert ~/$ sudo zdb -e -p /dev Stuff | |
Configuration for import: | |
vdev_children: 1 | |
version: 5000 | |
pool_guid: 4818380076522621825 | |
name: 'Stuff' | |
txg: 294572 | |
state: 1 | |
hostid: 2590973493 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Preprocessed output for MCMessageHeader.cc | |
// Generated at 11:24:17 AM on Tuesday, August 13, 2013 | |
// Using Debug configuration, x86_64 architecture for Pods-MailCore2 target of Pods project | |
# 1 "/Volumes/Home/ryan/Projects/Develop/Spitfire/Pods/MailCore2/src/core/abstract/MCMessageHeader.cc" | |
# 1 "<built-in>" 1 | |
# 1 "<built-in>" 3 | |
# 169 "<built-in>" 3 | |
# 1 "<command line>" 1 |
NewerOlder