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
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
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