Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
FDPIC by default
|
|
|
|
|
|
|
|
|
|
Bootup until a hello world:
[ 0.000000] BINFMT_FLAT: Loading file: /init
[ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00
[ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130
Stopps here. :(
|
|
|
|
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A lot of drivers where moved from mini.config to target/linux/config.
WLAN works, ethernet works, i2c works, RTC works.
|
|
|