Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a84a5ab7 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: Introduce shmobile_boot_size



Introduce shmobile_boot_size that can be used by
future SMP code to determine the size of the boot
code that needs to be copied to internal SRAM.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 87a08ca0
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,9 @@ shmobile_boot_fn:
	.globl	shmobile_boot_arg
	.globl	shmobile_boot_arg
shmobile_boot_arg:
shmobile_boot_arg:
2:	.space	4
2:	.space	4
	.globl	shmobile_boot_size
shmobile_boot_size:
	.long	. - shmobile_boot_vector


/*
/*
 * Per-CPU SMP boot function/argument selection code based on MPIDR
 * Per-CPU SMP boot function/argument selection code based on MPIDR
+1 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,7 @@ extern void shmobile_setup_console(void);
extern void shmobile_boot_vector(void);
extern void shmobile_boot_vector(void);
extern unsigned long shmobile_boot_fn;
extern unsigned long shmobile_boot_fn;
extern unsigned long shmobile_boot_arg;
extern unsigned long shmobile_boot_arg;
extern unsigned long shmobile_boot_size;
extern void shmobile_smp_boot(void);
extern void shmobile_smp_boot(void);
extern void shmobile_smp_sleep(void);
extern void shmobile_smp_sleep(void);
extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn,
extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn,