1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub
Amaury Pouly 81dfed27cf utils/hwstub: make stmp stub able to load in a MMU'ed environement
In might be useful to load hwstub in an environment with the MMU active,
in which case care must be taken on the order in which things are done.
Mostly, one should not disable the MMU before moving stuff around. The code
assumes the linking address (0 currently) is identity mapped.

Change-Id: I8d54ce9e8cadcde2e08990353ca7a46803731ca7
2014-02-10 23:14:25 +01:00
..
lib utils/hwstub: completely rework the protocol, drop unused features 2014-02-10 23:14:24 +01:00
stub utils/hwstub: make stmp stub able to load in a MMU'ed environement 2014-02-10 23:14:25 +01:00
tools utils/hwstub: completely rework the protocol, drop unused features 2014-02-10 23:14:24 +01:00
hwstub_protocol.h utils/hwstub: completely rework the protocol, drop unused features 2014-02-10 23:14:24 +01:00