[PATCH v1 1/5] mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Mon Jun 29 23:31:25 CEST 2020


> This patch adds the optional call to mips_mach_early_init() to start.S
> at a very early stage. Its disabled per default. It can be used for
> very early machine / platform specific init code.  Its called very
> early and at this stage the PC is allowed to differ from the linking
> address (CONFIG_TEXT_BASE) as no absolute jump has been performed until
> this call.
> 
> It will be used by thje Octeon platform.
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> ---
> 
>  arch/mips/Kconfig     | 9 +++++++++
>  arch/mips/cpu/start.S | 5 +++++
>  2 files changed, 14 insertions(+)
> 
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

-- 
- Daniel



More information about the U-Boot mailing list