Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - atomicdog

Pages: [1]
1
Operating Systems and Porting / powerpc equivalent to x86 intrinsics?
« on: January 29, 2025, 11:07:59 pm »
Does anyone know of PPC equivalent asm or builtins for these gcc intel intrinsics?
Code: [Select]
_mm_sfence();
_mm_lfence();  __builtin_ia32_lfence (void);
_mm_mfence();

2
General CPU Discussion / Artic Tern and Kestrel developers
« on: January 06, 2024, 04:21:17 pm »
Is there a place (IRC, discord...) were people are discussing the Arctic Tern and Kestrel development?

3
Applications and Porting / IDE's w/remote dev
« on: October 09, 2023, 07:46:19 pm »
Does anyone know of an IDE that allows you to remotely connect to the Talos II?

My Talos II is setup as a server so I want to remote into it but VS code server doesn't (and won't) support PowerPC.
Looks like IntelliJ IDEA doesn't either.

4
Talos II / OpenBMC password
« on: March 13, 2022, 03:13:09 am »
I'm trying to log in to the BMC on my new Talos II with the password that came in the box, but it doesn't work.

Are there instructions somewhere on setting/resetting the password? I've connected to the serial console port but don't see any obvious way in u-boot to do that.

Pages: [1]