Re: [U-Boot] [PATCH 1/4] arm: mvebu: solidrun-microsom: update SPI flash compatible

2018-07-01 Thread Dennis Gilmore
El vie, 15-06-2018 a las 19:01 +0300, Baruch Siach escribió: > Hi Dennis, > > On Fri, Jun 15, 2018 at 10:40:20AM -0500, Dennis Gilmore wrote: > > On Thu, 2018-06-14 at 22:23 +0300, Baruch Siach wrote: > > > On Thu, Jun 14, 2018 at 02:10:31PM -0500, Dennis Gilmore wrote: > > > > running sf probe

Re: [U-Boot] Support of device-tree for PowerPC platform: Query

2018-07-01 Thread Prabhakar Kushwaha
Dear Bin, > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Friday, June 29, 2018 9:09 AM > To: Prabhakar Kushwaha > Cc: York Sun ; Simon Glass ; u- > b...@lists.denx.de > Subject: Re: [U-Boot] Support of device-tree for PowerPC platform: Query > > Hi Prabhakar,

Re: [U-Boot] CONFIG_BOOTDELAY and env_default.h

2018-07-01 Thread Tom Rini
On Fri, Jun 29, 2018 at 09:19:34PM -0700, Simon Glass wrote: > +Tom > > Hi Alex, > > On 29 June 2018 at 02:31, Alex Kiernan wrote: > > > > I've just been digging into a problem where I've got both > > CONFIG_ENV_IS_NOWHERE set and CONFIG_BOOTDELAY set to -2 and it turns > > out in env_default.h

[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] [PATCH v3 6/6] doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi'

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > This updates the doc to mention chain-loading an x86 kernel via > 'bootefi' command, along with several typos fix. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > Reviewed-by: Alexander Graf > > --- > > Changes in v3: None > Changes

Re: [U-Boot] [PATCH v3 3/6] efi_loader: Install ACPI configuration tables

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > ACPI tables can be passed via EFI configuration table to an EFI > application. This is only supported on x86 so far. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > > --- > > Changes in v3: > - Use UEFI spec 2.7 provided ACPI table

Re: [U-Boot] [PATCH v3 5/6] x86: doc: Update EFI loader support

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > CONFIG_EFI_LOADER is fully supported on x86 now. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > Reviewed-by: Alexander Graf > --- > > Changes in v3: None > Changes in v2: None > > doc/README.x86 | 29 +++-- >

Re: [U-Boot] [PATCH v3 4/6] efi_loader: helloworld: Output ACPI configuration table

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 1:48 PM, Heinrich Schuchardt wrote: > On 06/28/2018 05:38 AM, Bin Meng wrote: >> Output ACPI configuration table if it exists. >> >> Signed-off-by: Bin Meng > > Reviewed-by: Heinrich Schuchardt applied to u-boot-x86, thanks!

Re: [U-Boot] [PATCH v3 2/6] efi_loader: Increase number of configuration tables to 16

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > At present the number of configuration tables is set to 2. By > looking at which tables the Linux EFI stub or iPXE can process, > it looks 16 is a reasonable number. > > Signed-off-by: Bin Meng > Reviewed-by: Heinrich Schuchardt > > --- > >

Re: [U-Boot] [PATCH v3 1/6] x86: efi_loader: Build EFI memory map per E820 table

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > On x86 traditional E820 table is used to pass the memory information > to kernel. With EFI loader we can build the EFI memory map from it. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > --- > > Changes in v3: None > Changes in v2:

[U-Boot] [PATCH v3 2/2] efi_selftest: test writing to file

2018-07-01 Thread Heinrich Schuchardt
Provide a unit test for writing to a FAT file system. Add some additional comments in block device unit test. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/efi_selftest_block_device.c | 70 1 file changed, 70 insertions(+) diff --git

[U-Boot] [PATCH v3 0/2] efi_loader: allow writing to FAT

2018-07-01 Thread Heinrich Schuchardt
Running UEFI Self-Certifcation Test (SCT) will require to support writing to a FAT file system. Writing to the FAT root directory from EFI fails because the leading slash of the file path is interpreted as part of the filename. With the 1st patch we can write to the root directory. A unit test

[U-Boot] [PATCH v3 1/2] fs: fat: cannot write to subdirectories

2018-07-01 Thread Heinrich Schuchardt
fs_fat_write() is not able to write to subdirectories. Currently if a filepath with a leading slash is passed, the slash is treated as part of the filename to be created in the root directory. Strip leading (back-)slashes. Check that the remaining filename does not contain any illegal

[U-Boot] Mac-native builds

2018-07-01 Thread Troy Benjegerdes
0001-Fix-menuconfig-mac-build.patch Description: Binary data ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot