Re: [PATCH 1/1] disk: drop Amiga partition table support
Simon Glass <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAFLszTggKtXxv_-5tYXSY1YdbTxwO9XQLbEcGn+HbQ1uwTpNCw@mail.gmail.com> |
Hi Heinrich, On Sun, 23 Aug 2026 at 04:11, Heinrich Schuchardt <[email protected]> wrote: > > The AmigaOne is not supported anymore by U-Boot. > There seems to be no need to keep support for Amiga partition tables > anymore. > > The usage in sandbox*defconfig has been for compile testing only. > theodorable-x86-conga-qa3-e3845-pcie-x4_defconfig and > octeon_ebb7304_defconfig support GPT partition tables. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > configs/octeon_ebb7304_defconfig | 1 - > configs/sandbox64_defconfig | 1 - > configs/sandbox_flattree_defconfig | 1 - > configs/sandbox_noinst_defconfig | 1 - > configs/sandbox_spl_defconfig | 1 - > ...able-x86-conga-qa3-e3845-pcie-x4_defconfig | 1 - > disk/Kconfig | 13 - > disk/Makefile | 1 - > disk/part.c | 1 - > disk/part_amiga.c | 385 ------------------ > disk/part_amiga.h | 137 ------- > doc/usage/cmd/part.rst | 2 +- > include/part.h | 2 - > 13 files changed, 1 insertion(+), 546 deletions(-) > delete mode 100644 disk/part_amiga.c > delete mode 100644 disk/part_amiga.h > From a brief look I could not find the source code for a real board. There is code for the QEMU version here: https://github.com/qemu/u-boot-sam460ex The board was removed in 953b7e62919 ("Remove AmigaOneG3SE board") about 15 years ago. Reviewed-by: Simon Glass <[email protected]> Regards, Simon