Roy Franz ([email protected])

Number of posts: 150 (0.24 per day)
First post: 2013-07-25 00:48:58
Last post: 2015-04-20 18:32:35

Date List Subject
2013-09-22 22:46:53 linux-kernel [PATCH 15/18] Generalize handle_ramdisks() and rename to handle_cmdline_files().
2013-09-22 22:46:39 linux-kernel [PATCH 16/18] Renames in handle_cmdline_files() to complete generalization.
2013-09-22 22:46:03 linux-kernel [PATCH 17/18] Fix types in EFI calls to match EFI function definitions.
2013-09-22 22:45:46 linux-kernel [PATCH 18/18] resolve warnings found on ARM compile
2013-09-22 22:45:41 linux-kernel [PATCH 12/18] generalize efi_get_memory_map()
2013-09-22 22:45:36 linux-kernel [PATCH 06/18] Enforce minimum alignment of 1 page on allocations.
2013-09-22 22:45:35 linux-kernel [PATCH 07/18] Move relocate_kernel() to shared file.
2013-09-22 22:45:31 linux-kernel [PATCH 01/18] EFI stub documentation updates
2013-09-22 22:45:29 linux-kernel [PATCH V5 00/18] ARM EFI stub common code
2013-09-21 21:31:40 linux-kernel Re: [PATCH 09/17] Move unicode to ASCII conversion to shared function.
2013-09-19 04:48:46 linux-kernel Re: [PATCH 09/17] Move unicode to ASCII conversion to shared function.
2013-09-18 16:31:24 linux-kernel Re: [PATCH 08/17] Generalize relocate_kernel() for use by other architectures.
2013-09-17 04:16:00 linux-kernel [PATCH 01/17] EFI stub documentation updates
2013-09-17 04:15:58 linux-kernel [PATCH 03/17] Move common EFI stub code from x86 arch code to common location
2013-09-17 04:15:29 linux-kernel [PATCH 04/17] Add system table pointer argument to shared functions.
2013-09-17 04:15:01 linux-kernel [PATCH 09/17] Move unicode to ASCII conversion to shared function.
2013-09-17 04:14:48 linux-kernel [PATCH 11/17] generalize efi_get_memory_map()
2013-09-17 04:13:59 linux-kernel [PATCH 14/17] Generalize handle_ramdisks() and rename to handle_cmdline_files().
2013-09-17 04:13:43 linux-kernel [PATCH 15/17] Renames in handle_cmdline_files() to complete generalization.
2013-09-17 04:13:18 linux-kernel [PATCH 16/17] Fix types in EFI calls to match EFI function definitions.
2013-09-17 04:13:16 linux-kernel [PATCH 17/17] resolve warnings found on ARM compile
2013-09-17 04:12:20 linux-kernel [PATCH 13/17] Allow efi_free() to be called with size of 0, and do nothing in that case.
2013-09-17 04:12:17 linux-kernel [PATCH 12/17] use efi_get_memory_map() to get final map for x86
2013-09-17 04:12:15 linux-kernel [PATCH 10/17] Rename __get_map() to efi_get_memory_map()
2013-09-17 04:12:11 linux-kernel [PATCH 08/17] Generalize relocate_kernel() for use by other architectures.
2013-09-17 04:12:07 linux-kernel [PATCH 06/17] Enforce minimum alignment of 1 page on allocations.
2013-09-17 04:12:04 linux-kernel [PATCH 07/17] Move relocate_kernel() to shared file.
2013-09-17 04:11:59 linux-kernel [PATCH 05/17] Rename memory allocation/free functions
2013-09-17 04:11:52 linux-kernel [PATCH 02/17] Add proper definitions for some EFI function pointers.
2013-09-17 04:11:49 linux-kernel [PATCH V4 00/17] ARM EFI stub common code
2013-09-02 15:49:55 linux-kernel Re: [PATCH V3 RFC 00/16] EFI stub for ARM
2013-08-31 00:35:12 linux-kernel Re: [PATCH 15/16] Add EFI stub for ARM
2013-08-30 23:16:55 linux-kernel Re: [PATCH 12/16] Fix types in EFI calls to match EFI function definitions.
2013-08-30 23:12:27 linux-kernel Re: [PATCH 12/16] Fix types in EFI calls to match EFI function definitions.
2013-08-30 22:49:48 linux-kernel Re: [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location.
2013-08-30 22:12:47 linux-kernel Re: [PATCH 04/16] Add minimum address parameter to efi_low_alloc()
2013-08-30 21:46:10 linux-kernel Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using a global variable as part of the interface is not that nice. Also, by avoiding any global variables in the ARM EFI stub, this allows the code to be position independent without requiring GOT fixups.
2013-08-30 14:16:22 linux-kernel Re: [PATCH 14/16] Add strstr to compressed string.c for ARM.
2013-08-23 22:40:08 linux-kernel Re: [PATCH V3 RFC 00/16] EFI stub for ARM
2013-08-17 00:16:18 linux-kernel Re: [PATCH V3 RFC 00/16] EFI stub for ARM
2013-08-14 02:08:01 linux-kernel Re: [PATCH 15/16] Add EFI stub for ARM
2013-08-13 17:58:20 linux-kernel Re: [PATCH V3 RFC 00/16] EFI stub for ARM
2013-08-13 17:37:17 linux-kernel Re: [PATCH 16/16] Add config EFI_STUB for ARM to Kconfig
2013-08-13 01:13:12 linux-kernel Re: [PATCH V3 RFC 00/16] EFI stub for ARM
2013-08-13 00:01:13 linux-kernel Re: [PATCH 15/16] Add EFI stub for ARM
2013-08-09 23:30:19 linux-kernel [PATCH 03/16] Rename memory allocation/free functions
2013-08-09 23:29:37 linux-kernel [PATCH 05/16] rename __get_map() to efi_get_memory_map(), add parameter to optionally return mmap key. The mmap key is required to exit EFI boot services, and allows efi_get_memory_map() to be used for getting final memory map.
2013-08-09 23:29:20 linux-kernel [PATCH 06/16] Enforce minimum alignment of 1 page on allocations. The efi_high_alloc() and efi_low_alloc() functions use the EFI_ALLOCATE_ADDRESS option to the EFI function allocate_pages(), which requires a minimum of page alignment, and rejects all other requests.
2013-08-09 23:28:56 linux-kernel [PATCH 09/16] Renames in handle_cmdline_files() to complete generalization.
2013-08-09 23:28:37 linux-kernel [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location.
2013-08-09 23:28:16 linux-kernel [PATCH 11/16] Add proper definitions for some EFI function pointers.