[PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader

2019-03-21 Thread John Paul Adrian Glaubitz
Recent versions of binutils dropped support for the a.out and COFF formats on sparc64 targets. Since the boot loader on sparc64 is supposed to be an a.out binary and the a.out header entries are rather simple to calculate in our case, we just write the header ourselves instead of relying on externa

Re: [PATCH v3 2/2] Add new MSR modules (rdmsr/wrmsr)

2019-03-21 Thread Eric Snowberg
> On Mar 7, 2019, at 5:26 PM, Jesús Diéguez Fernández wrote: > > In order to be able to read from and write to model-specific registers, > two new modules are added. They are i386 specific, as the cpuid module. > > rdmsr module registers the command rdmsr that allows reading from a MSR. > wrmsr