Re: [edk2-devel] [edk2-platforms PATCH v2 0/6] Some BeagleBoardPkg fixes

2021-09-30 Thread Leif Lindholm
On Tue, Sep 28, 2021 at 13:33:14 -0600, Rebecca Cran wrote: > Since we still have quite a lot of 32-bit ARM code in the tree, it > would be nice to have a physical platform to verify that it still works > correctly. I recently got one of the original BeagleBoard boards and > have been working to ge

Re: [edk2-devel] [edk2-platforms PATCH v2 0/6] Some BeagleBoardPkg fixes

2021-09-28 Thread Rebecca Cran
I should note that this doesn't completely fix the BeagleBoardPkg: it gets further, but now fails trying to send data over I2C because the bus appears to always be busy. -- Rebecca Cran On 9/28/21 1:33 PM, Rebecca Cran wrote: Since we still have quite a lot of 32-bit ARM code in the tree, i

[edk2-devel] [edk2-platforms PATCH v2 0/6] Some BeagleBoardPkg fixes

2021-09-28 Thread Rebecca Cran
Since we still have quite a lot of 32-bit ARM code in the tree, it would be nice to have a physical platform to verify that it still works correctly. I recently got one of the original BeagleBoard boards and have been working to get EDK2 booting on it again. These patches let it get further, though