Laszlo:
Yes. This patch fixes it. To let it work, you also need to configure
GCC:*_*_*_ASLPP_FLAGS to include AutoGen.h in Platform DSC file.
The default GCC ASLPP Flags in tools_def.txt is the below, which has no
'-include AutoGen.h'. But, PCD definition is generated in AutoGen.h.
DEFINE
Hey guys,
I’m having some issues building OVMF on OS X 10.9 with the latest dev tools.
I’m running Xcode 5.1.1, with the “Late June” Command Line Tools.
$ clang --version
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
Issue #
On Jun 19, 2014, at 11:58 AM, e...@ragequ.it wrote:
> Hey guys,
>
> I’m having some issues building OVMF on OS X 10.9 with the latest dev tools.
> I’m running Xcode 5.1.1, with the “Late June” Command Line Tools.
>
> $ clang --version
> Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.
Hi,
Please review the following patch which brings the code inline with the
preceding comment and actually performs the enable of the HPET timer interrupt
through the I/O APIC.
Thanks.
Tycho
PcAtChipsetPkg: Enable timer interrupt through I/O APIC
Contributed-under: TianoCore Contribution Ag
On 19/06/14 13:59, Andrew Fish wrote:
>
> On Jun 19, 2014, at 11:58 AM, e...@ragequ.it wrote:
>
> > I changed the `retf` to a `ret` to get it to assemble for now.
> >
>
> That looks right. I think it should be ret.
i'm pretty certain this should be lret. Basically either the osx assembler
shoul
On Jun 19, 2014, at 2:39 PM, Reza Jelveh wrote:
> On 19/06/14 13:59, Andrew Fish wrote:
>>
>> On Jun 19, 2014, at 11:58 AM, e...@ragequ.it wrote:
>>
>>> I changed the `retf` to a `ret` to get it to assemble for now.
>>>
>>
>> That looks right. I think it should be ret.
> i'm pretty certain t
On 19/06/14 14:51, Andrew Fish wrote:
> Well the code looked like this? So I assumed they did not mean iret
> .byte 0x48 # prefix to composite "retq" with next "retf"
> retf # far return
> DoIret:
> iretq
i'm not sure what you mean ...
retf is lret
On Jun 19, 2014, at 3:06 PM, Reza Jelveh wrote:
> On 19/06/14 14:51, Andrew Fish wrote:
>> Well the code looked like this? So I assumed they did not mean iret
>>.byte 0x48 # prefix to composite "retq" with next "retf"
>>retf # far return
>> DoIret:
>>
On Jun 19, 2014, at 2:51 PM, Andrew Fish wrote:
>
> On Jun 19, 2014, at 2:39 PM, Reza Jelveh wrote:
>
>> On 19/06/14 13:59, Andrew Fish wrote:
>>>
>>> On Jun 19, 2014, at 11:58 AM, e...@ragequ.it wrote:
>>>
I changed the `retf` to a `ret` to get it to assemble for now.
>>>
>>> T
Jordan:
Now, we have a request to do this sync. We need to do it soon. So, I don't
expect it depend on BaseTools merge.
Thanks
Liming
-Original Message-
From: Jordan Justen [mailto:jljus...@gmail.com]
Sent: Thursday, June 19, 2014 6:19 AM
To: Gao, Liming
Cc: edk2-devel@lists.sourceforg
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for
Dear all,
I enable source level debug through com port with UDK codebase, It can load
DXE and BDS drivers symbol, but cannot load SMM drivers symbol.
But it can report SMM drivers status code, and it can stop with
cpubreakpoint() under SMM drivers.
Does it need some special setting with SMM
Hi Tycho,
IoApicEnableInterrupt (mTimerIrq, TRUE) was wrongly removed at revision
12778, which caused HPET timer could not work when PcdHpetMsiEnable is set to
FALSE.
Thanks for finding this bug. I have verified the fix which worked well.
I am going to check in the fix.
Hi Andrew,
LRET should be used to pass more GCC compilers build.
I also agree with using relative address instead of absolute address in
assembly code.
Hi, Egon
Could you try this attached patch to check if it could pass your compiler build?
Thanks!
Jeff
From: Andrew Fish [mailto:af...@apple.com
It seems like the sourceforge mediawiki service is not working right now.
It looks like it is affecting other projects too, including some of
sourceforge's own web pages.
-Jordan
On Thu, Jun 19, 2014 at 6:26 PM, Tim Lewis wrote:
>
>
>
> --
Hey guys,
Thanks for the tips.
On 20 Jun 2014, at 8:49 am, Andrew Fish wrote:
>
> On Jun 19, 2014, at 2:51 PM, Andrew Fish wrote:
>
>>
>> On Jun 19, 2014, at 2:39 PM, Reza Jelveh wrote:
>>
>>> On 19/06/14 13:59, Andrew Fish wrote:
On Jun 19, 2014, at 11:58 AM, e...@ragequ.it wr
Hi Jeff,
After applying the patch the `lret` assembles fine, but I get the same error
for the relocation:
Building ... /Users/x/code/ext/edk2/MdeModulePkg/Core/Dxe/DxeMain.inf [X64]
"ld" -arch x86_64 -u __ModuleEntryPoint -e __ModuleEntryPoint -preload
-segalign 0x20 -pie -all_load -dead_strip
17 matches
Mail list logo