Hi all,
I'd like to use today's EBBR meeting to discuss the demo for Linaro
connect. It would be great if we can have several distro images and show
them booting on multiple boards without fuss. Let's coordinate on which
boards are feasable candidates to use and which OS images should be used.
Talk to you at 16:30BST.
Cheers,
g.
---
Every Thursday at 16:30 UTC/BST, 8:30 PST/PDT, 00:30 CST
(following UTC/BST daylight savings time shifts)
Online meeting: https://meet.lync.com/armh/grant.likely/YBY93TIK
Skype Web App: https://meet.lync.com/armh/grant.likely/YBY93TIK?sl=1
Phone +44 2033215213,, 4664465#
Find a local number:
https://dialin.lync.com/7bdb65cd-97d0-44fe-bc03-bf8072eadc33
Conference ID: 4664465
On 30/08/2018 15:19, Mark Brown wrote:
> On Thu, Aug 30, 2018 at 03:14:47PM +0100, Grant Likely wrote:
>
>> Online meeting: https://meet.lync.com/armh/grant.likely/YBY93TIK
>> Skype Web App: https://meet.lync.com/armh/grant.likely/YBY93TIK?sl=1
>
> I keep meaning to mention - these links never seem to work for me, I
> always have to join via phone. Not sure if it's just me or not.
>
Yeah, skype4business is a pain on Linux. Sadly it's the tool Arm pays
for. I've been meaning to see if Arm will supply a Bluejeans account for
these meetings.
Dial-in always works. You could also try the Skype4Business Android or
iOS apps.
g.
Hi all,
Today's EBBR meeting is cancelled due to conflicts with other meetings. We'll meet again next week.
g.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
On 03/08/2018 17:40, Mark Brown wrote:
> On Fri, Aug 03, 2018 at 05:34:05PM +0100, Grant Likely wrote:
>
>> Anyone familiar with Open Source Firmware Conference coming up in
>> September? Is this just a PC firmware thing, or do we have some U-Boot
>> involvement?
>>
>> https://osfc.io/
>
> Their CFP lists LinuxBoot, coreboot, U-Boot, TianoCore and ARM Trusted
> Firmware.
Their CFP lists that, but it seems to be mostly Coreboot and LinuxBoot
folks. I was on the Linuxboot call today, and they don't seem to have
much contact with people from U-Boot or other projects.
g.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Anyone familiar with Open Source Firmware Conference coming up in
September? Is this just a PC firmware thing, or do we have some U-Boot
involvement?
https://osfc.io/
g.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Tom,
thanks, I appreciate all of your hard work, the code base looks good..
David
On Thu, 26 Jul 2018 at 16:11 Tom Rini <trini(a)konsulko.com> wrote:
> On Thu, Jul 26, 2018 at 01:55:51PM +0100, Peter Robinson wrote:
> > On Thu, Jul 26, 2018 at 1:46 PM, David Rusling <david.rusling(a)linaro.org>
> wrote:
> > > Peter,
> > > thanks, that was one explanation that I hadn't thought of (32b = 32
> > > bits). Really helpful, onwards and upwards...
> >
> > FYI they work fine 32 and 64 bits on both the 3B and 3B+ for me, only
> > currently tested 64 bit with uefi but they work fine for me, plus a
> > bunch of other 96boards.
>
> A Pi 3B is also in my CI loop (32bit then 64bit) so our (U-Boot's)
> test.py bits run on it reliably or I start yelling at people :)
>
> --
> Tom
>
--
David A Rusling
CTO, Linaro
https://linaro.org
Remove the link to the draft index.rst file and replace it with a link
to the releases page. The link to the index.rst doesn't make sense
anymore now that the text is broken out into one file per chapter.
Resolves: #24
Signed-off-by: Grant Likely <grant.likely(a)arm.com>
---
README.rst | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/README.rst b/README.rst
index f20ddbf..db2aa4a 100644
--- a/README.rst
+++ b/README.rst
@@ -13,16 +13,9 @@ expected in September 2018. You can find the current draft text in this
repository, but be aware that everything in the draft text is subject to
change before an official v1.0 release is published.
-This repository can be used to build a .pdf of the document, and soon there
-will be a CI loop generating a .pdf for each commit. In the mean time you
-can look at the source text directly here:
+Released EBBR PDFs can be found here:
-`EBBR Draft Text`_
-
-GitHub does a good job of rendering the reStructuredText markup into
-something readable.
-
-.. _`EBBR Draft Text`: source/index.rst
+https://github.com/ARM-software/ebbr/releases
Build Instructions
==================
--
2.13.0
Add the conference call details to the CONTRIBUTING file so it is easy to find.
Signed-off-by: Grant Likely <grant.likely(a)arm.com>
---
CONTRIBUTING.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 25ad49d..2b69bf5 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -20,6 +20,16 @@ Past discussions can be found in the boot-architecture-archive_.
We use the IRC channel `#ebbr`_ on OFTC_.
+There is a weekly conference call to discuss EBBR topics every Thursday
+at 16:30 UTC/BST, 8:30 PST/PDT, 00:30 CST
+(following UTC/BST daylight savings time shifts):
+
+- Online meeting: https://meet.lync.com/armh/grant.likely/YBY93TIK
+- Skype Web App: https://meet.lync.com/armh/grant.likely/YBY93TIK?sl=1
+- Phone: +44 2033215213,, 4664465#
+- Find a local number: https://dialin.lync.com/7bdb65cd-97d0-44fe-bc03-bf8072eadc33
+- Conference ID: 4664465
+
DCO Attestation
---------------
--
2.13.0
Next EBBR meeting is in a few minutes. Here are the agenda items I've
got for today:
- Issue review
- Set/GetVariable() behaviour when non-volatile doesn't work at runtime
- v0.6 release
- Review distribution list
- Any other business
As always, this Google doc will be used to capture notes. Please help
filling it in. You may need to request edit access if I haven't already
added you.
https://docs.google.com/document/d/1RdlFp5SIrvjcVOGoGEFVYDsqTqFBJHugbBMV5Mu…
---
Every Thursday at 16:30 UTC/BST, 8:30 PST/PDT, 00:30 CST
(following UTC/BST daylight savings time shifts)
Online meeting: https://meet.lync.com/armh/grant.likely/YBY93TIK
Skype Web App: https://meet.lync.com/armh/grant.likely/YBY93TIK?sl=1
Phone +44 2033215213,, 4664465#
Find a local number:
https://dialin.lync.com/7bdb65cd-97d0-44fe-bc03-bf8072eadc33
Conference ID: 4664465
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.