mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
Heavily inspired by Apple board code. Use the LMB allocator to configure load addresses at runtime, and implement a lookup table for selecting a devicetree. As some Qualcomm RBx boards have different RAM capacities and base addresses, it isn't possible to hardcode these regions. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Tested-by: Sumit Garg <sumit.garg@linaro.org> #qcs404 Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Documentation for DragonBoard 410c is now located at: doc/board/qualcomm/dragonboard410c.rst Note that the installation method has changed: U-Boot is now installed into the "aboot" partition (replacing Little Kernel/LK). It is no longer packaged into an Android boot image and loaded through Qualcomm's LK bootloader.