Searched hist:f62e31623d718a7c20d9da98de48361624d7360a (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | ckmmu.h | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
H A D | entry.h | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/csky/abiv2/inc/abi/ |
H A D | ckmmu.h | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
H A D | entry.h | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | page.h | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
H A D | mmu_context.h | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/csky/kernel/ |
H A D | setup.c | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|
H A D | entry.S | diff f62e31623d718a7c20d9da98de48361624d7360a Sun Apr 07 22:12:25 CDT 2019 Guo Ren <ren_guo@c-sky.com> csky: Support dynamic start physical address
Before this patch csky-linux need CONFIG_RAM_BASE to determine start physical address. Now we use phys_offset variable to replace the macro of PHYS_OFFSET and we setup phys_offset with real physical address which is determined during startup in head.S.
With this patch we needn't re-compile kernel for different start physical address. ie: 0x0 / 0xc0000000 start physical address could use the same vmlinux, be care different start address must be 512MB aligned.
Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>
|