Barebox Overview

2011-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
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

Device Tree Update

2011-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
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

Fwd: Notes on running barebox under QEMU for OMAP

2011-07-07 Thread Loïc Minier
(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

Re: UEFI Overview

2011-07-07 Thread Loïc Minier
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.

RE: UEFI Overview

2011-07-07 Thread Dan Handley
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

Re: UEFI on BeagleBoard qEmu

2011-07-07 Thread Loïc Minier
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

RE: UEFI Overview

2011-07-07 Thread Bobby Batacharia
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

[PATCH 1/3] Comment out unused variables (never read from)

2011-07-07 Thread Loïc Minier
--- 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

[PATCH 2/3] Move btMode handling inside COMPRESS_MF_MT ifdef

2011-07-07 Thread Loïc Minier
--- .../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/

[PATCH 3/3] Comment out ASSERTs testing non-NULL vars for NULL

2011-07-07 Thread Loïc Minier
--- .../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

[PATCH] Comment out ASSERTs testing non-NULL vars for NULL

2011-07-07 Thread Loïc Minier
--- 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(+