All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 17/32] x86: Show the interrupt pointer with 'irqinfo'
Date: Fri, 16 Oct 2020 21:35:03 +0800	[thread overview]
Message-ID: <CAEUhbmWMJLSRVpUoxC_NCSAH36Do-SZbcRT5UDpRGZO1Nm+cvg@mail.gmail.com> (raw)
In-Reply-To: <20200928042611.1696178-16-sjg@chromium.org>

On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <sjg@chromium.org> wrote:
>
> It is useful for this command to show the address of the interrupt table.
> Add support for this.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  arch/x86/cpu/i386/interrupt.c    | 14 +++++++-------
>  arch/x86/include/asm/interrupt.h | 17 +++++++++++++++++
>  arch/x86/lib/interrupts.c        |  3 +++
>  3 files changed, 27 insertions(+), 7 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

  reply	other threads:[~2020-10-16 13:35 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28  4:25 [PATCH 00/32] x86: Allow Coral to boot into Chrome OS Simon Glass
2020-09-28  4:25 ` [PATCH 01/32] Add an assembly guard around linux/bitops.h Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 02/32] x86: apl: Add core init for the SoC Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 03/32] x86: Add a layout for Chrome OS verified boot Simon Glass
2020-10-14 13:07   ` Simon Glass
2020-10-15  9:13     ` Bin Meng
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 04/32] x86: Add support for private files Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 05/32] x86: Allow writing tables to fail Simon Glass
2020-09-28  6:23   ` Heinrich Schuchardt
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 06/32] x86: acpi: Store the ACPI context in global_data Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 07/32] x86: Store the FADT so we can avoid searching for it Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 08/32] x86: Don't bother clearing global NVS Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 09/32] x86: coral: Drop the duplicate PCIe settings Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 10/32] x86: Add SMBIOS info for Coral Simon Glass
2020-10-16  9:55   ` Bin Meng
2020-09-28  4:25 ` [PATCH 11/32] x86: coral: Correct max98357 file Simon Glass
2020-10-16 13:34   ` Bin Meng
2020-09-28  4:25 ` [PATCH 12/32] x86: Move ROM_TABLE_ADDR into the C file Simon Glass
2020-10-16 13:34   ` Bin Meng
2020-09-28  4:25 ` [PATCH 13/32] x86: Use if instead of #ifdef in write_tables() Simon Glass
2020-10-16 13:34   ` Bin Meng
2020-09-28  4:25 ` [PATCH 14/32] x86: Allow putting some tables in the bloblist Simon Glass
2020-10-16 13:34   ` Bin Meng
2020-09-28  4:25 ` [PATCH 15/32] x86: nhlt: Correct output of bytes and 16-bit data Simon Glass
2020-10-16 13:34   ` Bin Meng
2020-09-28  4:25 ` [PATCH 16/32] x86: nhlt: Fix a few bugs in the table generation Simon Glass
2020-10-16 13:35   ` Bin Meng
2020-09-28  4:25 ` [PATCH 17/32] x86: Show the interrupt pointer with 'irqinfo' Simon Glass
2020-10-16 13:35   ` Bin Meng [this message]
2020-09-28  4:25 ` [PATCH 18/32] x86: sound: Correct error handling Simon Glass
2020-10-16 13:35   ` Bin Meng
2020-09-28  4:25 ` [PATCH 19/32] acpi: Correct reset handling in acpi_device_add_power_res() Simon Glass
2020-10-16 13:35   ` Bin Meng
2020-09-28  4:25 ` [PATCH 20/32] x86: acpi: Allow the SSDT to be empty Simon Glass
2020-10-16 13:35   ` Bin Meng
2020-09-28  4:26 ` [PATCH 21/32] x86: acpi: Put the generated code first in DSDT Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 22/32] acpi: Don't reset the tables with every new generation Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 23/32] x86: Define the Chrome OS GNVS region Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 24/32] x86: Use CONFIG_CHROMEOS_VBOOT for verified boot Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 25/32] x86: Set up Chrome OS to boot into developer mode Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 26/32] x86: Boot coral into Chrome OS by default Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 27/32] x86: fsp: Convert fsp_dram to use log_debug() Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 28/32] x86: Silence some logging statements Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 29/32] x86: acpi: Include the TPMv1 table only if needed Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 30/32] x86: acpi: Don't show the UART address by default Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 31/32] x86: pinctrl: Silence the warning when a pin is not found Simon Glass
2020-10-16 14:17   ` Bin Meng
2020-09-28  4:26 ` [PATCH 32/32] x86: fsp: Adjust calculations for MTRR range and DRAM top Simon Glass
2020-10-16 14:17   ` Bin Meng

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=CAEUhbmWMJLSRVpUoxC_NCSAH36Do-SZbcRT5UDpRGZO1Nm+cvg@mail.gmail.com \
    --to=bmeng.cn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.