13c6d7e97d5fac389236c4c82b35b7aea95e84b8

On ARM64 appending the dtb does not work with U-Boot and fastbooting with such an image failes like: ## Booting Android Image at 0x40480000 ... Kernel load addr 0x00000000 size 30514 KiB Kernel command line: ip=dhcp console=ttymxc0,115200n8 root=/dev/nfs rw nfsrootdebug init=/init nfsroot=10.10.10.17:/mnt/disks/testing-nfs-root/gc7000-00,vers=3,tcp RAM disk load addr 0x00000000 size 1 KiB Error: header_version must be >= 2 to get dtb Loading Kernel Image "Error" handler, esr 0xbf000002 elr: 000000004029ce70 lr : 000000004029cf0c (reloc) elr: 00000000be59ae70 lr : 00000000be59af0c x0 : 0000000000100000 x1 : 0000000040580800 x2 : 0000000000010000 x3 : 00000000000020c0 x4 : f9402063f9400463 x5 : 0000000000000000 x6 : 0000000000100000 x7 : 0000000006000000 x8 : 00000000b64f1488 x9 : 0000000000000008 x10: 00000000b651c450 x11: 00000000b653df68 x12: 0000000000000000 x13: 0000000000000200 x14: 0000000000000000 x15: 0000000000000020 x16: 00000000be55acc8 x17: 0000000000004530 x18: 00000000b64fddc0 x19: 0000000000100000 x20: 0000000040580800 x21: 0000000001ccc4af x22: 0000000000010000 x23: 0000000000010000 x24: 0000000040480800 x25: 00000000b64f15c8 x26: 0000000000000000 x27: 0000000000000000 x28: 0000000040480800 x29: 00000000b64f1470 Code: d65f03c0 f8636824 f8236804 91002063 (cb030044) Resetting CPU ... resetting ... Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Acked-by: David Heidelberg <david.heidelberg@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13691>
`Mesa <https://mesa3d.org>`_ - The 3D Graphics Library ====================================================== Source ------ This repository lives at https://gitlab.freedesktop.org/mesa/mesa. Other repositories are likely forks, and code found there is not supported. Build & install --------------- You can find more information in our documentation (`docs/install.rst <https://mesa3d.org/install.html>`_), but the recommended way is to use Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_): .. code-block:: sh $ mkdir build $ cd build $ meson .. $ sudo ninja install Support ------- Many Mesa devs hang on IRC; if you're not sure which channel is appropriate, you should ask your question on `OFTC's #dri-devel <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if necessary. Remember that not everyone is in the same timezone as you, so it might take a while before someone qualified sees your question. To figure out who you're talking to, or which nick to ping for your question, check out `Who's Who on IRC <https://dri.freedesktop.org/wiki/WhosWho/>`_. The next best option is to ask your question in an email to the mailing lists: `mesa-dev\@lists.freedesktop.org <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`_ Bug reports ----------- If you think something isn't working properly, please file a bug report (`docs/bugs.rst <https://mesa3d.org/bugs.html>`_). Contributing ------------ Contributions are welcome, and step-by-step instructions can be found in our documentation (`docs/submittingpatches.rst <https://mesa3d.org/submittingpatches.html>`_). Note that Mesa uses gitlab for patches submission, review and discussions.
Description
Languages
C
75.3%
C++
18.2%
Python
2.7%
Assembly
1.5%
Rust
1.2%
Other
0.9%