HI,
Barebox flow basecly the linux kernel architecture
We use as linux a file system (devfs) to manage the device
such as NOR, NAND, SPI Flash, Memory, phy, SD etc...
As have a pseudo POSIX API to implement command application
such as ls, rm, mount, boot e
Hi,
one of the big issue on the device tree will be to update it at
runtime from the bootloader
As example the same board have 2 version with only one difference the
Main Oscilator. So to support it easly without having 2 DT will want
to update the default
(Attached)
--
Loïc Minier
--- Begin Message ---
On Thu, Jul 07, 2011, Loïc Minier wrote:
> I just tried creating an image manually myself minutes ago after
> building barebox for beagle and beagle_xload, but failed miserably, I'm
> not sure why yet; I just get "qemu: hardware error: no boot d
On Wed, Jul 06, 2011, Olivier Martin wrote:
> UEFI Device Path
>
> UEFI has the concept of 'Device Path'. Every hardware devices supported by
> the UEFI firmware on the platform have a representation that defined the
> hardware path to access to this device and their properties.
Hi Loïc
The Device Path is applicable across all architectures. There's nothing ARM
specific.
As far as I know there's no registry of GUIDs. When GUIDs are used in Device
Paths they are vendor specific and outside the remit of the UEFI specification.
Perhaps some individual vendors maintain th
On Wed, Jul 06, 2011, Olivier Martin wrote:
> Anyway, these are the build instructions to build the Tianocore project
> (UEFI Open Source implementation) and to test on qEmu:
> http://edk2.svn.sourceforge.net/viewvc/edk2/trunk/edk2/BeagleBoardPkg/readme
> .txt?revision=11997
I had started followi
My understanding is that they're an implementation of the UUID RFC, so there is
no registry.
http://en.wikipedia.org/wiki/Globally_unique_identifier
> -Original Message-
> From: boot-architecture-boun...@lists.linaro.org [mailto:boot-
> architecture-boun...@lists.linaro.org] On Behalf O
---
edk2/BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c |4 +-
edk2/BaseTools/Source/C/GenFv/GenFvInternalLib.c |8 +++---
edk2/BaseTools/Source/C/GenFw/Elf32Convert.c | 16 +++---
edk2/BaseTools/Source/C/GenFw/Elf64Convert.c | 22 ++--
edk2/BaseToo
---
.../Source/C/LzmaCompress/Sdk/C/LzmaEnc.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c
b/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c
index 529fd98..5c23a4d 100644
--- a/edk2/BaseTools/Source/
---
.../EmbeddedMonotonicCounter.c |2 +-
edk2/MdeModulePkg/Core/Dxe/Event/Event.c |2 +-
edk2/MdeModulePkg/Core/Dxe/Event/Timer.c |2 +-
edk2/MdeModulePkg/Core/Dxe/Hand/Handle.c |4 ++--
edk2/MdeModulePkg/Core/Dxe/Hand/Notify.c
---
FatPkg/EnhancedFatDxe/DirectoryManage.c |2 +-
FatPkg/EnhancedFatDxe/FileSpace.c |8
FatPkg/EnhancedFatDxe/Flush.c |2 +-
FatPkg/EnhancedFatDxe/Open.c|4 ++--
FatPkg/EnhancedFatDxe/ReadWrite.c |2 +-
5 files changed, 9 insertions(+
11 matches
Mail list logo