summaryrefslogtreecommitdiffstats
path: root/arch/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: don't unload driversMichael Olbrich2017-01-241-1/+6
* efi: include and execute exit callsMichael Olbrich2017-01-243-2/+5
* arch: refresh defconfigsSascha Hauer2016-10-121-4/+4
* Make generic default environment type a use choiceSascha Hauer2016-10-101-1/+0
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-0/+1
* bootm: Move bootm options to common/KconfigSascha Hauer2016-05-101-4/+4
* include: Move ns16550 serial platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* efi: let the generic relocate code handle all relocationsMichael Olbrich2016-04-072-42/+2
* efi: fix memory leak in error pathLucas Stach2016-03-041-1/+3
* bootm: Push dryrun to handlersSascha Hauer2016-01-261-1/+8
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-2/+11
* Merge branch 'for-next/exitcall'Sascha Hauer2015-08-062-0/+8
|\
| * exitcall: Add exitcall infrastructureHerve Codina2015-07-132-0/+8
* | efi: enable blspec in the defconfigMichael Olbrich2015-07-271-0/+1
* | efi: use an EFI variable to save the environmentMichael Olbrich2015-07-271-0/+5
* | efi: use xstrdup_* when appropriateMichael Olbrich2015-07-271-3/+3
* | efi: use xasprintf() when appropriateMichael Olbrich2015-07-272-2/+2
* | efi: write volatile EFI variables used by systemdMichael Olbrich2015-07-272-0/+21
* | efi: add helper functions to write EFI variablesMichael Olbrich2015-07-272-0/+31
* | efi: add support for initrd loadingMichael Olbrich2015-07-231-13/+180
* | efi: improve malloc pool allocationMichael Olbrich2015-07-231-3/+17
|/
* efi: use generic posix_types.hSascha Hauer2015-06-031-93/+1
* introduce bitsperlong.h for remaining architecturesSascha Hauer2015-06-032-5/+11
* dma: Use generic place for dma_addr_t typedefSascha Hauer2015-05-221-4/+0
* driver: Call remove function only when availableSascha Hauer2015-03-171-1/+2
* kbuild: add KBUILD_DEFCONFIGMasahiro Yamada2015-01-141-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2015-01-093-3/+3
|\
| * sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-083-3/+3
* | Merge branch 'for-next/kbuild'Sascha Hauer2015-01-091-0/+12
|\ \
| * | kbuild: move asm-offsets.h rule to ./KbuildMasahiro Yamada2015-01-081-0/+12
| |/
* | efi: move exit to EFI into own commandLucas Stach2014-12-091-0/+16
* | efi: add proper reset hookLucas Stach2014-12-091-1/+1
|/
* treewide: Reuse init_clock() return value for clocksource driversAlexander Shiyan2014-11-101-3/+1
* EFI: report correct block device sizeMichael Olbrich2014-10-231-1/+1
* efi: use objcopy with CROSS_COMPILE prefixMichael Olbrich2014-09-191-1/+1
* EFI: add missing includeMichael Olbrich2014-09-031-0/+1
* EFI: fix error handling in efi_get_boot()Michael Olbrich2014-09-011-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2014-08-072-0/+8
* EFI: introduce efi_strguid to convert GUID to human readable namesJean-Christophe PLAGNIOL-VILLARD2014-07-162-3/+5
* Add initial EFI architecture supportSascha Hauer2014-07-1634-0/+2189