Age | Commit message (Expand) | Author |
2016-11-17 | ls2080: Exit dpaa only right before exiting U-Boot | Alexander Graf |
2016-11-14 | x86: Enable EFI loader support | Simon Glass |
2016-11-14 | efi: Add support for a hello world test program | Simon Glass |
2016-11-14 | x86: Tidy up selection of building the EFI stub | Simon Glass |
2016-11-14 | efi: Correct cache flush alignment | Simon Glass |
2016-11-14 | efi_loader: console: Correctly report modes | Emmanuel Vadot |
2016-11-14 | efi: Use device device path type Messaging for network interface node | Oleksandr Tymoshenko |
2016-11-14 | efi_loader: fix depends on line of EFI_LOADER | Masahiro Yamada |
2016-10-24 | libfdt: fix fdt_stringlist_search() | Masahiro Yamada |
2016-10-24 | libfdt: fix fdt_stringlist_count() | Masahiro Yamada |
2016-10-23 | libfdt: Sync overlay with upstream | Maxime Ripard |
2016-10-19 | efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} | Alexander Graf |
2016-10-19 | x86: efi: Add EFI loader support for x86 | Simon Glass |
2016-10-19 | efi: Fix missing EFIAPI specifiers | Simon Glass |
2016-10-19 | smbios: Provide serial number | Alexander Graf |
2016-10-19 | efi_loader: Fix efi_install_configuration_table | Alexander Graf |
2016-10-19 | smbios: Expose in efi_loader as table | Alexander Graf |
2016-10-19 | smbios: Generate type 4 on non-x86 systems | Alexander Graf |
2016-10-19 | smbios: Allow compilation on 64bit systems | Alexander Graf |
2016-10-19 | efi_loader: Expose efi_install_configuration_table | Alexander Graf |
2016-10-19 | x86: Move smbios generation into arch independent directory | Alexander Graf |
2016-10-19 | x86: Move table csum into separate file | Alexander Graf |
2016-10-19 | efi_loader: gop: Expose fb when 32bpp | Alexander Graf |
2016-10-19 | efi_loader: Allow bouncing for network | Alexander Graf |
2016-10-18 | efi_loader: Allow boards to implement get_time and reset_system | Alexander Graf |
2016-10-18 | efi_loader: Do not leak memory when unlinking a mapping | Stefan Brüns |
2016-10-18 | efi_loader: Keep memory mapping sorted when splitting an entry | Stefan Brüns |
2016-10-18 | efi_loader: Readd freed pages to memory pool | Stefan Brüns |
2016-10-18 | efi_loader: Track size of pool allocations to allow freeing | Stefan Brüns |
2016-10-18 | efi_loader: Move efi_allocate_pool implementation to efi_memory.c | Stefan Brüns |
2016-10-18 | efi_loader: Fix crash on 32-bit systems | Robin Randhawa |
2016-10-18 | efi_loader: Fix memory map size check to avoid out-of-bounds access | Stefan Brüns |
2016-10-18 | efi_loader: Update description of internal efi_mem_carve_out | Stefan Brüns |
2016-10-15 | spl: move FDT_FIXUP_PARTITIONS to Kconfig | Heiko Schocher |
2016-10-13 | libfdt: Drop inlining of fdt_path_offset() | Simon Glass |
2016-10-13 | libfdt: Sync fdt_for_each_subnode() with upstream | Simon Glass |
2016-10-13 | libfdt: Bring in upstream stringlist functions | Simon Glass |
2016-10-13 | libfdt: Sync up with upstream | Simon Glass |
2016-10-13 | libfdt: Fix undefined behaviour in fdt_offset_ptr() | David Gibson |
2016-10-11 | Fix return value in trailing_strtoln() | Simon Glass |
2016-10-08 | spl: saveenv: adding saveenv support in SPL | B, Ravi |
2016-10-08 | arm: Add return value argument to longjmp | Alexander Graf |
2016-10-06 | Various, accumulated typos collected from around the tree. | Robert P. J. Day |
2016-10-06 | gunzip: cache-align write buffer memory | Clemens Gruber |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-09-23 | libfdt: simplify fdt_del_mem_rsv() | Masahiro Yamada |
2016-09-18 | dtoc: Support finding the offset of a property | Simon Glass |
2016-09-18 | dtoc: Support packing the device tree | Simon Glass |
2016-09-18 | dtoc: Support deleting device tree properties | Simon Glass |
2016-09-18 | dtoc: Move to using bytearray | Simon Glass |