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

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

2019-11-02 Thread Bin Meng
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

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

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

2019-10-11 Thread Bin Meng
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

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

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

2019-10-08 Thread Bin Meng
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

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

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

2019-10-03 Thread Bin Meng
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

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] Please pull u-boot-x86

2019-10-01 Thread Bin Meng
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

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

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

2019-09-10 Thread Bin Meng
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

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

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

2019-08-18 Thread Bin Meng
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

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

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

2019-08-09 Thread Bin Meng
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

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

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

2019-06-22 Thread Bin Meng
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

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

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

2019-05-19 Thread Bin Meng
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

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

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

2019-05-08 Thread Bin Meng
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

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

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

2019-03-11 Thread Bin Meng
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

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

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

2019-02-20 Thread Bin Meng
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

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

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

2019-02-11 Thread Bin Meng
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

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

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

2018-12-30 Thread Bin Meng
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

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 &

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

2018-12-09 Thread Bin Meng
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

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 >

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

2018-11-05 Thread Bin Meng
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:

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

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

2018-10-28 Thread Bin Meng
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

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,

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

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

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,

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

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

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

2018-10-22 Thread Bin Meng
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

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

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

2018-09-17 Thread Bin Meng
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

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

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

2018-09-17 Thread Bin Meng
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

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

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

2018-08-29 Thread Bin Meng
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

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

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

2018-08-20 Thread Bin Meng
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

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

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

2018-07-20 Thread Bin Meng
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

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:

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

2018-07-01 Thread Bin Meng
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

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

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

2018-06-23 Thread Bin Meng
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

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 >

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

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

2018-06-17 Thread Bin Meng
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

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

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

2018-06-12 Thread Bin Meng
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

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

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

2018-04-16 Thread Bin Meng
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

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

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

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

2018-04-16 Thread Bin Meng
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

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

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

2018-03-30 Thread Bin Meng
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

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

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

2018-01-30 Thread Bin Meng
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:

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

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

2018-01-08 Thread Bin Meng
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

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

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

2017-12-20 Thread Bin Meng
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

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

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

2017-11-29 Thread Bin Meng
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

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

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

2017-10-27 Thread Bin Meng
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

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

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

2017-10-18 Thread Bin Meng
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:

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

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

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

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,

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

2017-10-07 Thread Bin Meng
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

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

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

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

2017-09-02 Thread Bin Meng
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

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

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

2017-08-23 Thread Bin Meng
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

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

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

2017-08-08 Thread Bin Meng
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

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

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

2017-08-01 Thread Bin Meng
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:

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

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

2017-07-29 Thread Bin Meng
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

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

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

2017-06-27 Thread Bin Meng
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

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

  1   2   3   4   >