[edk2] [PATCH] BaseTools/GenFw AARCH64: add support for relative data relocations

2016-02-12 Thread Ard Biesheuvel
This adds support to the ELF to PE/COFF conversion performed by GenFw for the AArch64 ELF relocation types R_AARCH64_PREL64, R_AARCH64_PREL32 and R_AARCH64_PREL16. Since we already require the ELF and PE/COFF section layouts to be identical in order to support other relative relocation types, this

Re: [edk2] [PATCH] ArmPkg: DefaultExceptionHandler fixes for use with DxeCore

2016-02-12 Thread Ard Biesheuvel
On 11 February 2016 at 00:05, Cohen, Eugene wrote: > Modify the DefaultExceptionHandler (uefi-variant) so it can be used by > DxeCore (via CpuExceptionHandlerLib) where the debug info table is not > yet published at library constructor time. > > Contributed-under: TianoCore

Re: [edk2] [PATCH 0/2] ArmPlatformPkg/ArmJunoPkg: boot and FDT cleanup

2016-02-12 Thread Ard Biesheuvel
On 12 February 2016 at 11:41, Ryan Harkin wrote: > On 12 February 2016 at 09:25, Ard Biesheuvel > wrote: >> On 10 February 2016 at 16:51, Ryan Harkin wrote: >>> This small series removes a fair amount of broken code

Re: [edk2] An unkempt git guide for edk2 contributors and maintainers

2016-02-12 Thread Ryan Harkin
Hi Laszlo, Great writeup! I learned a few tips, for sure. On 12 February 2016 at 01:09, Laszlo Ersek wrote: > Disclaimer > == > > This is a quick and dirty, simplified and slightly modified description > of my own edk2 workflow with git. It expressly defers to any

Re: [edk2] [PATCH 0/2] ArmPlatformPkg/ArmJunoPkg: boot and FDT cleanup

2016-02-12 Thread Ryan Harkin
On 12 February 2016 at 09:25, Ard Biesheuvel wrote: > On 10 February 2016 at 16:51, Ryan Harkin wrote: >> This small series removes a fair amount of broken code used to create >> default boot entries that don't work and install DT blobs

Re: [edk2] [PATCH] BaseTools/GenFw AARCH64: add support for relative data relocations

2016-02-12 Thread Leif Lindholm
On Fri, Feb 12, 2016 at 10:12:31AM +0100, Ard Biesheuvel wrote: > This adds support to the ELF to PE/COFF conversion performed by GenFw for > the AArch64 ELF relocation types R_AARCH64_PREL64, R_AARCH64_PREL32 and > R_AARCH64_PREL16. Since we already require the ELF and PE/COFF section > layouts

[edk2] [PATCH] BaseTools/GenFw: skip relocation entry if there is an error

2016-02-12 Thread Ronny Chevalier
Otherwise a segfault occurs due to an out-of-bound access Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Yonghong Zhu Cc: Liming Gao Signed-off-by: Ronny Chevalier --- BaseTools/Source/C/GenFw/Elf32Convert.c

Re: [edk2] An unkempt git guide for edk2 contributors and maintainers

2016-02-12 Thread Laszlo Ersek
On 02/12/16 13:46, Ryan Harkin wrote: > Hi Laszlo, > > Great writeup! I learned a few tips, for sure. Thanks! > On 12 February 2016 at 01:09, Laszlo Ersek wrote: >> (08) Standing in your edk2 clone, implement the following setting >> (requires customization): >> >>

[edk2] How to find I2c Device?

2016-02-12 Thread Victor Gouveia
Hi, I'm new on UEFI world and I need help to find i2c device (barometer) using the minnowboard max following those steps: 1- Barometer is connected in the minnowboard (scl,sda,vcc,gnd). 2- I'm loading the I2cDxe.efi manually (UEFI shell). 3- I created a simpple driver to locate handle to

Re: [edk2] github development process

2016-02-12 Thread El-Haj-Mahmoud, Samer
Thank you! This is much better... -Original Message- From: Bjorge, Erik C [mailto:erik.c.bjo...@intel.com] Sent: Thursday, February 11, 2016 7:14 PM To: Bjorge, Erik C ; El-Haj-Mahmoud, Samer ; edk2-devel@lists.01.org Subject: RE:

Re: [edk2] [PATCH] MdePkg: Update Base.h to fix compilation issues with ICC.

2016-02-12 Thread Kinney, Michael D
Marvin, This change has been checked in: https://github.com/tianocore/edk2/commit/62ec4a5ef674846f3edd0317e59b0c509873b3b5 Thanks Erik, Jordan, and Laszlo for the development guides!!! Mike From: Kinney, Michael D Sent: Thursday, February 11, 2016 11:27 PM To: Marvin Häuser

Re: [edk2] An unkempt git guide for edk2 contributors and maintainers

2016-02-12 Thread Paolo Bonzini
On 12/02/2016 02:09, Laszlo Ersek wrote: > (23) Now we'll format the patches as email messages, and send them to > the list. Standing in the root of your edk2 directory, run the > following (note that the "-O" option needs customization: please > update the pathname to the file

[edk2] New to git wiki page

2016-02-12 Thread Jordan Justen
Forwarded message from Bjorge, Erik C (2016-02-11 17:13:51): > Jordan and I have updated the EDK II Development Process page. > Please check and see if this clears up some of the issues. > > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process > I added a 'New to

Re: [edk2] An unkempt git guide for edk2 contributors and maintainers

2016-02-12 Thread Laszlo Ersek
On 02/12/16 19:50, Paolo Bonzini wrote: > > > On 12/02/2016 02:09, Laszlo Ersek wrote: >> (23) Now we'll format the patches as email messages, and send them to >> the list. Standing in the root of your edk2 directory, run the >> following (note that the "-O" option needs customization:

[edk2] Any interest in enabling building platforms in parallel?

2016-02-12 Thread Andrew Fish
I've been running some experiments on building platforms in parallel and I was wondering if folks are interested in supporting this? It is currently possible to multi-thread a platform build by passing in `-n THREADNUMBER`, but if you want to do something like have a top level makefile that

Re: [edk2] BaseTools build number after transition to git

2016-02-12 Thread Bjorge, Erik C
Sorry for the late reply. Currently I am planning to use the SHA1 as the version. This seems like a reasonable approach. Thanks, -Erik > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Felix Poludov > Sent: Wednesday, February 10, 2016