All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: Please pull u-boot-x86
Date: Mon, 1 Feb 2021 17:37:17 +0800	[thread overview]
Message-ID: <CAEUhbmWzvbQ5_O1ZVspeo57bERBTiYFj2Cr3T_XMrUdM68tqBg@mail.gmail.com> (raw)

Hi Tom,

This PR includes the following x86 changes for v2021.04:

- Fix CMD_ACPI dependency in Kconfig
- Correct overflow in __udelay() in TSC timer driver
- Add a devicetree node for eMMC for Coral
- Minor improvements on image loading
- Reduce size of Samus image

Azure results: PASS
https://dev.azure.com/bmeng/GitHub/_build/results?buildId=316&view=results

The following changes since commit b4804cdd5747d1d932bd338e0ca102ade51b8b6b:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
(2021-01-31 14:24:35 -0500)

are available in the git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-x86

for you to fetch changes up to 77f898d04095cdccb69c476ba0aa19f257fca64d:

  x86: Reduce size of samus image (2021-02-01 15:33:26 +0800)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      cmd: CMD_ACPI depends on ACPIGEN

Simon Glass (14):
      x86: tsc_timer: Correct overflow in __udelay()
      x86: coral: Add a devicetree node for eMMC
      acpi: Tidy up documentation for struct acpi_gpio
      x86: acpi_gpe: Update driver name to match devicetree
      x86: spl: Add a function to find the text base
      x86: apl: Enhance debugging in the SPL loader
      x86: Make sure the SPL image ends on a suitable boundary
      x86: spl: Make moving BSS conditional
      x86: Update Chromium OS GNVS names
      x86: zimage: Allow dumping the image from outside the module
      x86: zimage: Improve command-line debug handling
      x86: spl: Clear BSS unconditionally
      x86: tpl: Show next stage being booted
      x86: Reduce size of samus image

 arch/x86/cpu/acpi_gpe.c            |  6 ++++--
 arch/x86/cpu/apollolake/spl.c      | 12 +++++++-----
 arch/x86/cpu/u-boot-spl.lds        | 12 ++++++++++++
 arch/x86/dts/chromebook_coral.dts  |  6 ++++++
 arch/x86/include/asm/intel_gnvs.h  | 34 ++++++++++++++++++++++++++++------
 arch/x86/include/asm/zimage.h      | 10 ++++++++++
 arch/x86/lib/spl.c                 |  2 +-
 arch/x86/lib/tpl.c                 |  7 ++++++-
 arch/x86/lib/zimage.c              | 33 ++++++++++++++++++++++-----------
 cmd/Kconfig                        |  3 ++-
 common/spl/spl.c                   |  6 ++++++
 configs/chromebook_samus_defconfig |  1 +
 drivers/timer/tsc_timer.c          |  2 +-
 include/acpi/acpi_device.h         |  9 +++++----
 include/configs/chromebook_samus.h |  3 +++
 include/spl.h                      | 10 ++++++++++
 16 files changed, 124 insertions(+), 32 deletions(-)

Regards,
Bin

             reply	other threads:[~2021-02-01  9:37 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01  9:37 Bin Meng [this message]
2021-02-01 16:05 ` Please pull u-boot-x86 Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-08-09 16:38 Bin Meng
2023-08-09 19:09 ` Tom Rini
2023-08-01 15:34 Bin Meng
2023-08-01 16:03 ` Tom Rini
2023-07-17 12:44 Bin Meng
2023-07-17 18:53 ` Tom Rini
2023-05-11  8:16 Bin Meng
2023-05-11 16:33 ` Tom Rini
2023-03-27  1:42 Bin Meng
2023-03-27 17:34 ` Tom Rini
2022-12-14  6:27 Bin Meng
2022-12-16 13:24 ` Tom Rini
2022-03-14 14:40 Bin Meng
2022-03-14 16:19 ` Tom Rini
2021-11-01  4:38 Bin Meng
2021-11-01 17:43 ` Tom Rini
2021-09-22 15:42 Bin Meng
2021-09-22 15:51 ` Tom Rini
2021-08-13  5:11 Bin Meng
2021-08-13 12:39 ` Tom Rini
2021-08-02 23:35 Bin Meng
2021-08-03 13:06 ` Tom Rini
2021-07-15 13:54 Bin Meng
2021-07-15 18:48 ` Tom Rini
2021-06-23 11:01 Bin Meng
2021-06-24 13:15 ` Tom Rini
2021-05-10 12:00 Bin Meng
2021-05-10 21:06 ` Tom Rini
2021-04-15  4:20 Bin Meng
2021-04-15 19:42 ` Tom Rini
2021-03-09  5:15 Bin Meng
2021-03-10  4:00 ` Tom Rini
2021-02-06 13:08 Bin Meng
2021-02-07 19:15 ` Tom Rini
2021-02-04  0:08 Bin Meng
2021-02-04 21:58 ` Tom Rini
2020-12-22  7:27 Bin Meng
2020-12-23 21:55 ` Tom Rini
2020-12-16  9:34 Bin Meng
2020-12-16 16:01 ` Tom Rini
2020-11-10  3:38 Bin Meng
2020-11-10 12:39 ` Tom Rini
2020-11-06  4:55 Bin Meng
2020-11-06 16:26 ` Tom Rini
2020-09-21 14:14 Bin Meng
2020-09-21 17:39 ` Tom Rini
2020-09-01 14:36 Bin Meng
2020-09-01 17:25 ` Tom Rini
2020-08-03  4:27 Bin Meng
2020-08-03 16:00 ` Tom Rini
2020-07-20  3:24 Bin Meng
2020-07-20 16:14 ` Tom Rini
2020-07-17 10:15 Bin Meng
2020-07-17 14:49 ` Tom Rini
2020-07-09  9:50 Bin Meng
2020-07-09 23:59 ` Tom Rini
2020-06-02  1:23 Bin Meng
2020-06-02 13:29 ` Tom Rini
2020-05-27  6:45 Bin Meng
2020-05-27 15:59 ` Tom Rini
2020-05-04  9:31 Bin Meng
2020-05-04 17:54 ` Tom Rini
2020-04-30 13:53 Bin Meng
2020-04-30 19:10 ` Tom Rini
2020-04-16 11:11 Bin Meng
2020-04-16 17:38 ` Tom Rini
2020-04-04 23:12 Bin Meng
2020-04-05 23:05 ` Tom Rini
2020-03-05 12:49 Bin Meng
2020-03-09 12:24 ` Tom Rini
2020-02-08  1:54 Bin Meng
2020-02-10 13:39 ` Tom Rini
2020-02-10 17:20   ` Anatolij Gustschin
2020-02-10 17:28     ` Tom Rini
2020-02-04  6:58 Bin Meng
2020-02-05  1:03 ` Tom Rini
2019-12-08 15:49 Bin Meng
2019-12-08 16:36 ` Tom Rini

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=CAEUhbmWzvbQ5_O1ZVspeo57bERBTiYFj2Cr3T_XMrUdM68tqBg@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.