]> git.ipfire.org Git - people/ms/u-boot.git/history - lib
arc: cache: Add required NOPs after invalidation of instruction cache
[people/ms/u-boot.git] / lib /
2017-11-20  Tom RiniMerge git://git.denx.de/u-boot-ubi
2017-11-20  Tom RiniMerge git://git.denx.de/u-boot-i2c
2017-11-20  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-11-17  André Drasziktpm: add more missing va_end()
2017-11-17  André Drasziktpm: add tpm_get_random()
2017-11-17  Masahiro Yamadalib: libfdt: wrap scripts/dtc/libfdt/* where possible
2017-11-17  Masahiro Yamadalibfdt: change libfdt_internal.h to a wrapper of script...
2017-11-17  Masahiro Yamadalibfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*
2017-11-17  Masahiro Yamadapylibfdt: move pylibfdt to scripts/dtc/pylibfdt and...
2017-11-17  André Drasziktpm: fix reading of permanent flags
2017-10-29  Tom RiniMerge git://git.denx.de/u-boot-video
2017-10-29  Alexander Grafefi_loader: Disable env_save() call on boot
2017-10-18  Tom RiniMerge git://git.denx.de/u-boot-spi
2017-10-13  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-10-13  Heinrich Schuchardtefi_selftest: correctly check return values
2017-10-12  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-10-12  Rob Clarkefi_loader: console support for color attributes
2017-10-12  Rob Clarkefi_loader: Add mem-mapped for fallback
2017-10-11  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2017-10-10  Jonathan Grayefi_loader: don't increment part twice per loop
2017-10-10  Jonathan Grayefi_loader: search all possible disk partitions
2017-10-10  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-10-09  Tom RiniMerge git://git.denx.de/u-boot-video
2017-10-09  Heinrich Schuchardtefi_selftest: error handling in SNP test
2017-10-09  Heinrich Schuchardtefi_loader: comments for functions add missing @return
2017-10-09  Rob Clarkefi_loader: Fix disk dp's for pre-DM/legacy devices
2017-10-09  Heinrich Schuchardtefi_loader: avoid NULL dereference in efi_dp_match
2017-10-09  Heinrich Schuchardtefi_selftest: avoid dereferencing NULL in tpl test
2017-10-09  Heinrich Schuchardtefi_selftest: efi_st_memcmp return difference of bytes
2017-10-09  Heinrich Schuchardtefi_loader: supply EFI network test
2017-10-09  Heinrich Schuchardtefi_selftest: allow printing MAC addresses
2017-10-09  Heinrich Schuchardtefi_loader: fill return values in SimpleNetworkProtocol
2017-10-09  Heinrich Schuchardtefi_loader: size fields in SimpleNetworkProtocol
2017-10-09  Heinrich Schuchardtefi_loader: fix efi_net_get_status
2017-10-09  Heinrich Schuchardtefi_loader: implement WaitForPacket event
2017-10-09  Heinrich Schuchardtefi_loader: use events for efi_net_receive
2017-10-09  Heinrich Schuchardtefi_net: return EFI_UNSUPPORTED where appropriate
2017-10-09  Heinrich Schuchardtefi_loader: efi_net: hwaddr_size = 6
2017-10-09  Heinrich Schuchardtefi_loader: fill simple network protocol revision
2017-10-09  Heinrich Schuchardtefi_loader: wrong type in wait_for_event
2017-10-09  Heinrich Schuchardtefi_loader: pass GUIDs as const efi_guid_t *
2017-10-09  Heinrich Schuchardtefi_loader: parameters of CopyMem and SetMem
2017-10-09  Heinrich Schuchardtefi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
2017-10-09  Heinrich Schuchardtefi_loader: replace efi_div10 by do_div
2017-10-09  Heinrich Schuchardtefi_loader: provide function comments for boot services
2017-10-09  Heinrich Schuchardtefi_selftest: make tests easier to read
2017-10-09  Heinrich Schuchardtefi_loader: use type bool for event states
2017-10-09  Heinrich Schuchardtefi_selftest: use efi_st_error for all error messages
2017-10-08  zijun_huARMv8: get new GD address from gd->new_gd directly
2017-10-07  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-10-06  Jean-Jacques Hiblotspl: dm: Make it possible for the SPL to pick its own...
2017-10-06  Jean-Jacques Hiblotfdtdec: sort include files
2017-10-06  Jean-Jacques Hiblotlib: allow building lzo for the SPL
2017-10-06  Jean-Jacques Hiblotgzip: add a function to parse the header
2017-10-06  Jean-Jacques Hiblotlzo: add a function to check the validity of the header
2017-10-06  Jean-Jacques Hiblotdts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it...
2017-10-05  Heinrich Schuchardtefi_loader: allow creating new handles
2017-10-03  Marek Behúnlib: Add CRC32-C
2017-10-01  Tom RiniMerge git://git.denx.de/u-boot-usb
2017-10-01  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2017-10-01  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-09-21  Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2017-09-20  Rob Clarkefi_loader: Some console improvements for vidconsole
2017-09-20  Rob Clarkefi_loader: Correctly figure out size for vidconsole
2017-09-20  Rob Clarkefi_loader: split out escape sequence based size query
2017-09-20  Rob Clarkefi_loader: print GUIDs
2017-09-20  Rob Clarkefi_loader: set loaded image code/data type properly
2017-09-20  Rob Clarkefi_loader: add bootmgr
2017-09-20  Rob Clarkefi_loader: efi variable support
2017-09-20  Rob Clarkefi_loader: make pool allocations cacheline aligned
2017-09-20  Rob Clarkefi_loader: support load_image() from a file-path
2017-09-20  Rob Clarkefi_loader: add file/filesys support
2017-09-20  Rob Clarkefi_loader: refactor boot device and loaded_image handling
2017-09-20  Rob Clarkefi_loader: use proper device-paths for net
2017-09-20  Rob Clarkefi_loader: use proper device-paths for partitions
2017-09-20  Rob Clarkefi_loader: flesh out device-path to text
2017-09-20  Rob Clarkefi_loader: drop redundant efi_device_path_protocol
2017-09-20  Rob Clarkefi_loader: add device-path utils
2017-09-18  Heinrich Schuchardtefi_selftest: check notification of ExitBootServices
2017-09-18  Heinrich Schuchardtefi_loader: notify when ExitBootServices is invoked
2017-09-18  Heinrich Schuchardtefi_selftest: test task priority levels
2017-09-18  Heinrich Schuchardtefi_loader: implement task priority level (TPL)
2017-09-18  Heinrich Schuchardtefi_selftest: provide unit test for event services
2017-09-18  Heinrich Schuchardtefi_loader: efi_set_timer: reset signaled state
2017-09-18  Heinrich Schuchardtefi_loader: implement queueing of the notification...
2017-09-18  Heinrich Schuchardtefi_selftest: provide an EFI selftest application
2017-09-18  Heinrich Schuchardtefi_loader: allow return value in EFI_CALL
2017-09-18  Heinrich Schuchardtefi_loader: avoid obscure constants in efi_runtime.c
2017-09-18  Heinrich Schuchardtefi_loader: usage of always in Makefile
2017-09-18  Alexander Grafefi_loader: Fix efi_exit gd clobbering
2017-09-18  Heinrich Schuchardtefi_loader: write protocol GUID in OpenProtocol
2017-09-18  Heinrich Schuchardtefi_loader: call __efi_exit_check in efi_exit
2017-09-18  Heinrich Schuchardtefi_disk: efi_disk_rw_blocks is not an API function
2017-09-17  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-09-16  Tom RiniMerge git://git.denx.de/u-boot-fdt
2017-09-15  Tom RiniMerge git://git.denx.de/u-boot-ubi
2017-09-15  Tom RiniMerge git://git.denx.de/u-boot-i2c
2017-09-15  Pantelis Antonioufdt: Allow stacked overlays phandle references
2017-09-15  Tien Fong Cheelibfdt: Initialize the stack variable
2017-09-15  Simon Glassfdt: Sync libfdt up to upstream
next