On Tue, Apr 26, 2022, Varad Gautam wrote: > These can be shared across EFI and non-EFI builds. > > Signed-off-by: Varad Gautam <varad.gautam@xxxxxxxx> > --- > x86/cstart64.S | 60 +----------------------------------------------- > x86/start32.S | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ start32.S is not a good name. Yes, it's 32-bit code, but used only for 64-bit boot. Looking back, start16.S isn't that great either because it's not _the_ 16-bit start sequence (EFI has it's own). If we go with trampolines.S, then the intent is relatively clear and we can shove both 16=>32 and 32=>64 trampolines in there.