On 12/6/21 11:36, Cédric Le Goater wrote: > From: Thomas Huth <th...@redhat.com> > > The PPC 405 CPU is a system-on-a-chip, so all 405 machines are very similar, > except for some external periphery. However, the periphery of the 'taihu' > machine is hardly emulated at all (e.g. neither the LCD nor the USB part had > been implemented), so there is not much value added by this board. The users > can use the 'ref405ep' machine to test their PPC405 code instead. > > Signed-off-by: Thomas Huth <th...@redhat.com> > Reviewed-by: Daniel Henrique Barboza <danielhb...@gmail.com> > Message-Id: <20211203164904.290954-2-th...@redhat.com> > Signed-off-by: Cédric Le Goater <c...@kaod.org> > --- > docs/about/deprecated.rst | 9 +++++++++ > hw/ppc/ppc405_boards.c | 1 + > 2 files changed, 10 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>