From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 9 Dec 2015 10:02:47 +0800 Subject: [U-Boot] Please pull u-boot-x86 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, This includes fixes to PCI UART on CrownBay and Galileo, and minor changes to x86 timer. The following changes since commit 8555dd88cd1a7b5dd1e76c111fe635a92223b98b: axs10x: add support of generic EHCI USB 2.0 controller (2015-12-08 17:29:56 +0300) are available in the git repository at: git://git.denx.de/u-boot-x86.git master for you to fetch changes up to 5436aebdef200f9e1e48fe1988e1582c2f6e996d: common: Remove timer_init() call for x86 (2015-12-09 09:49:39 +0800) ---------------------------------------------------------------- Bin Meng (4): fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE x86: Fix PCI UART compatible string for crownbay and galileo x86: Move i8254_init() to x86_cpu_init_f() common: Remove timer_init() call for x86 arch/x86/cpu/cpu.c | 5 +++++ arch/x86/dts/crownbay.dts | 8 ++++---- arch/x86/dts/galileo.dts | 2 +- common/board_f.c | 2 +- common/fdt_support.c | 3 ++- drivers/timer/tsc_timer.c | 10 ---------- 6 files changed, 13 insertions(+), 17 deletions(-) Regards, Bin