2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 21:24:00 +08:00
linux-next/arch/csky/abiv1
Guo Ren f62e31623d 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>
2019-04-22 13:44:57 +08:00
..
inc/abi csky: Support dynamic start physical address 2019-04-22 13:44:57 +08:00
alignment.c Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
bswapdi.c csky: Library functions 2018-10-26 00:54:24 +08:00
bswapsi.c csky: Library functions 2018-10-26 00:54:24 +08:00
cacheflush.c csky: Cache and TLB routines 2018-10-25 23:36:19 +08:00
Makefile csky: Build infrastructure 2018-10-25 23:36:19 +08:00
memcpy.S csky: Library functions 2018-10-26 00:54:24 +08:00
memset.c csky: Library functions 2018-10-26 00:54:24 +08:00
mmap.c csky: MMU and page table management 2018-10-25 23:36:19 +08:00
strksyms.c csky: Library functions 2018-10-26 00:54:24 +08:00