History log of /arch/m68k/include/uapi/asm/bootinfo.h
Revision Date Author Comments
abe48101c17eaf1b5d85270272392e6111562626 04-Oct-2013 Geert Uytterhoeven <geert@linux-m68k.org> m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
799300840c18e7fdc0a3dace70d9b56a189fd1ab 02-Oct-2013 Geert Uytterhoeven <geert@linux-m68k.org> m68k/UAPI: Move generic definitions to <asm/bootinfo.h>

Move generic definitions used by bootstraps to uapi/asm/bootinfo.h:
- Machine types,
- CPU, FPU, and MMU types,
- struct mem_info.

Keep a copy of struct mem_info for in-kernel use, and rename it to struct
m68k_mem_info, as the exported one will be modified later.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
4c3c522bcebe16a717d7a809fd14b11823794027 02-Oct-2013 Geert Uytterhoeven <geert@linux-m68k.org> m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h

Export the bootinfo definitions that are used by bootstrap loaders, and
split them up in generic and platform-specific parts.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>