The Shared Memory Manager driver implements an interface for allocating
and accessing items in the memory area shared among all of the
processors in a Qualcomm platform.
Adapted from the Linux driver (4.17)
Changes from the original Linux driver:
* Removed HW spinlock mechanism, which is irreleva
This is a uclass for Shared memory manager drivers.
A Shared Memory Manager driver implements an interface for allocating
and accessing items in the memory area shared among all of the
processors.
Signed-off-by: Ramon Fried
Reviewed-by: Simon Glass
Reviewed-by: Philipp Tomsich
---
Changes i
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 on
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,
>
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
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 availabl
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 i
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 nam
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 +++--
>
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!
__
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
>
> ---
>
> Cha
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: Non
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 a/lib/efi_selftest/efi_selftes
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 f
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 characters
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
16 matches
Mail list logo