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

Bin Meng bmeng.cn at gmail.com
Mon Apr 10 02:17:28 UTC 2017


Hi Tom,

The following changes since commit 04735a8fc45ba7c9f5b17d4837a0c649087b29e1:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung
(2017-04-08 10:20:26 -0400)

are available in the git repository at:

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

for you to fetch changes up to ca0d29e4f06095fd39f3125aef8f427aa1728ee5:

  x86: Introduce minimal PMU driver for Intel MID platforms
(2017-04-10 10:02:03 +0800)

----------------------------------------------------------------
Andy Shevchenko (3):
      x86: Remove unused option
      serial: Add serial driver for Intel MID
      x86: Introduce minimal PMU driver for Intel MID platforms

Bin Meng (2):
      dm: rtc: Add 16-bit read/write support
      tools: binman: Add missing filenames for various x86 rom tests

Felipe Balbi (1):
      x86: Add SCU IPC driver for Intel MID platforms

Stefan Roese (4):
      x86: Kconfig: Add options to configure the descriptor.bin /
me.bin filenames
      x86: Add file names from Kconfig in descriptor/intel-me nodes in
u-boot.dtsi
      binman: Remove hard-coded file name for x86 flash-descriptor & intel-me
      x86: bootm: Fix FIT image booting on x86

 arch/x86/Kconfig                            |  18 +++++++++++++
 arch/x86/dts/u-boot.dtsi                    |   2 ++
 arch/x86/include/asm/cpu.h                  |   2 ++
 arch/x86/include/asm/pmu.h                  |  11 ++++++++
 arch/x86/include/asm/scu.h                  |  28 ++++++++++++++++++++
 arch/x86/lib/Makefile                       |   2 ++
 arch/x86/lib/bootm.c                        |   2 +-
 arch/x86/lib/pmu.c                          | 117
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/lib/scu.c                          | 168
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/rtc/rtc-uclass.c                    |  30 ++++++++++++++++++++++
 drivers/serial/Kconfig                      |   9 +++++++
 drivers/serial/Makefile                     |   1 +
 drivers/serial/serial_intel_mid.c           |  69
+++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/x86-common.h                |   1 -
 include/rtc.h                               |  20 +++++++++++++++
 scripts/config_whitelist.txt                |   1 -
 tools/binman/etype/intel_descriptor.py      |   3 ---
 tools/binman/etype/intel_me.py              |   3 ---
 tools/binman/test/30_x86-rom-me-no-desc.dts |   1 +
 tools/binman/test/31_x86-rom-me.dts         |   2 ++
 tools/binman/test/32_intel-vga.dts          |   1 +
 tools/binman/test/42_intel-fsp.dts          |   1 +
 tools/binman/test/43_intel-cmc.dts          |   1 +
 23 files changed, 484 insertions(+), 9 deletions(-)
 create mode 100644 arch/x86/include/asm/pmu.h
 create mode 100644 arch/x86/include/asm/scu.h
 create mode 100644 arch/x86/lib/pmu.c
 create mode 100644 arch/x86/lib/scu.c
 create mode 100644 drivers/serial/serial_intel_mid.c

Regards,
Bin


More information about the U-Boot mailing list