All of lore.kernel.org
 help / color / mirror / Atom feed
From: JesusDF <jesusdf@gmail.com>
To: grub-devel@gnu.org
Cc: JesusDF <jesusdf@gmail.com>
Subject: [PATCH 0/1] New MSR module
Date: Sat, 16 Feb 2019 18:29:00 +0100	[thread overview]
Message-ID: <20190216172901.20108-1-jesusdf@gmail.com> (raw)

Hi all,
    I'm completely new to this list and I've never sent a patch before, so excuse me if I missed anything.
    I've built a new grub module to access MSR. I've done it since it allows you to make tweaks before any OS boots.
    It also matches an old request in this same list: https://lists.gnu.org/archive/html/grub-devel/2012-09/msg00089.html

Cheers
    Jesus

JesusDF (1):
  Add a new grub module called msr that registers two commands (rdmsr
    and wrmsr) to be able to read and write to the model-specific
    registers. It is i386 specific, as the cpuid module. The name of the
    module and commands match the linux kernel module and intel commands
    to interact with it.

 grub-core/Makefile.core.def   |  10 ++++
 grub-core/commands/i386/msr.c | 106 ++++++++++++++++++++++++++++++++++
 include/grub/i386/msr.h       |  67 +++++++++++++++++++++
 3 files changed, 183 insertions(+)
 create mode 100644 grub-core/commands/i386/msr.c
 create mode 100644 include/grub/i386/msr.h

-- 
2.17.1



             reply	other threads:[~2019-02-16 17:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-16 17:29 JesusDF [this message]
2019-02-16 17:29 ` [PATCH 1/1] Add a new grub module called msr that registers two commands (rdmsr and wrmsr) to be able to read and write to the model-specific registers. It is i386 specific, as the cpuid module. The name of the module and commands match the linux kernel module and intel commands to interact with it JesusDF
2019-02-18 10:39   ` [PATCH 1/1] Add new module msr Paul Menzel
2019-02-18 13:24   ` [PATCH 1/1] Add a new grub module called msr that registers two commands (rdmsr and wrmsr) to be able to read and write to the model-specific registers. It is i386 specific, as the cpuid module. The name of the module and commands match the linux kernel module and intel commands to interact with it Daniel Kiper
2019-02-18 19:09     ` [PATCH 1/1] Add new module msr Jesús Diéguez Fernández
2019-02-19  9:22       ` Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190216172901.20108-1-jesusdf@gmail.com \
    --to=jesusdf@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.