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

2019-11-03 Thread Tom Rini
On Sun, Nov 03, 2019 at 07:23:25AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes for x86:
> 
> - Add support for Intel FSP-S and FSP-T in binman
> - Correct priority selection for image loaders for SPL
> - Add a size check for TPL
> - Various small SPL/TPL bug fixes and changes
> - SPI: Add support for memory-mapped flash
> 
> The following changes since commit 5d6f05352b69d4858a2a9e9136ac3a734f0222bb:
> 
>   azure: Update the script to prepend PATH not override PATH
> (2019-11-01 13:59:14 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to 73c6cd6c0bdb3af76d573f619bbcc141758bb16b:
> 
>   x86: Quieten TPL's jump_to_image_no_args() (2019-11-03 07:20:29 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-12 Thread Tom Rini
On Fri, Oct 11, 2019 at 10:49:59PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes:
> 
> - Remember the device being emulated for Sandbox PCI
> - Update Kconfig options for FSP 1.0
> - Drop RESET_BASE and RESET_SEG_SIZE that are no longer used
> 
> The following changes since commit 548aefa5b9e5c31681e0a8bd78e96b66eedd1137:
> 
>   travis: Move keystone 3 (k3) boards into the k2 job (2019-10-09
> 11:44:59 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to c443f56cc699f25feb4618791730d11a0eb6280a:
> 
>   binman: Use qemu-x86_defconfig in the example (2019-10-11 17:37:44 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-09 Thread Tom Rini
On Tue, Oct 08, 2019 at 04:28:33PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes for v2020.01:
> 
> - Rename existing FSP code to fsp1
> - Add fsp2 directory in preparation to support FSP 2.0
> - Various x86 platform codes update
> - Various bug fixes and updates in dm core, sandbox and spl
> 
> GitLab CI passed
> https://gitlab.denx.de/u-boot/custodians/u-boot-x86/pipelines/867
> 
> The following changes since commit 61ba1244b548463dbfb3c5285b6b22e7c772c5bd:
> 
>   Prepare v2019.10 (2019-10-07 17:14:02 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to cc2d27dcdc3e1c76d09d54015e3992380bd7e0fa:
> 
>   x86: Use mtrr_commit() with FSP2 (2019-10-08 13:57:49 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-05 Thread Tom Rini
On Fri, Oct 04, 2019 at 08:36:33AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR contains the following 2 bug fixes for v2019.10:
> 
> - dm: core: Correct low cell in ofnode_read_pci_addr()
> - dm: core: Correct bad cast in ofnode_get_addr_size_index()
> 
> The following changes since commit ea4316cdb340ce1c05db5d6a869d1840dad68508:
> 
>   Merge tag 'rpi-next-2019.10.2' of https://github.com/mbgg/u-boot
> (2019-10-01 16:31:26 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to e18c41fca46a33bf76b4664796e3e132dc71c6cb:
> 
>   dm: core: Correct bad cast in ofnode_get_addr_size_index()
> (2019-10-03 21:10:53 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-01 Thread Tom Rini
On Tue, Oct 01, 2019 at 10:05:15PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the following x86 changes for v2019.10:
> 
> - Propagate acpi_rsdp_addr to x86 kernel via boot parameters
> 
> The following changes since commit 023ff4b88dcec5faa3f9b841bae4d3d232b58ce2:
> 
>   Merge tag 'u-boot-atmel-fixes-2019.10-a' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2019-09-30
> 07:21:38 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to d905aa8a4277e200e11fdf6d73a7c76d0e6f34a4:
> 
>   x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
> (2019-10-01 18:20:47 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-09-10 Thread Tom Rini
On Tue, Sep 10, 2019 at 08:35:30PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following x86 changes for v2019.10:
> - Tangier ACPI table fixes
> - Support getting high memory size on QEMU x86
> - Show UEFI images involved in crash for x86
> - EFI loader conventional memory map fix
> 
> The following changes since commit c705fc3b40b88bfbf465448643c91da71426df2f:
> 
>   arm: ti: Add missing "=" from previous fix (2019-09-09 10:55:45 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to dd4faa964f0741c314b4f1c09f27c07aedc5cdf0:
> 
>   x86: tangier: Use spaces over TABs in ASL code (2019-09-10 16:19:03 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-08-19 Thread Tom Rini
On Mon, Aug 19, 2019 at 09:07:00AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes in x86:
> - QEMU build warning fix when CONFIG_DISTRO_DEFAULTS=n
> - Small fixes on x86 reST docs
> - Allow CBFS to be used in SPL
> - Remove x86 specific GD flags
> 
> The following changes since commit 81fed78c0a59af0d5698b13608eb4d26be84f397:
> 
>   Merge tag 'efi-2019-10-rc3' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2019-08-17
> 10:31:25 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to d117f917bfd2ccf4eaf90bddfa256501a554b1a4:
> 
>   global_data: Remove comment of reserved arch-specific GD flags
> (2019-08-18 21:54:10 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-08-10 Thread Tom Rini
On Sat, Aug 10, 2019 at 07:35:32AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes to x86:
> - Enable SD slot on Intel Edison
> - Populate CSRT ACPI table for shared DMA controller on Intel Tangier
> - Convert Intel ICH-SPI driver to use new spi-mem ops
> - Enable config_distro_bootcmd for QEMU x86
> - Support U-Boot as a payload for Intel Slim Bootloader
> - Avoid writing temporary asl files into the source tree which fixes
> the parallel build issue occasionally seen
> 
> The following changes since commit fef408679b2f634ebfd6298d9fc99db99e60fb1d:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
> (2019-08-08 09:19:08 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
> 
> for you to fetch changes up to dbaec467671fd5b56cf380121340844863f5472d:
> 
>   x86: Skip setting up MTRRs in slimbootloader (2019-08-09 22:24:02 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-06-24 Thread Tom Rini
On Sat, Jun 22, 2019 at 11:00:16PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the following changes to U-Boot x86 for v2019.07:
> - boot failure fix for Intel edison
> - tangier wdt conversion to driver model
> 
> The following changes since commit 226a35ef0ef310d8fffa3e6283ee3aab9dab26aa:
> 
>   Merge branch '2019-06-20-master-imports' (2019-06-20 21:52:31 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to c974a3d1550557f246c98480083651c0a502e7e7:
> 
>   watchdog: tangier: Convert to use WDT class (2019-06-22 22:27:13 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-19 Thread Tom Rini
On Sun, May 19, 2019 at 04:19:06PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following updates to U-Boot x86 support:
> 
> - Allow coreboot to process unhandled tags
> - Enable NVMe on QEMU x86_64 target
> 
> The following changes since commit 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung
> (2019-05-16 07:09:59 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 604ce762e3ef2e8e1ce387df4a40bdc52119421d:
> 
>   x86: qemu-x86_64: Enable NVMe (2019-05-19 16:17:33 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-08 Thread Tom Rini
On Wed, May 08, 2019 at 07:21:01PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the following changes to U-Boot x86 support:
> 
> - Allow x86 boards to use TPL, SPL and U-Boot proper
> - Update sysreset x86 driver to utilize ACPI registers to do power off
> - Add a new chromebook_samus_tpl board for TPL support
> - Several minor changes in binman tool
> 
> The following changes since commit 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2019-05-07
> 09:38:00 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to ffe403762be48d475de4b2b6df87c32fd3a1e8dd:
> 
>   x86: samus: Add a target to boot through TPL (2019-05-08 13:02:19 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-11 Thread Tom Rini
On Mon, Mar 11, 2019 at 11:05:48PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the following changes for v2019.04:
> 
> - ACPI changes and fixes to Intel Tangier/Edison
> - i8254 beeper fixes
> 
> The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
> 
>   Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 3592965aff313a379f6f10faa05c997391c5dd82:
> 
>   x86: crownbay: Enable the beeper sound driver (2019-03-11 22:55:01 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-21 Thread Tom Rini
On Wed, Feb 20, 2019 at 04:52:15PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the following changes to x86:
> 
> - Add support for sound.
> 
> Albeit the big changeset, changes are pretty limited to x86 only and a
> few new sound drivers used by x86 so I think it would be good to have
> this in the next release.
> 
> The following changes since commit 97f9830849c64d60d0cf2fd69e87dfe4557d02a4:
> 
>   Merge branch '2019-02-19-master-imports' (2019-02-19 20:48:11 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to e2c901c99e2622005f98a9623c4b5339257bfad3:
> 
>   x86: Add sound support for samus (2019-02-20 15:27:11 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-12 Thread Tom Rini
On Tue, Feb 12, 2019 at 02:56:01PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes to x86:
> - edison switch to CONFIG_OF_SEPARATE
> - tangier initial ACPI support for PMIC device
> - tsc timer driver update to support native calibration
> - fixes to 64-bit U-Boot proper
> 
> The following changes since commit f94fa0e94f36c740d3c7aa314c89a750c742185b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2019-02-11
> 11:15:34 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 24b56e2bf369ac003ccaac37d8bb80e08b743e16:
> 
>   x86: tangier: Add initial ACPI support for PMIC device (2019-02-12
> 14:37:17 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-01 Thread Tom Rini
On Mon, Dec 31, 2018 at 12:53:19PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes x86 edison defconfig file clean up, and coreboot file
> system (cbfs) fixes.
> 
> The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c:
> 
>   Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot
> (2018-12-27 12:59:01 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 881bb9ab398419c33c9021ee8b2bbd8412882230:
> 
>   fs: cbfs: Add missing standard CBFS component types (2018-12-31
> 09:42:41 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-10 Thread Tom Rini
On Mon, Dec 10, 2018 at 10:22:27AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the following changes for x86:
> - Enable RTC for Intel Tangier
> - Wrap the call to 8259 PIC with Kconfig options for old targets without 8259
> - Warp the call to USB init with Kconfg options for coreboot & EFI payload
> 
> The following changes since commit cde578ff36b15ec9c2033f03b94ecf809af7cc64:
> 
>   ARM: mvebu: restore license information in mv_ddr_plat.{c,h}
> (2018-12-09 17:10:13 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to d3d6531866f2d7aa85b053cef553090b251e909f:
> 
>   efi: payload: only init usb if necessary (2018-12-10 10:14:42 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-11-06 Thread Tom Rini
On Tue, Nov 06, 2018 at 01:38:07PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This contains a fix to a warning by newer version IASL compiler.
> 
> The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04
> 08:12:21 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 24109bba6a4f81774e384c15c2e8a4d47791455f:
> 
>   x86: acpi: Remove redundant Offset (0x00) (2018-11-06 13:35:06 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-28 Thread Tom Rini
On Sun, Oct 28, 2018 at 09:07:20PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> These are various small fixes for x86 for this release.
> 
> The following changes since commit 24a72511e7eeec78c9cc3f72953ff8726849b0c1:
> 
>   vf610twr: Enable thumb2 for builds (2018-10-26 08:40:53 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 3d2be8003c77cad350f1ec7c79f914797718c5bf:
> 
>   x86: Fix car_uninit weak symbol definition (2018-10-28 21:02:15 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-22 Thread Tom Rini
On Tue, Oct 23, 2018 at 09:26:29AM +0800, Bin Meng wrote:
> Hi Tom,
> 
> On Tue, Oct 23, 2018 at 1:47 AM Tom Rini  wrote:
> >
> > On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:
> >
> > > Hi Tom,
> > >
> > > This fixed the QEMU x86_64 support which has been broken here and
> > > here, e.g.: built with newer version GCC compiler, EFI loader
> > > relocation, TSC as early timer. Now all issues have been addressed and
> > > we can finally turn on build/testing for this target on travis-ci!
> > >
> > > The following changes since commit 
> > > 25db3403094a57320644544eb0f38b1670a6716b:
> > >
> > >   test: Add test for PCI device without compat string and with DT node
> > > (2018-10-20 15:23:38 -0400)
> > >
> > > are available in the git repository at:
> > >
> > >   git://git.denx.de/u-boot-x86.git
> > >
> > > for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
> > >
> > >   travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 
> > > +0800)
> > >
> >
> > NAK, "make tests" (and I think Travis, once github is un-broken?) fails.
> > When checking for code coverage we get:
> > tools/binman/etype/intel_refcode 7  271%
> >
> 
> So 'make tests' is not in current travis-ci build? Can we fix it?

Yes, I suspect our TEST_PY_TOOLS stanza is out of date as we had
coverage failing for a long time so it wasn't required, but now it's
complete.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-22 Thread Bin Meng
Hi Tom,

On Tue, Oct 23, 2018 at 1:47 AM Tom Rini  wrote:
>
> On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:
>
> > Hi Tom,
> >
> > This fixed the QEMU x86_64 support which has been broken here and
> > here, e.g.: built with newer version GCC compiler, EFI loader
> > relocation, TSC as early timer. Now all issues have been addressed and
> > we can finally turn on build/testing for this target on travis-ci!
> >
> > The following changes since commit 25db3403094a57320644544eb0f38b1670a6716b:
> >
> >   test: Add test for PCI device without compat string and with DT node
> > (2018-10-20 15:23:38 -0400)
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-x86.git
> >
> > for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
> >
> >   travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 
> > +0800)
> >
>
> NAK, "make tests" (and I think Travis, once github is un-broken?) fails.
> When checking for code coverage we get:
> tools/binman/etype/intel_refcode 7  271%
>

So 'make tests' is not in current travis-ci build? Can we fix it?

I manually triggered a travis-ci build and all passed before I sent this PR.

> Which is a failure as it should be 100%.
>

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-22 Thread Tom Rini
On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This fixed the QEMU x86_64 support which has been broken here and
> here, e.g.: built with newer version GCC compiler, EFI loader
> relocation, TSC as early timer. Now all issues have been addressed and
> we can finally turn on build/testing for this target on travis-ci!
> 
> The following changes since commit 25db3403094a57320644544eb0f38b1670a6716b:
> 
>   test: Add test for PCI device without compat string and with DT node
> (2018-10-20 15:23:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
> 
>   travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 
> +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-22 Thread Tom Rini
On Mon, Oct 22, 2018 at 11:49:36AM -0600, Simon Glass wrote:
> Hi Tom,
> 
> On 22 October 2018 at 11:47, Tom Rini  wrote:
> >
> > On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:
> >
> > > Hi Tom,
> > >
> > > This fixed the QEMU x86_64 support which has been broken here and
> > > here, e.g.: built with newer version GCC compiler, EFI loader
> > > relocation, TSC as early timer. Now all issues have been addressed and
> > > we can finally turn on build/testing for this target on travis-ci!
> > >
> > > The following changes since commit 
> > > 25db3403094a57320644544eb0f38b1670a6716b:
> > >
> > >   test: Add test for PCI device without compat string and with DT node
> > > (2018-10-20 15:23:38 -0400)
> > >
> > > are available in the git repository at:
> > >
> > >   git://git.denx.de/u-boot-x86.git
> > >
> > > for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
> > >
> > >   travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 
> > > +0800)
> > >
> >
> > NAK, "make tests" (and I think Travis, once github is un-broken?) fails.
> > When checking for code coverage we get:
> > tools/binman/etype/intel_refcode 7  271%
> >
> > Which is a failure as it should be 100%.
> 
> This patch should fix that:
> 
> http://patchwork.ozlabs.org/patch/977402/
> 
> Once this lands I'll try again with a small DM pull request.

I'm grabbing that patch now since we can't have transitory failures (or
my QA stops :)).  Putting it all through the ringer again now.  Thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-22 Thread Simon Glass
Hi Tom,

On 22 October 2018 at 11:47, Tom Rini  wrote:
>
> On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:
>
> > Hi Tom,
> >
> > This fixed the QEMU x86_64 support which has been broken here and
> > here, e.g.: built with newer version GCC compiler, EFI loader
> > relocation, TSC as early timer. Now all issues have been addressed and
> > we can finally turn on build/testing for this target on travis-ci!
> >
> > The following changes since commit 25db3403094a57320644544eb0f38b1670a6716b:
> >
> >   test: Add test for PCI device without compat string and with DT node
> > (2018-10-20 15:23:38 -0400)
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-x86.git
> >
> > for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
> >
> >   travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 
> > +0800)
> >
>
> NAK, "make tests" (and I think Travis, once github is un-broken?) fails.
> When checking for code coverage we get:
> tools/binman/etype/intel_refcode 7  271%
>
> Which is a failure as it should be 100%.

This patch should fix that:

http://patchwork.ozlabs.org/patch/977402/

Once this lands I'll try again with a small DM pull request.

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-22 Thread Tom Rini
On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This fixed the QEMU x86_64 support which has been broken here and
> here, e.g.: built with newer version GCC compiler, EFI loader
> relocation, TSC as early timer. Now all issues have been addressed and
> we can finally turn on build/testing for this target on travis-ci!
> 
> The following changes since commit 25db3403094a57320644544eb0f38b1670a6716b:
> 
>   test: Add test for PCI device without compat string and with DT node
> (2018-10-20 15:23:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
> 
>   travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 
> +0800)
> 

NAK, "make tests" (and I think Travis, once github is un-broken?) fails.
When checking for code coverage we get:
tools/binman/etype/intel_refcode 7  271%

Which is a failure as it should be 100%.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86 (take 2)

2018-09-18 Thread Tom Rini
On Mon, Sep 17, 2018 at 5:39 AM, Bin Meng  wrote:

> Hi Tom,
>
> The following changes since commit 2976d3c1504960d3934a7404b0648e
> dc28b52eb9:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-09-14
> 13:54:37 -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-x86.git
>
> for you to fetch changes up to 6321da5263b513f1d6959fb721c33970405e6d1d:
>
>   x86: cpu: add docstring to scu_ipc_command() (2018-09-17 17:35:53 +0800)
>
> 
> Christian Gmeiner (1):
>   x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define
>
> Georgii Staroselskii (5):
>   x86: cpu: introduce scu_ipc_raw_command()
>   x86: tangier: pinmux: add API to configure protected pins
>   x86: dts: edison: configure I2C#6 pins
>   x86: tangier: acpi: add I2C6 node
>   x86: cpu: add docstring to scu_ipc_command()
>
>  arch/x86/cpu/tangier/Makefile   |   2 +-
>  arch/x86/cpu/tangier/pinmux.c   | 194
> 
> +++
>  arch/x86/dts/edison.dts |  22
> +
>  arch/x86/include/asm/arch-tangier/acpi/southcluster.asl |  10 ++
>  arch/x86/include/asm/scu.h  |   4 +++
>  arch/x86/lib/scu.c  |  62
> ++
>  include/configs/x86-common.h|   2 --
>  7 files changed, 293 insertions(+), 3 deletions(-)
>  create mode 100644 arch/x86/cpu/tangier/pinmux.c
>

Applied to u-boot/master, thanks!

-- 
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-17 Thread Bin Meng
Hi Tom,

On Mon, Sep 17, 2018 at 4:54 PM Bin Meng  wrote:
>
> Hi Tom,
>
> The following changes since commit 2976d3c1504960d3934a7404b0648edc28b52eb9:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-09-14 13:54:37 
> -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-x86.git
>
> for you to fetch changes up to eab91d874c084ea11f126aa676969e3e91a2301c:
>
>   x86: cpu: add docstring to scu_ipc_command() (2018-09-17 14:36:52 +0800)
>
> 
> Christian Gmeiner (1):
>   x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define
>
> Georgii Staroselskii (5):
>   x86: cpu: introduce scu_ipc_raw_command()
>   x86: tangier: pinmux: add API to configure protected pins
>   x86: dts: edison: configure I2C#6 pins
>   x86: tangier: acpi: add I2C6 node
>   x86: cpu: add docstring to scu_ipc_command()

Sorry, please ignore this one, as there is a build warning in one of
the Georgii's patches.

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-30 Thread Tom Rini
On Thu, Aug 30, 2018 at 11:33:37AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes a small x86 efi payload enhancement to support booting
> Linux, as well as a clean up on kernel boot protocol setup parameters
> to match upstream and avoid confusion.
> 
> The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437:
> 
>   configs: am57xx: change default board name to beagle_x15 (2018-08-26
> 12:26:16 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to e69cc6bc42c37598e2fdda421360be6cbc0470fd:
> 
>   x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot
> parameters (2018-08-30 11:23:15 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-20 Thread Tom Rini
On Mon, Aug 20, 2018 at 01:59:12PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 9f8cf76be256a83643ee05de6cffaeb452ed0931:
> 
>   Convert CONFIG_SYS_I2C_DAVINCI to Kconfig (2018-08-17 15:43:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 7bdf39cfafd29fc1192dd1aa997b5937f92a3c74:
> 
>   x86: efi: payload: Add default TSC frequency in the device tree
> (2018-08-20 13:52:49 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-20 Thread Tom Rini
On Fri, Jul 20, 2018 at 02:01:54PM +0800, Bin Meng wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-02 Thread Tom Rini
On Mon, Jul 02, 2018 at 10:00:38AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This fixes instability issues on qemu-x86, and enables efi-loader on
> x86 to use ACPI. This should be the last PR for v2018.07.
> 
> The following changes since commit 2121bbe49c27b2b2d865fac4e4071c5a90ae90b2:
> 
>   lib: div64: fix typeo in include/div64.h (2018-06-29 11:30:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 40144260a9c8c5228500824ad9b7b19597a4bb0b:
> 
>   doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi'
> (2018-07-02 09:23:28 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-25 Thread Tom Rini
On Sun, Jun 24, 2018 at 09:15:32AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This mainly fixes the broken EFI x86 payload support, and some other
> small enhancements.
> 
> The following changes since commit 77b5ba5d2b94c5b028991c82782493f64bd4f392:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier
> (2018-06-22 13:12:53 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to dd099ec44b5d0a5d2dff537fc5b3b3441a49eec6:
> 
>   cmd: efi: Fix wrong memory descriptor end address (2018-06-24 08:56:33 
> +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-18 Thread Tom Rini
On Mon, Jun 18, 2018 at 03:37:36PM -0400, Tom Rini wrote:
> On Sun, Jun 17, 2018 at 09:21:55PM +0800, Bin Meng wrote:
> 
> > Hi Tom,
> > 
> > The following changes since commit a715415bb5948c84cc44c601b193188990f7238b:
> > 
> >   Merge branch 'master' of git://git.denx.de/u-boot-usb (2018-06-16
> > 00:07:37 -0400)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-x86.git
> > 
> > for you to fetch changes up to 0102023966558075e52758bd22ffd8f96b093a7e:
> > 
> >   x86: efi: app: Display correct CPU info during boot (2018-06-17
> > 21:16:04 +0800)
> > 
> 
> Applied to u-boot/master, thanks!

But please follow up with a fix for:
WARNING: no status info for 'efi-x86_app'
WARNING: no maintainers for 'efi-x86_app'

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-18 Thread Tom Rini
On Sun, Jun 17, 2018 at 09:21:55PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit a715415bb5948c84cc44c601b193188990f7238b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2018-06-16
> 00:07:37 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 0102023966558075e52758bd22ffd8f96b093a7e:
> 
>   x86: efi: app: Display correct CPU info during boot (2018-06-17
> 21:16:04 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-14 Thread Tom Rini
On Wed, Jun 13, 2018 at 10:17:03AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 7868909ed53ed41a945f7ed95ebb88aa252142ce:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2018-06-12 13:25:24 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to bee053e248e93d82e5c352708f8c892f4a488c54:
> 
>   x86: cougarcanyon2: Add missing chipset interrupt information
> (2018-06-13 09:50:57 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86 (take 2)

2018-04-16 Thread Tom Rini
On Mon, Apr 16, 2018 at 11:01:25PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes some fixes and enhancements to VxWorks booting support,
> as well as some mods to x86 I/O functions.
> 
> The following changes since commit ebca902aeb3af3eaedd2787928184ad84a86b98f:
> 
>   Merge git://git.denx.de/u-boot-imx (2018-04-15 08:43:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to d5032392babd3a8bd027ccb79072ee7b05299b67:
> 
>   x86: Rename coreboot-x86 to coreboot (2018-04-16 22:38:53 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-16 Thread Bin Meng
Hi Tom,

On Mon, Apr 16, 2018 at 8:31 PM, Tom Rini  wrote:
> On Mon, Apr 16, 2018 at 05:17:30PM +0800, Bin Meng wrote:
>
>> Hi Tom,
>>
>> This includes some fixes and enhancements to VxWorks booting support,
>> as well as some mods to x86 I/O functions.
>>
>> The following changes since commit ebca902aeb3af3eaedd2787928184ad84a86b98f:
>>
>>   Merge git://git.denx.de/u-boot-imx (2018-04-15 08:43:50 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-x86.git
>>
>> for you to fetch changes up to 699b8a1386255252293d743a0b196232641167f3:
>>
>>   x86: Rename coreboot-x86 to coreboot (2018-04-16 16:54:51 +0800)
>>
>
> NAK.  This breaks most non-x86 as follows:
>m68k:  +   M5485BFE
> +(M5485BFE) ../cmd/elf.c: In function ?do_bootvx?:
> +(M5485BFE) ../cmd/elf.c:346:15: error: ?base? undeclared (first use in this 
> function)
> +(M5485BFE) bootaddr = base + X86_BOOT_LINE_OFFSET;
> +(M5485BFE)^~~~
> +(M5485BFE) ../cmd/elf.c:346:15: note: each undeclared identifier is reported 
> only once for each function it appears in
> +(M5485BFE) make[2]: *** [cmd/elf.o] Error 1
> +(M5485BFE) make[1]: *** [cmd] Error 2
> +(M5485BFE) make: *** [sub-make] Error 2

Sorry about this. I will send v2 pull request.

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-16 Thread Tom Rini
On Mon, Apr 16, 2018 at 05:17:30PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes some fixes and enhancements to VxWorks booting support,
> as well as some mods to x86 I/O functions.
> 
> The following changes since commit ebca902aeb3af3eaedd2787928184ad84a86b98f:
> 
>   Merge git://git.denx.de/u-boot-imx (2018-04-15 08:43:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 699b8a1386255252293d743a0b196232641167f3:
> 
>   x86: Rename coreboot-x86 to coreboot (2018-04-16 16:54:51 +0800)
> 

NAK.  This breaks most non-x86 as follows:
   m68k:  +   M5485BFE
+(M5485BFE) ../cmd/elf.c: In function ?do_bootvx?:
+(M5485BFE) ../cmd/elf.c:346:15: error: ?base? undeclared (first use in this 
function)
+(M5485BFE) bootaddr = base + X86_BOOT_LINE_OFFSET;
+(M5485BFE)^~~~
+(M5485BFE) ../cmd/elf.c:346:15: note: each undeclared identifier is reported 
only once for each function it appears in
+(M5485BFE) make[2]: *** [cmd/elf.o] Error 1
+(M5485BFE) make[1]: *** [cmd] Error 2
+(M5485BFE) make: *** [sub-make] Error 2

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-01 Thread Tom Rini
On Fri, Mar 30, 2018 at 04:12:19PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f:
> 
>   Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:02:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 5d73292cf84db1e8f7d99dd27100ef2e8ac15c4e:
> 
>   x86: zImage: Pass working device tree data to the kernel (2018-03-30
> 16:06:58 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-30 Thread Tom Rini
On Tue, Jan 30, 2018 at 10:42:32PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit eef11acebaa48e241e9187c717dc92d3e175c119:
> 
>   Prepare v2018.03-rc1 (2018-01-29 20:12:33 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to e21b04fec465c84a51ca6fc6450263e0c0953fcb:
> 
>   x86: kconfig: Remove meaningless 'select n' (2018-01-30 22:34:38 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-08 Thread Tom Rini
On Mon, Jan 08, 2018 at 05:01:24PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit ca833ca9579b29c5667ea2fa7a9d3f89f1599a94:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2018-01-03 12:27:12 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 5d8c4ebd95e23a606a40a73920b8d7d096a91d37:
> 
>   x86: tangier: Add Bluetooth to ACPI table (2018-01-08 16:52:25 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-21 Thread Tom Rini
On Thu, Dec 21, 2017 at 09:24:48AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit b55c89ce0207d3a504238c1b8f268c56035656a3:
> 
>   Merge git://git.denx.de/u-boot-spi (2017-12-19 07:57:40 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 1602d215b595b9cf4be460101f5c8892623fe3a0:
> 
>   x86: tangier: Use official ACPI HID for FLIS IP (2017-12-21 09:18:05 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-11-30 Thread Tom Rini
On Thu, Nov 30, 2017 at 02:03:53PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050:
> 
>   Merge tag 'xilinx-for-v2018.01' of
> git://www.denx.de/git/u-boot-microblaze (2017-11-29 08:26:07 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to aa7839b39c2ee77f9ab8c393c56b8d812507dbb7:
> 
>   x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones
> (2017-11-30 13:50:17 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-27 Thread Tom Rini
On Fri, Oct 27, 2017 at 03:18:55PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This fixes a bunch of x86 breakages.
> 
> The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:
> 
>   Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 411898dc87c09d0cd103a4243c8cb4a72b115c51:
> 
>   x86: acpi: Put sleepstates.asl to the common place (2017-10-27 15:13:47 
> +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-19 Thread Tom Rini
On Thu, Oct 19, 2017 at 11:55:13AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes a critical bug fix for Baytrail ACPI suspend/resume and
> some other minor clean ups.
> 
> The following changes since commit 6b0fea33424dcce82b6df0c6b3774601eb1ff36a:
> 
>   Merge git://git.denx.de/u-boot-i2c (2017-10-18 09:32:35 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 9af43acba6ea1fe6de29150b8bd3eb0126ba6a15:
> 
>   x86: conga-qeval20-qa3-e3845-internal-uart_defconfig: Add ACPI
> resume support (2017-10-19 11:37:51 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-08 Thread Tom Rini
On Sat, Oct 07, 2017 at 03:16:26PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 3ea0520512089cffbe02b7d6eb645cdfddb09c5c:
> 
>   disk: part_dos: Use the original allocation scheme for the SPL case
> (2017-10-05 10:45:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 256df1e1c6664e94926affe9318faa8258c18582:
> 
>   x86: edison: Bring minimal ACPI support to the board (2017-10-07
> 15:07:59 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-08 Thread Andy Shevchenko
On Sat, 2017-10-07 at 16:32 +0800, Bin Meng wrote:

+Cc: Ferry (he might be interested in this thread)

> > Edison?! Edison is dead (end), as I know it...

Some people don't think so, there are ones who like the board.

Actually, while working for Linux kernel at Intel I'm using that board
on almost daily basis to do many tests which are not related strictly to
Edison or even Tangier.

> >  The project is cancelled.

That's correct [1].

But be honest, don't you like the idea to have an example of the board,
which was never designed to be ACPI compatible, actually to become one
(as much as hardware and ACPI specification allow to, of course)?

Besides that I have started looking into Edison's stuff around spring
time of 2015. You may see my progress here [2] (first article dated
27.03.2015, the chapter "6 What is working and what doesn't" shows
progress of upstreaming). U-Boot was appeared on my radar when the stock
one stopped working with vanilla kernels.

> > Correct me if I am wrong!

See above.

> I don't know that story. Loop Andy in to comment.

Thanks, Bin, for including me in the loop.

>  But my understanding
> is that these are pretty much Intel Tangier SoC related,

...and Merrifield as a platform, which had been used in some x86-based
phones.

>  and Edison is
> just a reference board.

Edison is one of the Intel's IoT boards, but the only board from Intel
MID family [3].

> > Much more important INTEL U-Boot businesses are ATOM E3900/APL-I
> > family and
> > CORE-5 BDW-DE (possible also BDW-DE NS),
> > 
> > What about these?

I can't answer on this. Work on Edison stuff may be considered as my
hobby project (I have never been a part of an official team which had
done Edison).

[1]: https://communities.intel.com/docs/DOC-112093
[2]: https://edison.internet-share.com/wiki/Using_a_vanilla_Linux_kernel
_with_Intel_Edison
[3]: https://en.wikipedia.org/wiki/Mobile_Internet_device#Intel_MID_plat
forms

-- 
Andy Shevchenko 
Intel Finland Oy
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-07 Thread Bin Meng
Hi Zoran,

On Sat, Oct 7, 2017 at 3:31 PM, Zoran Stojsavljevic
 wrote:
> Hello Bing,
>
> Edison?! Edison is dead (end), as I know it... The project is cancelled.
> Correct me if I am wrong!
>

I don't know that story. Loop Andy in to comment. But my understanding
is that these are pretty much Intel Tangier SoC related, and Edison is
just a reference board.

> Much more important INTEL U-Boot businesses are ATOM E3900/APL-I family and
> CORE-5 BDW-DE (possible also BDW-DE NS),
>
> What about these?
>

As I mentioned before, these are on my todo list. If you or anyone
else would like to contribute, patches are always welcome!

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-07 Thread Zoran Stojsavljevic
Hello Bing,

Edison?! Edison is dead (end), as I know it... The project is cancelled.
Correct me if I am wrong!

Much more important INTEL U-Boot businesses are ATOM E3900/APL-I family and
CORE-5 BDW-DE (possible also BDW-DE NS),

What about these?

Thank you,
Zoran Stojsavljevic
___

On Sat, Oct 7, 2017 at 9:16 AM, Bin Meng  wrote:

> Hi Tom,
>
> The following changes since commit 3ea0520512089cffbe02b7d6eb645c
> dfddb09c5c:
>
>   disk: part_dos: Use the original allocation scheme for the SPL case
> (2017-10-05 10:45:33 -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-x86.git
>
> for you to fetch changes up to 256df1e1c6664e94926affe9318faa8258c18582:
>
>   x86: edison: Bring minimal ACPI support to the board (2017-10-07
> 15:07:59 +0800)
>
> 
> Andy Shevchenko (2):
>   x86: tangier: Enable ACPI support for Intel Tangier
>   x86: edison: Bring minimal ACPI support to the board
>
> Stefan Roese (3):
>   x86: theadorable-x86-common: Add further pci hotplug cmdline
> parameters
>   x86: theadorable-x86-common: Move "-generic" into kernel-ver variable
>   x86: theadorable-x86-xxx_defconfig: Enable setexpr command
>
>  arch/x86/cpu/tangier/Makefile |   1 +
>  arch/x86/cpu/tangier/acpi.c   |  87
> +++
>  arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl |  16 ++
>  arch/x86/include/asm/arch-tangier/acpi/platform.asl   |  31
> +++
>  arch/x86/include/asm/arch-tangier/acpi/southcluster.asl   | 298
> 
> +
>  arch/x86/include/asm/arch-tangier/global_nvs.h|  22 
>  board/intel/edison/.gitignore |   3 ++
>  board/intel/edison/Kconfig|   6 +++
>  board/intel/edison/Makefile   |   1 +
>  board/intel/edison/dsdt.asl   |  13 +
>  configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig |   1 -
>  configs/theadorable-x86-conga-qa3-e3845_defconfig |   1 -
>  configs/theadorable-x86-dfi-bt700_defconfig   |   1 -
>  include/configs/edison.h  |   3 ++
>  include/configs/theadorable-x86-common.h  |  11 ++--
>  15 files changed, 487 insertions(+), 8 deletions(-)
>  create mode 100644 arch/x86/cpu/tangier/acpi.c
>  create mode 100644 arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl
>  create mode 100644 arch/x86/include/asm/arch-tangier/acpi/platform.asl
>  create mode 100644 arch/x86/include/asm/arch-
> tangier/acpi/southcluster.asl
>  create mode 100644 arch/x86/include/asm/arch-tangier/global_nvs.h
>  create mode 100644 board/intel/edison/.gitignore
>  create mode 100644 board/intel/edison/dsdt.asl
>
> Regards,
> Bin
> ___
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-18 Thread Tom Rini
On Sat, Sep 16, 2017 at 05:54:47PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 079c92b0a77b9a9bf237a9430ed16cf81d43ce5d:
> 
>   ARM: davinci: Remove CONFIG_SOC_DA830 (2017-09-15 12:35:48 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 8a1c44271c55961fb70fb6177f9c02fdb05287c5:
> 
>   x86: ivybridge: remove unused variables (2017-09-16 14:57:44 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-03 Thread Tom Rini
On Sat, Sep 02, 2017 at 11:56:45PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> These are some bug fixes for v2017.09.
> 
> The following changes since commit 6ef2f90108e2cf101d931c71ea7904f2b6301641:
> 
>   Convert CONFIG_BCH to Kconfig (2017-09-01 20:45:26 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to f04034cba4c2351da5b54ae36f5a30e3ccfce1cc:
> 
>   x86: theadorable-x86-common: Remove "ip=dhcp" from default
> environment (2017-09-02 23:49:34 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-26 Thread Tom Rini
On Thu, Aug 24, 2017 at 11:18:14AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This contains various fixes and a reworked version of serial RX buffer
> support. Hopefully this is the last PR from x86 for v2017.09.
> 
> The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
> 
>   fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
> (2017-08-22 08:20:02 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 438505fe696b176cbf56cd34db870e04027d3531:
> 
>   x86: tangier: kconfig: Guard tangier-specific options (2017-08-24
> 11:00:47 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-09 Thread Tom Rini
On Tue, Aug 08, 2017 at 09:29:19PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
> 20:38:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 6a5691e297fc44a7c963b15903828fed33d40ba0:
> 
>   x86: Add defconfig for theadorable-x86-conga with PCIe x4 blobs
> (2017-08-08 21:13:07 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-02 Thread Tom Rini
On Tue, Aug 01, 2017 at 08:24:50PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 6364a5d4bd55beeedc11171419acd0bdff17a599:
> 
>   Prepare v2017.09-rc1 (2017-07-31 20:37:25 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 24357dfd2aec4118b9178d8bf639fb8fc02e1859:
> 
>   x86: Switch all boards to use DM SCSI (2017-08-01 20:17:02 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-07-30 Thread Tom Rini
On Sun, Jul 30, 2017 at 10:45:06AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 19d1f1a2f3ccfbf85125150f7876ce22714b38bd:
> 
>   Merge git://git.denx.de/u-boot-socfpga (2017-07-29 11:44:08 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 55f228b07e2d84938a88737445441e736de41340:
> 
>   x86: minnowmax: Remove CONFIG_SMSC_LPC47M (2017-07-30 10:30:25 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-27 Thread Tom Rini
On Tue, Jun 27, 2017 at 04:34:52PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-rockchip
> (2017-06-23 11:02:21 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to da2364cc14a0b34411c4a228ae687a23504afe04:
> 
>   Revert "x86: Convert MMC to driver model" (2017-06-27 16:31:30 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-23 Thread Tom Rini
On Thu, Jun 22, 2017 at 03:41:28PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 235c5b8315c6a9eb566fd3d99a098cc6db869fc5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung
> (2017-06-21 08:01:07 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to c8f258d8a8452b9f74c0032aaa3dee3804b1fd45:
> 
>   x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT (2017-06-22 14:58:17 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-05 Thread Tom Rini
On Mon, Jun 05, 2017 at 08:56:47AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 5cafcbab580bac6c7f44ca4a164c422b7e1ecf20:
> 
>   Merge git://git.denx.de/u-boot-net (2017-06-03 18:05:28 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to d7f7ba36b2edecb16393f8373cca833adb8ea6c3:
> 
>   x86: fsp: Remove the call to set up internal uart in fsp_init()
> (2017-06-05 08:55:22 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-05-17 Thread Tom Rini
On Wed, May 17, 2017 at 05:18:39PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16
> 08:10:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to c2f17939f4b429c90a453e26927a7c578e5456b5:
> 
>   x86: minnowmax: Remove incorrect pad-offset of several pins
> (2017-05-17 17:13:06 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-19 Thread Tom Rini
On Tue, Apr 18, 2017 at 04:12:34PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit f6c1df44b815a08585e7fd3805a1db51a5955d09:
> 
>   Prepare v2017.05-rc2 (2017-04-17 18:16:49 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 363f67a96b2b2f6ec5a211eddf349d7b76a09159:
> 
>   x86: config: Enable dhrystone command for link (2017-04-18 15:51:21 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-10 Thread Tom Rini
On Mon, Apr 10, 2017 at 10:17:28AM +0800, Bin Meng wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-02-22 Thread Tom Rini
On Tue, Feb 21, 2017 at 03:21:47PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 66c246cce7c66019a93ff7105157c3e2126dd277:
> 
>   ARM: DRA7xx: Fix memory allocation overflow (2017-02-17 17:24:35 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 308c75e08deac2933fbc63a1e9521343e710279c:
> 
>   x86: Intel MID platforms has no microcode update (2017-02-21 15:10:56 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-02-07 Thread Tom Rini
On Tue, Feb 07, 2017 at 01:51:22PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This is U-Boot x86 64-bit preliminary support, on Google Chromebook
> Link and QEMU targets.
> 
> The following changes since commit c83a824e62277162ad35f52879b2316902c0eff5:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-02-03 20:33:42 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 446d4e048ee3b00f7907e15cd02aa404cc714c77:
> 
>   x86: make LOAD_FROM_32_BIT visible for platforms (2017-02-07 13:36:50 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-26 Thread Tom Rini
On Mon, Dec 26, 2016 at 01:42:43PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit a5b24110cad65c73d6bcf6ecada07d926975ed54:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2016-12-23
> 18:41:56 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to d26a38fd615466e2d62baa577423ac06d2601d8f:
> 
>   binman: Remove hard-coded file name for x86 CMC/FSP/VGA (2016-12-26
> 13:36:23 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-10-18 Thread Tom Rini
On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
> 
>   Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to f822403f0164be74a5161b65698d0f01f4556234:
> 
>   x86: Add implementations of setjmp() and longjmp() (2016-10-18 15:58:50 
> +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-10-18 Thread Tom Rini
On Tue, Oct 18, 2016 at 10:06:28AM -0400, Tom Rini wrote:
> On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
> 
> > Hi Tom,
> > 
> > The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
> > 
> >   Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-x86.git
> > 
> > for you to fetch changes up to f822403f0164be74a5161b65698d0f01f4556234:
> > 
> >   x86: Add implementations of setjmp() and longjmp() (2016-10-18 15:58:50 
> > +0800)
> > 
> 
> NAK.  In commit 238d1f54eafcf705caa1460765aeb1ac17ab470e sections.c
> isn't actually added so builds fail.  Thanks!

Sigh, that comes from the EFI tree not x86, my bad.  Sorry for the
noise, re-testing things.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-10-18 Thread Tom Rini
On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
> 
>   Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to f822403f0164be74a5161b65698d0f01f4556234:
> 
>   x86: Add implementations of setjmp() and longjmp() (2016-10-18 15:58:50 
> +0800)
> 

NAK.  In commit 238d1f54eafcf705caa1460765aeb1ac17ab470e sections.c
isn't actually added so builds fail.  Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-10-12 Thread Tom Rini
On Wed, Oct 12, 2016 at 11:04:12AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx
> (2016-10-08 09:33:37 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 00bcaedd5c4063c677d16af264bbcb991fb9675c:
> 
>   x86: Clean up unused macros in the configuration headers (2016-10-12
> 10:58:24 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-08-29 Thread Tom Rini
On Tue, Aug 30, 2016 at 09:33:03AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes minor updates on IvyBridge support, as well as fixes to
> EFI payload.
> 
> The following changes since commit ff62bdfbd5dd67d37901002a35b541f2c65ad78d:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier
> (2016-08-28 10:36:20 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to cb1cbdd96962931de2ac948a184874e2672f3f96:
> 
>   x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload
> (2016-08-30 09:26:05 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-08-16 Thread Tom Rini
On Tue, Aug 16, 2016 at 12:41:22PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 4cc9699be7ffc6072482240f5ba208488abe1090:
> 
>   common: env_nand: Ensure that we have nand_info[0] prior to use
> (2016-08-15 18:46:41 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 27daffe7cec26ec1462245e4e15c36d19d886221:
> 
>   x86: Add theadorable-x86-dfi-bt700 board support (2016-08-16 11:44:09 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-12 Thread Tom Rini
On Tue, Jul 12, 2016 at 02:09:06PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
> 
>   Prepare v2016.07 (2016-07-11 15:01:01 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 9532fe3b40ddf66ef976dee3d5cf1d8b3396bf4d:
> 
>   x86: link: Correct a failure in DRAM init (2016-07-12 13:59:45 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-06-28 Thread Tom Rini
On Wed, Jun 29, 2016 at 10:11:04AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes a fix for coreboot-x86 for v2016.07 release.
> 
> The following changes since commit 44faff24f58859bdc1acf28ac739020b5091678a:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2016-06-28 15:59:05 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to ff6e1569663eccaf9e582c57cc44568915c2f54b:
> 
>   x86: coreboot: Remove the dummy pch driver (2016-06-29 10:08:15 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-06-19 Thread Tom Rini
On Sun, Jun 12, 2016 at 12:38:56PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes a fix to acpi madt table, and fixes to card detect pin
> configuration of the SD controller on BayTrail SoC.
> 
> The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
> 
>   siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 9769e05bcf79939bad23a719982dd1f85a110f3c:
> 
>   x86: broadwell: gpio: Remove the codes to set up pin control
> (2016-06-12 12:19:35 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-31 Thread Tom Rini
On Mon, May 30, 2016 at 10:45:35AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 6523dbf7cce8d8c903346f756e0e41e46ce6d6b9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2016-05-25
> 20:22:48 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to d3d664725b4a05cf32d905ff806b44bb01fa61c0:
> 
>   x86: baytrail: acpi: Fix I/O APIC ID in the MADT table (2016-05-30
> 10:21:12 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-05-24 Thread Tom Rini
On Mon, May 23, 2016 at 04:17:36PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This introduces U-Boot ACPI support on Intel BayTrail platform with
> Ubuntu/Windows installation and boot support, QEMU fw_cfg interface
> codes refactoring to be used on other platforms, as well as some bug
> fixes and updates to Intel Quark support.
> 
> The following changes since commit 4b6e1fda107e5244e80ebc41865650ac2873dc88:
> 
>   Merge git://git.denx.de/u-boot-dm (2016-05-17 13:58:27 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 8216b11cdd50515fbc423a4b2709a00865b8621d:
> 
>   x86: galileo: Override SMBIOS product name (2016-05-23 15:27:43 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-04-22 Thread Tom Rini
On Fri, Apr 22, 2016 at 12:08:20PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:
> 
>   Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git testing
> 
> for you to fetch changes up to 7b63b1832b6e7671c4009bc084045a19cd86c87c:
> 
>   x86: Correct typo of Miao Yan's email address (2016-04-22 11:26:32 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-04-21 Thread Bin Meng
On Fri, Apr 22, 2016 at 12:08 PM, Bin Meng  wrote:
> Hi Tom,
>
> The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:
>
>   Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-x86.git testing
>

Sorry, this should be:

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

Both testing and master point to the same HEAD.

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-03-19 Thread Tom Rini
On Thu, Mar 17, 2016 at 10:31:48AM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit f8a4826383860318d90079bf40402447d369ad87:
> 
>   spl: arm: Make sure to include all of the u_boot_list entries
> (2016-03-16 15:27:55 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 82ceba2ca2487c4967419cf7053e1301709219e5:
> 
>   x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support (2016-03-17
> 10:27:27 +0800)
> 

Applied to u-boot/master, thanks!

But note:
+(pic32mzdask) lib/built-in.o: In function `do_dhry':  
+(pic32mzdask) ../lib/dhry/cmd_dhry.c:(.text.do_dhry+0xd8): undefined reference 
to `__udivdi3' 

Which is because we need to use lldiv on vax_mips too.  Patch coming
shortly.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-21 Thread Tom Rini
On Sun, Feb 21, 2016 at 02:14:12PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes the 2nd part of the Intel Cougar Canyon2 board support,
> plus one bug fix of the mp init.
> 
> The following changes since commit 20680b560a17fb29c862de77930cfbf76b24f83c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-atmel (2016-02-20
> 17:32:48 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 03bfc78359a2d749252b7dfdbff33898f6da0385:
> 
>   x86: doc: Update to include Intel Bayley Bay board instructions
> (2016-02-21 13:42:52 +0800)
> 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-02-08 Thread Tom Rini
On Fri, Feb 05, 2016 at 12:52:49PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes changes to move all x86 codes to use DM PCI APIs
> completely. Now DM_PCI_COMPAT is disabled in the x86 build.
> 
> The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04
> 06:56:23 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 5c884420a5752163ce738701701ae1874d8f466d:
> 
>   x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE (2016-02-05 12:47:24 
> +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-28 Thread Tom Rini
On Thu, Jan 28, 2016 at 03:13:18PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit b20c38a973a51bf3f663bd298c63ad1b8e0de445:
> 
>   arm: mvebu: Add support for the Armada XP theadorable board
> (2016-01-27 07:45:43 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 81aaa3d9fce5ce9641e5f0c3354da876d859b3b6:
> 
>   x86: Correct spi node alias (2016-01-28 13:53:30 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-24 Thread Tom Rini
On Sun, Jan 24, 2016 at 02:05:36PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:
> 
>   Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 25d5352c71dcc599030a4a764d8087185ed537d3:
> 
>   x86: ivybridge: Use syscon for the GMA device (2016-01-24 12:09:42 +0800)
> 

First, Applied to u-boot/master, thanks!

Second, and why I moved Simon to the to list:
Summary of 2 commits for 1 boards (1 thread, 24 jobs per thread)
01: Merge git://git.denx.de/u-boot-fdt
71: x86: ivybridge: Use syscon for the GMA device
   aarch64: (for 1/1 boards)  all +152.0  data +128.0  text +24.0 
hikey  :  all +152  data +128  text +24 
   u-boot: add: 1/0, grow: 0/0 bytes: 128/0 (128)
 function   old new   delta
 _u_boot_list_2_uclass_2_disk - 128+128
(no errors to report)

There was a similar problem in the last -dm pull where a Kconfig thinko
meant that everyone got at least an empty uclass linked in that wasn't
used.  I'm guessing a similar thing happens here which is why
_everything_ has a slight size increase.

Third, buildman is awesome, I wish I had started using -S much sooner in
my every merge builds :)

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-14 Thread Tom Rini
On Fri, Jan 15, 2016 at 09:39:13AM +0800, Bin Meng wrote:
> Hi Tom,
> 
> On Thu, Jan 14, 2016 at 5:55 AM, Tom Rini  wrote:
> > On Wed, Jan 13, 2016 at 04:03:48PM +0800, Bin Meng wrote:
> >
> >> Hi Tom,
> >>
> >> The following changes since commit 
> >> fa85e826c16b9ce1ad302a57e9c4b24db0d8b930:
> >>
> >>   Prepare v2016.01 (2016-01-12 09:06:54 -0500)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.denx.de/u-boot-x86.git master
> >>
> >> for you to fetch changes up to 5c2ed61ce235fd835a3f594bc983dfc20959568c:
> >>
> >>   x86: qemu: add documentaion for the fw_cfg interface (2016-01-13
> >> 12:20:16 +0800)
> >>
> >
> > Applied to u-boot/master, thanks!
> 
> I don't see commits in this PR showing in u-boot/master. Anything wrong?

Oops, it got lost when I dropped something else out, fixed now.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-14 Thread Bin Meng
Hi Tom,

On Thu, Jan 14, 2016 at 5:55 AM, Tom Rini  wrote:
> On Wed, Jan 13, 2016 at 04:03:48PM +0800, Bin Meng wrote:
>
>> Hi Tom,
>>
>> The following changes since commit fa85e826c16b9ce1ad302a57e9c4b24db0d8b930:
>>
>>   Prepare v2016.01 (2016-01-12 09:06:54 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-x86.git master
>>
>> for you to fetch changes up to 5c2ed61ce235fd835a3f594bc983dfc20959568c:
>>
>>   x86: qemu: add documentaion for the fw_cfg interface (2016-01-13
>> 12:20:16 +0800)
>>
>
> Applied to u-boot/master, thanks!
>

I don't see commits in this PR showing in u-boot/master. Anything wrong?

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-01-13 Thread Tom Rini
On Wed, Jan 13, 2016 at 04:03:48PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit fa85e826c16b9ce1ad302a57e9c4b24db0d8b930:
> 
>   Prepare v2016.01 (2016-01-12 09:06:54 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 5c2ed61ce235fd835a3f594bc983dfc20959568c:
> 
>   x86: qemu: add documentaion for the fw_cfg interface (2016-01-13
> 12:20:16 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-12-09 Thread Bin Meng
Hi Tom,

On Wed, Dec 9, 2015 at 10:02 AM, Bin Meng  wrote:
> 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(-)
>

Sorry, I will pull 4 more patches for this release. Will send another PR soon.

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86, take 2

2015-12-09 Thread Tom Rini
On Wed, Dec 09, 2015 at 05:55:05PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This includes fixes to PCI UART on CrownBay and Galileo, minor changes
> to x86 timer and some clean up to ivybridge support.
> 
> 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 789fa275b3750e60c60cb3d18eabc9467892c257:
> 
>   x86: Remove HAVE_ACPI_RESUME (2015-12-09 17:44:56 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-11-16 Thread Tom Rini
On Fri, Nov 13, 2015 at 10:58:04PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 9ac4fc82071ce346e3885118242ff45d22f69b82:
> 
>   board_init: Change the logic to setup malloc_base (2015-11-12 20:34:07 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git master
> 
> for you to fetch changes up to 6d41027fe2e734aa1e15fabc1523417b3b871691:
> 
>   x86: Remove CONFIG_SYS_EARLY_PCI_INIT (2015-11-13 06:46:26 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git

2015-10-22 Thread Tom Rini
On Wed, Oct 21, 2015 at 05:15:17PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> This includes support for booting VxWorks, the Advantech SOM-6896, MRC
> fixes (speeds up boot), expanded video support and some debug UART
> improvements.
> 
> 
> The following changes since commit 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d:
> 
>   Prepare v2015.10 (2015-10-19 19:59:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to e0ae64880b61fdeaf261fddd747efa80fa53d386:
> 
>   x86: Add support for Advantech SOM-6896 (2015-10-21 16:29:27 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-10-09 Thread Tom Rini
On Thu, Oct 08, 2015 at 10:46:08PM +0100, Simon Glass wrote:

> Hi Tom,
> 
> The following changes since commit 996ec1dcc58a34b53891acde0ec5df9141b5fcc2:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-10-03
> 10:48:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 7445435fb32824e0cfd05beb7013be8f84e9ee09:
> 
>   pci: Fix expansion ROM programming for multi-function devices (2015-10-08
> 20:09:09 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git (take 2)

2015-10-02 Thread Tom Rini
On Tue, Sep 29, 2015 at 09:20:53AM -0600, Simon Glass wrote:

> Hi Tom.
> 
> This include one more bug fix.
> 
> The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:
> 
>   Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 196193a4d4963a8dde00c7cdd0ec83b60ea61e61:
> 
>   x86: fsp: Report correct number of E820 table entries (2015-09-28
> 21:56:27 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-09-28 Thread Simon Glass
Hi Bin,

On 28 September 2015 at 22:48, Bin Meng  wrote:
> Hi Simon,
>
> On Tue, Sep 29, 2015 at 12:46 PM, Simon Glass  wrote:
>> Hi,
>>
>> A little bug fix,
>>
>> The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:
>>
>>   Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-x86.git
>>
>> for you to fetch changes up to c1446ac6c11dab19490a552f16ab39df8d5b3de3:
>>
>>   x86: chromebook_link: Expand early malloc() memory (2015-09-28 22:27:17 
>> -0600)
>>
>> 
>> Simon Glass (1):
>>   x86: chromebook_link: Expand early malloc() memory
>>
>>  configs/chromebook_link_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>
> Do you have a chance to check this one?
> http://patchwork.ozlabs.org/patch/523266/

I'll take a look. Tom can you hold off on this pull request? I'll try
to make this the last one.

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-09-28 Thread Bin Meng
Hi Simon,

On Tue, Sep 29, 2015 at 12:46 PM, Simon Glass  wrote:
> Hi,
>
> A little bug fix,
>
> The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:
>
>   Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-x86.git
>
> for you to fetch changes up to c1446ac6c11dab19490a552f16ab39df8d5b3de3:
>
>   x86: chromebook_link: Expand early malloc() memory (2015-09-28 22:27:17 
> -0600)
>
> 
> Simon Glass (1):
>   x86: chromebook_link: Expand early malloc() memory
>
>  configs/chromebook_link_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Do you have a chance to check this one?
http://patchwork.ozlabs.org/patch/523266/

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-09-17 Thread Tom Rini
On Thu, Sep 17, 2015 at 12:56:04PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here are the rest of the quark networkng support, plus fixes for Linux
> booting, etc.
> 
> 
> The following changes since commit fa43ce842c3026c2abf19d4234d02cd4c62eeec0:
> 
>   Merge git://git.denx.de/u-boot-fdt (2015-09-16 09:53:37 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to c6d4705f41d4e45e8cecc6e08b0b89df1ffe57ef:
> 
>   x86: quark: Configure MTRR to enable cache (2015-09-16 19:53:53 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git

2015-09-11 Thread Tom Rini
On Thu, Sep 10, 2015 at 03:50:36PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Here are a few more driver model PCI fixes, the tftp revert and some
> driver model conversions for x86, as well as a few other minor fixes.
> There are a few more patches in flight but I could not apply them due
> to problems. I thought it best to get this out in the interim since
> the hour is late.
> 
> 
> The following changes since commit efde6a579fe3c172d214fb3047b02c827779738a:
> 
>   Prepare v2015.10-rc3 (2015-09-07 08:56:35 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to f0dc73c090317c7d0660443bc933d612a4c0c699:
> 
>   net: designware: Fix build warnings (2015-09-09 07:48:03 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git

2015-08-26 Thread Tom Rini
On Wed, Aug 26, 2015 at 02:26:03PM -0700, Simon Glass wrote:

 Hi Tom,
 
 The includes ACPI support for the first time and quite a few fixes:
 microcode for newer Minnowmax boards, coreboot booting, i8042
 keyboard, Minnowmax GPIO and getting serial running on crownbay.
 
 It also includes the patch to fix the e1000 build warning. I put that
 first so that the brokenness is minimised.
 
 
 The following changes since commit 7d31c6ab83d8a5875875eda041c0a1e756189917:
 
   Merge git://git.denx.de/u-boot-pxa (2015-08-24 16:06:03 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-x86.git
 
 for you to fetch changes up to f4b5db7c5309dd7f3ecc6369f3c1f41e8bfe93ae:
 
   dm: pci: Document binding of pci device drivers (2015-08-26 07:54:18 -0700)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-x86.git

2015-08-17 Thread Tom Rini
On Fri, Aug 14, 2015 at 10:57:59AM -0600, Simon Glass wrote:

 Hi Tom,
 
 This includes various fixes including moving x86 over to use
 board_init_f_mem() and proper interrupt support on minnowmax. The
 revert of fdtdec_get_addr_size() is here also. Stephen confirmed it
 will not affect 64-bit Tegra. Due to problems with Stephen's latest
 patch (actually more likely problems in the callers!) I need to do
 more investigation before applying that.
 
 
 The following changes since commit bbc1b99e8b8a1b87c2d0d959a1fcd1990abe82dd:
 
   ARM: tegra: represent RAM in 1 or 2 banks (2015-08-13 13:06:04 -0700)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-x86.git
 
 for you to fetch changes up to 236efe36be6d1c544f9477f10fdf38a17cd7a869:
 
   Revert fdt: Fix fdtdec_get_addr_size() for 64-bit (2015-08-14
 10:00:52 -0600)
 

(I thought I sent this already but there's a copy in my drafts..)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-08-05 Thread Tom Rini
On Wed, Aug 05, 2015 at 12:06:19PM -0600, Simon Glass wrote:

 Hi Tom,
 
 This includes the EFI support, updates for baytrail and minnowmax,
 plus multi-cpu support for qemu-x86. There are a few small fixes also.
 
 The following changes since commit e22b1a54942d9003b10564325a34e3cf767556ce:
 
   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
 (2015-08-04 12:21:45 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-x86.git
 
 for you to fetch changes up to 12c7510f17ff29190e52336910e43a50c0d620a6:
 
   x86: Document how to write PIRQ information in the device tree
 (2015-08-05 10:49:32 -0600)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-08-01 Thread Tom Rini
On Fri, Jul 31, 2015 at 07:35:23AM -0600, Simon Glass wrote:

 Hi Tom,
 
 A fix for a nasty problem where patman runs twice!
 
 
 The following changes since commit cc35734358540a1bbaf042fdf9f4cb2de17389ed:
 
   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-07-29
 18:58:39 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-x86.git
 
 for you to fetch changes up to 9649e152cbdd98d836912c45acd1f03fc70a21a5:
 
   patman: Don't run patman when it is imported as a module (2015-07-31
 07:31:12 -0600)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-07-29 Thread Tom Rini
On Tue, Jul 28, 2015 at 11:42:22AM -0600, Simon Glass wrote:

 Hi Tom,
 
 Here are some more PCI driver model improvements and better interrupt
 support on x86.
 
 
 The following changes since commit 66d10c18bf2c34698362b6fe1891bcc6e8755243:
 
   Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
 (2015-07-28 11:31:21 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-x86.git
 
 for you to fetch changes up to 488d19cbcace0b87a2d08881eab7356088198903:
 
   patman: add distutils based installer (2015-07-28 10:36:25 -0600)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-07-16 Thread Tom Rini
On Wed, Jul 15, 2015 at 08:29:09AM -0600, Simon Glass wrote:

 Hi Tom,
 
 Here's the first pull request for x86. It includes fixes and improvements
 with PCI, multi-core init, Intel FSP init and adds graphics support for
 crownbay.
 
 The following changes since commit f4815763b410d8657f6f617067a1d53024b05220:
 
   RFC: Deprecate MAKEALL (2015-07-14 13:50:16 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-x86.git
 
 for you to fetch changes up to f110da9984c0aa0aba9e1c4178b67b7abecf7e8d:
 
   pci: Disable expansion ROM address decoding when signature check fails
 (2015-07-14 18:03:20 -0600)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


  1   2   >