A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
SPL part of u-boot is located partly in:
arch/arm/cpu/armv7/am33xx/
Also in
common/spl
The drivers corresponding to each module are located in the drivers/ folder
SPL is part of u-boot code... it is used to generate the first stage of u-boot (MLO). Its sources are located in the above mentioned directories.
Everything else in the u-boot folder is used for generating the u-boot.img