[Buildroot] [PATCH v2 0/2] fix elf2flt on m68k, xtensa, riscv

Niklas Cassel niklas.cassel at wdc.com
Thu Aug 11 09:40:47 UTC 2022


Hello buildroot folks,

This series fixes a fatal error at link time on m68k, xtensa,
and riscv64, caused by a bad upstream elf2flt commit.

With this series, m68k and riscv64 boots to login prompt.

xtensa crashes when loading init, the same behavior as when
reverting the bad upstream elf2flt commit completely.

Changes since v2:
-Added xtensa to the list of archs that require different
 handling from ARM.


Kind regards,
Niklas

Niklas Cassel (2):
  package/elf2flt: remove broken patch
  package/elf2flt: fix fatal error regression on m68k, xtensa, riscv64

 ...3-elf2flt-add-riscv-64-bits-support.patch} |  0
 ...f2flt-fix-.eh_frame-section-handling.patch | 73 ------------------
 ...2flt-create-a-common-helper-function.patch | 76 +++++++++++++++++++
 ...l-error-regression-on-m68k-xtensa-ri.patch | 73 ++++++++++++++++++
 4 files changed, 149 insertions(+), 73 deletions(-)
 rename package/elf2flt/{0004-elf2flt-add-riscv-64-bits-support.patch => 0003-elf2flt-add-riscv-64-bits-support.patch} (100%)
 delete mode 100644 package/elf2flt/0003-elf2flt-fix-.eh_frame-section-handling.patch
 create mode 100644 package/elf2flt/0004-elf2flt-create-a-common-helper-function.patch
 create mode 100644 package/elf2flt/0005-elf2flt-fix-fatal-error-regression-on-m68k-xtensa-ri.patch

-- 
2.37.1




More information about the buildroot mailing list