[SeaBIOS] Re: [PATCH 00/31] Add support for PA-RISC CPU target

2021-03-08 Thread Kevin O'Connor
On Wed, Mar 03, 2021 at 05:26:23PM +0100, Helge Deller wrote: > On 2/24/21 2:23 AM, Kevin O'Connor wrote: > > Similarly, there are many cases where parisc has different > > implementations of similar functionality that isn't architecture > > I assume you meant "...that IS architecture specific" ?

[SeaBIOS] Re: [PATCH 00/31] Add support for PA-RISC CPU target

2021-03-03 Thread Helge Deller
Hi Kevin, On 2/24/21 2:23 AM, Kevin O'Connor wrote: On Thu, Feb 11, 2021 at 11:00:34PM +0100, Helge Deller wrote: This patchset modifies SeaBIOS source code to be able to build a firmware for the PA-RISC CPU architecture. This firmware can then be used to boot a virtual PA-RISC machine with

[SeaBIOS] Re: [PATCH 00/31] Add support for PA-RISC CPU target

2021-02-23 Thread Kevin O'Connor
On Thu, Feb 11, 2021 at 11:00:34PM +0100, Helge Deller wrote: > This patchset modifies SeaBIOS source code to be able to build a firmware for > the PA-RISC CPU architecture. This firmware can then be used to boot a virtual > PA-RISC machine with PA-Linux and HP/UX on QEMU. > > Where possible

[SeaBIOS] Re: [PATCH 00/31] Add support for PA-RISC CPU target

2021-02-16 Thread Helge Deller
* Helge Deller : > This patchset modifies SeaBIOS source code to be able to build a firmware for > the PA-RISC CPU architecture. This firmware can then be used to boot a virtual > PA-RISC machine with PA-Linux and HP/UX on QEMU. > > Where possible existing SeaBIOS drivers and infrastructure is