commit | e039ee4ee3fcf174736f2cb0a2eed6cb908348a6 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Nov 14 15:54:08 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Nov 25 13:46:36 2014 +0000 |
tree | 65cb1ee1f7ad18726189954a4fd4d0f64420838a | |
parent | 930da09f5e50dd22fb0a8600388da8677d62d671 [diff] |
arm64: add alternative runtime patching With a blatant copy of some x86 bits we introduce the alternative runtime patching "framework" to arm64. This is quite basic for now and we only provide the functions we need at this time. This is connected to the newly introduced feature bits. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>