All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 10/18] x86: acpi: Remove the unnecessary checksum calculation of DSDT
Date: Mon, 23 May 2016 15:01:30 +0800	[thread overview]
Message-ID: <CAEUhbmV5St24U7XnB+0tJ-gu9JVOfbQD8S77tNUGR=pyddMdLA@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ0UDt1j0Mnnq-r1Dwf4U3j-MNtdx+9wZ3nrZitN7TfT+g@mail.gmail.com>

On Thu, May 19, 2016 at 12:00 PM, Simon Glass <sjg@chromium.org> wrote:
> On 11 May 2016 at 08:45, Bin Meng <bmeng.cn@gmail.com> wrote:
>> The generated AmlCode[] from IASL already has the calculated DSDT
>> table checksum in place. No need for us to calculate it again.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - New patch to remove the unnecessary checksum calculation of DSDT
>>
>>  arch/x86/lib/acpi_table.c | 6 ------
>>  1 file changed, 6 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86, thanks!

  reply	other threads:[~2016-05-23  7:01 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 14:44 [U-Boot] [PATCH v2 00/18] x86: acpi: Support installation of Ubuntu/Windows and boot Windows Bin Meng
2016-05-11 14:44 ` [U-Boot] [PATCH v2 01/18] x86: minnowmax: Adjust U-Boot environment address in SPI flash Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:00     ` Bin Meng
2016-05-11 14:44 ` [U-Boot] [PATCH v2 02/18] x86: Call board_final_cleanup() in last_stage_init() Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:00     ` Bin Meng
2016-05-11 14:44 ` [U-Boot] [PATCH v2 03/18] x86: Fix up PIRQ routing table checksum earlier Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:00     ` Bin Meng
2016-05-11 14:44 ` [U-Boot] [PATCH v2 04/18] x86: Compile coreboot_table.c only for SeaBIOS Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:00     ` Bin Meng
2016-05-11 14:44 ` [U-Boot] [PATCH v2 05/18] x86: Prepare configuration tables in dedicated high memory region Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 06/18] x86: Unify reserve_arch() for all x86 boards Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 07/18] x86: Reserve configuration tables in high memory Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 08/18] x86: Use high_table_malloc() for tables passing to SeaBIOS Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 09/18] x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 10/18] x86: acpi: Remove the unnecessary checksum calculation of DSDT Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng [this message]
2016-05-11 14:45 ` [U-Boot] [PATCH v2 11/18] x86: acpi: Remove header length check when writing tables Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 12/18] x86: doc: Update information about IGD with SeaBIOS Bin Meng
2016-05-19  4:00   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 13/18] x86: baytrail: Enable SeaBIOS on all boards Bin Meng
2016-05-19  4:01   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 14/18] x86: doc: Mention Ubuntu/Windows installation and boot support Bin Meng
2016-05-19  4:01   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 15/18] acpi: Quieten IASL output when 'make -s' is used Bin Meng
2016-05-19  4:01   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 16/18] x86: baytrail: Add internal UART ASL description Bin Meng
2016-05-19  4:01   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 17/18] x86: baytrail: Add GPIO " Bin Meng
2016-05-19  4:01   ` Simon Glass
2016-05-23  7:01     ` Bin Meng
2016-05-11 14:45 ` [U-Boot] [PATCH v2 18/18] x86: doc: Add porting hints for ACPI with Windows Bin Meng
2016-05-19  4:01   ` Simon Glass
2016-05-23  7:02     ` Bin Meng
2016-05-18  2:14 ` [U-Boot] [PATCH v2 00/18] x86: acpi: Support installation of Ubuntu/Windows and boot Windows Bin Meng
2016-05-19  4:02   ` Simon Glass

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='CAEUhbmV5St24U7XnB+0tJ-gu9JVOfbQD8S77tNUGR=pyddMdLA@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.