mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-13 11:30:03 +01:00
This patch introduces the following prefix convention for the image format handling and bootm related code: genimg_ - dual format shared code image_ - legacy uImage format specific code fit_ - new uImage format specific code boot_ - booting process related code Related routines are renamed and a few pieces of code are moved around and re-grouped. Signed-off-by: Marian Balakowicz <m8@semihalf.com> |
||
|---|---|---|
| .. | ||
| bios.h | ||
| bios.S | ||
| bios_pci.S | ||
| bios_setup.c | ||
| board.c | ||
| bootm.c | ||
| Makefile | ||
| pci.c | ||
| pci_type1.c | ||
| realmode.c | ||
| realmode_switch.S | ||
| video.c | ||
| video_bios.c | ||
| zimage.c | ||