2010. 7. 5. 15:48
~/ODROID/uboot/include/configs/hkdkc100.h - Board configuration header file
~/ODROID/uboot/board/samsung/hkdkc100 - Board-specific files
config.mk - Defines base address for U-Boot in memory
hkdkc100.c - Board specific initialization
Makefile -
u-boot.lds - Linker script
lowlevel_init.S - Memory/Soc configuratioin table
~/ODROID/uboot/cpu/s5pc1xx - CPU files
config.mk - CPU makd flags
cpu.c - CPU functions
interrupts.c - interrupt routines
Makefile
start.S Main CPU entry point
~/ODROID/uboot/cpu/s5pc1xx/s5pc100 - SOC files
Makefile
cpu_init.S - SoC specifi functions
~/ODROID/uboot/lib_arm - Architecture support files
board.c - Generic board initialization code
cache.c
bootm.c - Code for booting arm linux kernel
~/ODROID/uboot/include/asm-arm - Architecture headers
'[C-06] S5PV210' 카테고리의 다른 글
[mango210] mango server (0) | 2010.12.17 |
---|---|
[mango210] Download source (2010-11-22 일자 ) (0) | 2010.12.17 |
[mango210] Toolchain (gcc version 4.4.1(Sourcery G++ Lite 2009q3-67)) (0) | 2010.12.17 |
[mango210] sh: gperf: command not found (0) | 2010.12.16 |
[ODRIOD] Datasheet Link (0) | 2010.07.09 |