Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-12-04 Thread Cameron Craig
Hi Benjamin, >Hi Cameron, > >> >I get serial output from edk2 with the release build and the debug build. >> >However this serial output does not include the boot menu, I just get >> >progress and error codes (and debug messages in debug mode). >> >I have attached a runtime log of a recent debug

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-12-01 Thread You, Benjamin
Hi Cameron, > >I get serial output from edk2 with the release build and the debug build. > >However this serial output does not include the boot menu, I just get > >progress > >and error codes (and debug messages in debug mode). > >I have attached a runtime log of a recent debug build. >From

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-12-01 Thread Cameron Craig
'edk2-devel@lists.01.org' >Subject: RE: [edk2] Enabling boot menu via serial & PXE boot in >CorebootPayloadPkg > >Hi Benjamin, > >>> Interestingly, my debug build was complaining that it ran out of room >>> when attempting to fit everything in the UEFIPAYLOAD. &g

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-12-01 Thread Cameron Craig
Hi Benjamin, >> Interestingly, my debug build was complaining that it ran out of room >> when attempting to fit everything in the UEFIPAYLOAD. >> When I strip out the network additions and keep DEBUG on, Tianocore >> builds but errors at runtime: >> ``` >> Failed to add memory space :0xFEE0

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-11-30 Thread You, Benjamin
Hi, Cameron, > Interestingly, my debug build was complaining that it ran out of room when > attempting to fit everything in the UEFIPAYLOAD. > When I strip out the network additions and keep DEBUG on, Tianocore builds but > errors at runtime: > ``` > Failed to add memory space :0xFEE0

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-11-30 Thread Cameron Craig
Hi Benjamin, Thanks for the pointers. >> On networking, you might refer to the Minnow Board v3 source tree, at >> https://github.com/tianocore/edk2-platforms/tree/devel-MinnowBoard3- >> UDK2017 >> >> Minnow Board v3 uses the same SOC as Leaf Hill. You might look at >>

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-11-25 Thread You, Benjamin
ence on which > components are used for network / PXE. > > Thanks, > > - ben > > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Cameron Craig > > Sent: Friday, November 24, 2017 5:16 PM > &g

Re: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-11-25 Thread You, Benjamin
.org] On Behalf Of > Cameron Craig > Sent: Friday, November 24, 2017 5:16 PM > To: 'edk2-devel@lists.01.org' <edk2-devel@lists.01.org> > Subject: [edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg > > Hi all, > > I'm new to this list and new to edk2

[edk2] Enabling boot menu via serial & PXE boot in CorebootPayloadPkg

2017-11-24 Thread Cameron Craig
Hi all, I'm new to this list and new to edk2 integration. Currently I'm working on an Intel Leaf Hill CRB, attempting to produce a coreboot payload consisting of a Tianocore EDKII UDK 2017 UEFI boot manager. I have basic functionality, but a few useful features are currently missing from my