]> git.sur5r.net Git - u-boot/history - lib
Merge branch 'next' of git://git.denx.de/u-boot-video
[u-boot] / lib /
2018-03-06 Tom RiniMerge git://git.denx.de/u-boot-sh
2018-03-05 Masahiro Yamadalibfdt: move headers to <linux/libfdt.h> and <linux...
2018-03-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2018-03-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2018-02-28 Tom RiniMerge git://git.denx.de/u-boot-net
2018-02-27 Michal SimekKconfig: cmd: Make networking command dependent on NET
2018-02-14 Faiz Abbaslib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig
2018-02-12 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-02-10 Tom RiniMerge tag 'signed-efi-v2018.03' of git://github.com...
2018-02-09 Heinrich Schuchardtefi_loader: correct efi_disk_register
2018-02-09 Heinrich Schuchardtefi_loader: add missing runtime services stubs
2018-02-09 Heinrich Schuchardtefi_driver: return type of efi_driver_init()
2018-02-09 Heinrich Schuchardtefi_loader: do not use 2.0.5 as UEFI revision number
2018-02-09 Heinrich Schuchardtefi_loader: create stub for CreateEventEx
2018-02-09 Heinrich Schuchardtefi_selftest: use correct compiler flags for miniapps
2018-02-09 Heinrich Schuchardtefi_loader: fix building crt0 on arm
2018-02-09 Adam FordMove most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
2018-02-09 Adam FordConvert LIB_UUID to Kconfig
2018-02-08 Adam FordConvert CONFIG LIB_HW_RAND to Kconfig
2018-01-31 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-01-31 Tom RiniMerge tag 'xilinx-for-v2018.03' of git://git.denx.de...
2018-01-29 Андрей Мозжухинaes: Allow non-zero initialization vector
2018-01-28 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2018-01-28 Heinrich Schuchardtefi_loader: consistently use %pD to print device paths
2018-01-28 Heinrich Schuchardtefi_loader: do not install NULL as device path
2018-01-28 Heinrich Schuchardtvsprintf.c: correct printing of a NULL device path
2018-01-28 Alexander Grafefi_loader: Call Exit() on return from payload in Start...
2018-01-28 Heinrich Schuchardtefi_loader: fix comments in indent_string()
2018-01-28 Alexander Grafefi_loader: Always use EFIAPI instead of asmlinkage
2018-01-28 Alexander Grafefi: Conflict efi_loader with different stub bitness
2018-01-28 Tom RiniMerge git://git.denx.de/u-boot-rockchip
2018-01-28 Masahiro Yamadalibfdt: migrate libfdt.h to a wrapper + U-Boot own...
2018-01-28 Masahiro Yamadalibfdt: migrate fdt_rw.c to a wrapper of scripts/dtc...
2018-01-27 Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2018-01-27 Tom RiniMerge git://git.denx.de/u-boot-usb
2018-01-27 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-01-26 Maxime Ripardnet: regex: Disable by default on sunXi
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-spi
2018-01-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-coldfire
2018-01-24 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-01-24 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-01-23 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2018-01-22 Heinrich Schuchardtefi_selftest: reduce noise in test output for device...
2018-01-22 Heinrich Schuchardtefi_loader: allow creation of more device part nodes
2018-01-22 Heinrich Schuchardtefi_selftest: provide a test for block io
2018-01-22 Heinrich Schuchardtefi_driver: EFI block driver
2018-01-22 Heinrich Schuchardtefi_selftest: add missing LF in test output
2018-01-22 Heinrich Schuchardtefi_selftest: test start image
2018-01-22 Heinrich Schuchardtefi_loader: fix ExitBootServices
2018-01-22 Heinrich Schuchardtefi_loader: add check_tpl parameter to efi_signal_event
2018-01-22 Heinrich Schuchardtefi_loader: provide function to get last node of a...
2018-01-22 Heinrich Schuchardtefi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
2018-01-22 Heinrich Schuchardtefi_loader: make efi_disk_create_partitions a global...
2018-01-22 Heinrich Schuchardtefi_loader: provide a function to create a partition...
2018-01-22 Heinrich Schuchardtefi_loader: make efi_block_io_guid a global symbol
2018-01-22 Heinrich Schuchardtefi_loader: efi_disk_register: correctly determine...
2018-01-22 Heinrich Schuchardtefi_loader: fix StartImage bootservice
2018-01-22 Heinrich Schuchardtefi_loader: check tables in helloworld.efi
2018-01-22 Heinrich Schuchardtefi_loader: allocate correct memory type for EFI image
2018-01-22 Heinrich Schuchardtefi_loader: print device path when entering efi_load_image
2018-01-22 Heinrich Schuchardtefi_loader: correct find simple file system protocol
2018-01-22 Heinrich Schuchardtefi_loader: address of the simple file system protocol
2018-01-22 Heinrich Schuchardtefi_loader: return NULL from device path functions
2018-01-22 Heinrich Schuchardtefi_loader: consistently use efi_handle_t for handles
2018-01-22 Heinrich Schuchardtefi_selftest: test for (Dis)ConnectController
2018-01-22 Heinrich Schuchardtefi_selftest: remove todo in device path test
2018-01-22 Heinrich Schuchardtefi_selftest: remove todo in manage protocols
2018-01-22 Heinrich Schuchardtefi_loader: disconnect controllers in UninstallProtocol
2018-01-22 Heinrich Schuchardtefi_loader: implement DisconnectController
2018-01-22 Heinrich Schuchardtefi_loader: fix signature of efi_disconnect_controller
2018-01-22 Heinrich Schuchardtefi_loader: implement ConnectController
2018-01-22 Heinrich Schuchardtefi_loader: debug output installed device path
2018-01-22 Heinrich Schuchardtefi_loader: implement OpenProtocolInformation
2018-01-22 Heinrich Schuchardtefi_loader: open_info in CloseProtocol
2018-01-22 Heinrich Schuchardtefi_loader: open_info in OpenProtocol
2018-01-22 Heinrich Schuchardtefi_loader: list of open protocol infos
2018-01-22 Heinrich Schuchardtefi_selftest: do not try to close device path protocol
2018-01-22 Heinrich Schuchardtefi_loader: simplify efi_remove_all_protocols
2018-01-22 Heinrich Schuchardtefi_selftest: colored test output
2018-01-22 Heinrich Schuchardtefi_loader: correctly call images
2018-01-22 Heinrich Schuchardtvsprintf.c: add EFI device path printing
2018-01-22 Heinrich Schuchardtefi_loader: text output for device path end node
2018-01-22 Heinrich Schuchardtefi_selftest: do not cut off u16 strings when printing
2018-01-22 Heinrich Schuchardtefi_selftest: avoid superfluous messages for task prior...
2018-01-22 Heinrich Schuchardtefi_selftest: avoid superfluous messages for event...
2018-01-22 Heinrich Schuchardtefi_loader: use correct format string for unsigned...
2018-01-22 Heinrich Schuchardtefi_loader: add comments to memory functions
2018-01-22 Heinrich Schuchardtefi_loader: use wide string do define firmware vendor
2018-01-22 Heinrich Schuchardtefi_loader: support device path for IDE and SCSI disks
2018-01-22 Heinrich Schuchardtefi_loader: create full device path for block devices
2018-01-22 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-01-21 Mario Sixlib: fdtdec: Fix some style violations
2018-01-21 Mario Sixlib: fdtdec: Fix whitespace style violations
2018-01-17 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-01-16 Tom RiniMerge git://git.denx.de/u-boot-net
2018-01-15 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-01-15 Rob Clarkfdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
2017-12-29 Tom RiniMerge git://git.denx.de/u-boot-imx
2017-12-27 Tom RiniMerge git://git.denx.de/u-boot-dm
next