video: use BMP_ALIGN_CENTER define from splash.h
[oweals/u-boot.git] / lib /
2018-12-01 Tom RiniMerge tag 'for-master-20181130' of git://git.denx.de...
2018-11-30 Tom RiniMerge tag 'pull-30nov18' of git://git.denx.de/u-boot-dm
2018-11-29 Simon Glasstpm: Convert to use a device parameter
2018-11-29 Simon Glasstpm: Export the open/close functions
2018-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2018-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-11-23 Tom RiniMerge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
2018-11-21 Simon Glassstring: Include the config header
2018-11-21 Simon Glassspl: lz4: Allow use of lz4 compression in SPL
2018-11-21 Marek Vasutfdt: Fix uncompress_blob() for U-Boot proper
2018-11-17 Tom RiniMerge branch '2018-11-16-master-imports'
2018-11-16 Konrad Beckmannfdt_region: Ensure that depth never goes below -1
2018-11-16 Tom RiniMerge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
2018-11-14 Bin Mengsysreset: Remove DM_FLAG_PRE_RELOC flag in various...
2018-11-14 Bin Mengkconfig: Introduce HAVE_ARCH_IOMAP
2018-11-14 Bin Mengblk: Call part_init() in the post_probe() method
2018-11-14 Bin Mengefi_driver: blk: Switch to use platdata_auto_alloc_size...
2018-10-29 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-10-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2018-10-25 Tom RiniMerge tag 'u-boot-imx-20181025' of git://git.denx.de...
2018-10-22 Rui Miguel Silvaoptee: adjust dependencies and default values for dram
2018-10-17 Tom RiniMerge tag 'signed-efi-2018.11' of git://github.com...
2018-10-16 Heinrich Schuchardtefi_loader: efi_dp_get_next_instance() superfluous...
2018-10-16 Heinrich Schuchardtefi_selftest: creating new handle in controller test
2018-10-16 Heinrich Schuchardtefi_loader: fix typo in efi_boottime.c
2018-10-16 Tom Riniefi_loader: Fix warning in efi_load_image()
2018-10-16 Heinrich Schuchardtefi_loader: remove lcd.h from efi_net.c
2018-10-16 Heinrich Schuchardtefi_loader: memory leak in efi_set_variable()
2018-10-16 Heinrich Schuchardtefi_loader: superfluous statement in is_dir()
2018-10-16 Heinrich Schuchardtefi_loader: return type efi_console_register()
2018-10-16 Heinrich Schuchardtefi_loader: error handling in read_console()
2018-10-16 Heinrich Schuchardtefi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES...
2018-10-16 Heinrich Schuchardtefi_loader: correct signature of GetPosition, SetPosition
2018-10-16 Heinrich Schuchardtefi_loader: fix relocation on x86_64
2018-10-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2018-10-15 Michal SimekRevert "fdt: fdtdec_setup_memory_banksize() use livetree"
2018-10-12 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-10-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-10-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2018-10-10 Tom RiniMerge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
2018-10-09 Simon Glasstpm: Add a few new commands for v1
2018-10-09 Simon Glasstpm: Tidy up logging in tpm-common.c
2018-10-09 Simon Glassfdt: Remove fdtdec_decode_region() function
2018-10-09 Simon Glassfdt: Allow libfdt in TPL
2018-10-09 Simon Glassserial: Allow serial to be absent in TPL
2018-10-09 Simon Glasstpm: Add support for SPL and TPL
2018-10-03 Tom RiniMerge tag 'rockchip-for-v2018.11' of git://git.denx...
2018-10-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-09-30 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-09-29 Jens Wiklanderfdt: fdtdec_setup_memory_banksize() use livetree
2018-09-29 Tom RiniMerge tag 'mpc85xx-for-v2018.11-rc1' of git://git.denx...
2018-09-29 Tom RiniMerge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git...
2018-09-27 Tom RiniMerge tag 'xilinx-for-v2018.11' of git://git.denx.de...
2018-09-26 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2018-09-23 Heinrich Schuchardtefi_loader: refactor efi_setup_loaded_image()
2018-09-23 Alexander Grafefi_loader: Disable efi selftest on sandbox for now
2018-09-23 Heinrich Schuchardtefi_loader: remove efi_exit_caches()
2018-09-23 Heinrich Schuchardtefi_loader: remove redundant statement
2018-09-23 Heinrich Schuchardtefi_loader: create root node
2018-09-23 Heinrich Schuchardtefi_loader: avoid out of bound access in efi_get_variable()
2018-09-23 Heinrich Schuchardtefi_driver: convert function descriptions to Sphinx...
2018-09-23 Heinrich Schuchardtefi_loader: query serial console size reliably
2018-09-23 Alexander Grafefi_loader: Merge memory map entries
2018-09-23 Heinrich Schuchardtefi_selftest: missing braces in efi_selftest_textinputex.c
2018-09-23 Heinrich Schuchardtefi_loader: check parameter new_handle of efi_file_open()
2018-09-23 Heinrich Schuchardtefi_loader: terminal left upper corner is [1, 1]
2018-09-23 Heinrich Schuchardtefi_loader: more debug info for efi_file_getinfo()
2018-09-23 Simon Glassefi: Correct the operation of efi_file_write()
2018-09-23 Simon Glassefi: sandbox: Enable EFI loader build for sandbox
2018-09-23 Heinrich Schuchardtefi_loader: loosen check of parameters of efi_file_open()
2018-09-23 Heinrich Schuchardtefi_loader: provide description of file_open()
2018-09-23 Heinrich Schuchardtefi_loader: check parameters of efi_file_open()
2018-09-23 Heinrich Schuchardtefi_selftest: test key notification functions
2018-09-23 Heinrich Schuchardtefi_loader: implement key notify functions
2018-09-23 Heinrich Schuchardtefi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_loader: support modifiers for F1 - F4
2018-09-23 Heinrich Schuchardtefi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_selftest: use WaitForKey to test text input
2018-09-23 Heinrich Schuchardtefi_loader: rework event handling for console
2018-09-23 Heinrich Schuchardtefi_selftest: refactor text input test
2018-09-23 Heinrich Schuchardtefi_loader: support Unicode text input
2018-09-23 AKASHI Takahiroefi_loader: implement a file delete
2018-09-23 AKASHI Takahiroefi_loader: file: support creating a directory
2018-09-23 Heinrich Schuchardtefi_loader: typos in efi_console.c
2018-09-23 Heinrich Schuchardtefi_loader: struct efi_simple_text_input_protocol
2018-09-23 Heinrich Schuchardtefi_selftest: EFI_UNICODE_COLLATION_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_loader: EFI_UNICODE_COLLATION_PROTOCOL
2018-09-23 Heinrich Schuchardtlib: charset: upper/lower case conversion
2018-09-23 Alexander Grafefi_loader: Add console handle references to in/out/err
2018-09-23 Heinrich Schuchardtefi_loader: use correct documentation style
2018-09-23 Heinrich Schuchardtefi_loader: description efi_update_capsule()
2018-09-23 Heinrich Schuchardtefi_loader: fix typos in efi_runtime.c
2018-09-23 Heinrich Schuchardtefi_loader: fix typos in efi_boottime.c
2018-09-23 Stephen WarrenRevert "Revert "efi_loader: efi_allocate_pages is too...
2018-09-23 Heinrich Schuchardtlib: charset: remove obsolete functions
2018-09-23 Heinrich Schuchardtefi_loader: don't use unlimited stack as buffer
2018-09-23 Heinrich Schuchardtefi_loader: remove limit on variable length
2018-09-23 Heinrich Schuchardtlib: vsprintf: correct printing of Unicode strings
2018-09-23 Heinrich Schuchardttest: unit tests for Unicode functions
2018-09-23 Heinrich Schuchardtlib: charset: utility functions for Unicode
next