[U-Boot] Please pull u-boot-x86

Bin Meng bmeng.cn at gmail.com
Fri Jul 20 06:01:54 UTC 2018


Hi Tom,

The following changes since commit f7e48c54b246c460503e90315d0cd50ccbd586c6:

  Merge tag 'xilinx-for-v2018.09' of
git://git.denx.de/u-boot-microblaze (2018-07-19 11:48:33 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to 05855fd31a3f7483534aabe69a7030ff38978510:

  x86: acpi: Prevent acpi_table.h from being included more than once
(2018-07-20 09:33:22 +0800)

----------------------------------------------------------------
Bin Meng (10):
      x86: quark: acpi: Add full reset bit to the reset register value in FADT
      dm: sysreset: x86: Add a sysreset driver
      efi: app: Add a sysreset driver
      x86: tangier: Add a sysreset driver
      dm: sysreset: Add a standard message when doing reset
      x86: fsp: Eliminate the reset_cpu() call
      x86: Switch to use DM sysreset driver
      x86: acpi: Move APIs unrelated to ACPI tables generation to a
separate library
      x86: acpi: Don't touch ACPI hardware in write_acpi_tables()
      x86: acpi: Prevent acpi_table.h from being included more than once

 arch/Kconfig                                  |   2 ++
 arch/x86/cpu/baytrail/valleyview.c            |   6 ------
 arch/x86/cpu/braswell/braswell.c              |   6 ------
 arch/x86/cpu/cpu.c                            |  48
+++++++++++++++++++-----------------------------
 arch/x86/cpu/ivybridge/early_me.c             |   7 ++++---
 arch/x86/cpu/ivybridge/sdram.c                |   3 ++-
 arch/x86/cpu/qemu/qemu.c                      |   6 ------
 arch/x86/cpu/quark/acpi.c                     |   2 +-
 arch/x86/cpu/quark/quark.c                    |   6 ------
 arch/x86/cpu/tangier/Makefile                 |   2 +-
 arch/x86/cpu/tangier/sysreset.c               |  48
++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/cpu/tangier/tangier.c                |   6 ------
 arch/x86/dts/bayleybay.dts                    |   1 +
 arch/x86/dts/baytrail_som-db5800-som-6867.dts |   1 +
 arch/x86/dts/broadwell_som-6896.dts           |   1 +
 arch/x86/dts/cherryhill.dts                   |   1 +
 arch/x86/dts/chromebook_link.dts              |   1 +
 arch/x86/dts/chromebook_samus.dts             |   1 +
 arch/x86/dts/chromebox_panther.dts            |   1 +
 arch/x86/dts/conga-qeval20-qa3-e3845.dts      |   1 +
 arch/x86/dts/cougarcanyon2.dts                |   1 +
 arch/x86/dts/crownbay.dts                     |   1 +
 arch/x86/dts/dfi-bt700.dtsi                   |   1 +
 arch/x86/dts/edison.dts                       |   5 +++++
 arch/x86/dts/efi-x86_app.dts                  |   5 +++++
 arch/x86/dts/efi-x86_payload.dts              |   1 +
 arch/x86/dts/galileo.dts                      |   1 +
 arch/x86/dts/minnowmax.dts                    |   1 +
 arch/x86/dts/qemu-x86_i440fx.dts              |   1 +
 arch/x86/dts/qemu-x86_q35.dts                 |   1 +
 arch/x86/dts/reset.dtsi                       |   6 ++++++
 arch/x86/include/asm/acpi.h                   |  41
+++++++++++++++++++++++++++++++++++++++++
 arch/x86/include/asm/acpi_table.h             |  31
++++---------------------------
 arch/x86/include/asm/processor.h              |   5 -----
 arch/x86/include/asm/u-boot-x86.h             |   1 -
 arch/x86/lib/Makefile                         |   1 +
 arch/x86/lib/acpi.c                           | 108
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/lib/acpi_s3.c                        |   1 +
 arch/x86/lib/acpi_table.c                     | 110
--------------------------------------------------------------------------------------------------------------
 arch/x86/lib/fsp/fsp_common.c                 |   2 +-
 configs/chromebook_link64_defconfig           |   1 +
 drivers/sysreset/Kconfig                      |   6 ++++++
 drivers/sysreset/Makefile                     |   1 +
 drivers/sysreset/sysreset-uclass.c            |   2 ++
 drivers/sysreset/sysreset_x86.c               |  49
+++++++++++++++++++++++++++++++++++++++++++++++++
 lib/efi/efi_app.c                             |  28
+++++++++++++++++++++++++++-
 46 files changed, 351 insertions(+), 210 deletions(-)
 create mode 100644 arch/x86/cpu/tangier/sysreset.c
 create mode 100644 arch/x86/dts/reset.dtsi
 create mode 100644 arch/x86/include/asm/acpi.h
 create mode 100644 arch/x86/lib/acpi.c
 create mode 100644 drivers/sysreset/sysreset_x86.c

Regards,
Bin


More information about the U-Boot mailing list