]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2022-03-02-armv8-fixes-and-cleanups' into next
authorTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 18:59:33 +0000 (13:59 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 18:59:33 +0000 (13:59 -0500)
commit6796262f6cfe105b28c475d49a8836dc10fe977b
treeda9d57e285034143ed1e9cd4dfc30577792275ad
parentb339567319cce97ace228ea9af1cd72cd4042b8c
parentff06e15f39c433df73b907915eddf2a7986d1c5a
Merge branch '2022-03-02-armv8-fixes-and-cleanups' into next

To quote the author:
I was looking into the arm64 boot code lately and stumbled upon some
issues. Also Nishanth brought back memories of a lengthy debug session,
which was caused due to U-Boot keeping SErrors masked. As the resulting
patches are all somewhat related, I gathered this series here to address
those problems.

Patches 1 to 3 address exception handling issues, with the SError
enablement being the most prominent fix here.
Patch 4 cleans up asm/io.h. This was on the list before[1], but was
somehow lost when it was intercepted by a shorter version of itself.
Patches 5 and 6 clean up some unnecessarily complicated AArch64 assembly
code.