]> git.ipfire.org Git - people/ms/u-boot.git/history - lib
gpio/hsdk: Depend on DM_GPIO instead of simple DM
[people/ms/u-boot.git] / lib /
2017-12-08  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2017-12-07  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-12-05  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-12-05  Alexander Grafefi_stub: Use efi_uintn_t
2017-12-04  Tom RiniMerge git://git.denx.de/u-boot-uniphier
2017-12-04  Tom RiniMerge git://git.denx.de/u-boot-cfi-flash
2017-12-04  Masahiro Yamadalibfdt: migrate fdt_wip.c to a wrapper of scripts/dtc...
2017-12-04  Masahiro Yamadalibfdt: move fdt_find_regions() to fdt_region.c from...
2017-12-01  Alexander Grafefi_loader helloworld.efi: Fix building with -Os
2017-12-01  Alexander Grafefi_loader: Fix partition offsets
2017-12-01  Rob Clarkefi_loader: add missing breaks
2017-12-01  Heinrich Schuchardtefi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
2017-12-01  Heinrich Schuchardtefi_loader: helper function to add EFI object to list
2017-12-01  Heinrich Schuchardtefi_loader: pass handle of loaded image
2017-12-01  Heinrich Schuchardtefi_loader: output load options in helloworld
2017-12-01  Heinrich Schuchardtefi_selftest: add missing line feed
2017-12-01  Heinrich Schuchardtefi_selftest: compile without special compiler flags
2017-12-01  Heinrich Schuchardtefi_loader: manage protocols in a linked list
2017-12-01  Heinrich Schuchardtefi_loader: simplify find_obj
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_open_protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_gop: use efi_add_protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_net: use efi_add_protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_disk: use efi_add_protocol
2017-12-01  Heinrich Schuchardtefi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
2017-12-01  Heinrich Schuchardtefi_loader: reimplement LocateDevicePath
2017-12-01  Heinrich Schuchardtefi_loader: fix efi_convert_device_node_to_text
2017-12-01  Heinrich Schuchardtefi_loader: efi_dp_str should print path not node
2017-12-01  Heinrich Schuchardtefi_loader: size of media device path node represenation
2017-12-01  Heinrich Schuchardtefi_loader: helloworld.c: remove superfluous include
2017-12-01  Jonathan Grayefi_loader: initialise partition_signature memory
2017-12-01  Heinrich Schuchardtefi_loader: efi_console: use helper functions
2017-12-01  Heinrich Schuchardtefi_loader: refactor efi_setup_loaded_image
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_locate_protocol
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_uninstall_protocol_interface
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_search
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_install_protocol_interface
2017-12-01  Heinrich Schuchardtefi_loader: helper functions for protocol management
2017-12-01  Heinrich Schuchardtefi_selftest: test for graphics output protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_gop: use correct types for parameters
2017-12-01  Heinrich Schuchardtefi_loader: argument of efi_search_obj should be const
2017-12-01  Heinrich Schuchardtefi_loader: make efi_create_handle non-static
2017-12-01  Heinrich Schuchardtefi_loader: efi_dp_match should have const arguments
2017-12-01  Heinrich Schuchardtefi_loader: efi_net: check return value of calloc
2017-12-01  Heinrich Schuchardtefi_loader: efi_disk: check return value of calloc
2017-12-01  Heinrich Schuchardtefi_loader: efi_gop: check calloc return value
2017-12-01  Heinrich Schuchardtefi_loader implement UninstallMultipleProtocolInterfaces
2017-12-01  Heinrich Schuchardtefi_loader: debug output efi_install_protocol_interface
2017-12-01  Heinrich Schuchardtefi_loader: fix typo efi_install_multiple_protocol_inte...
2017-12-01  Heinrich Schuchardtefi_loader: rework efi_search_obj
2017-12-01  Heinrich Schuchardtefi_loader: rework efi_locate_handle
2017-12-01  Heinrich Schuchardtefi_loader: consistently use efi_uintn_t in boot services
2017-12-01  Heinrich Schuchardtefi_loader: replace UINTN by efi_uintn_t
2017-12-01  Heinrich Schuchardtefi_loader: eliminate efi_uninstall_protocol_interface_ext
2017-12-01  Heinrich Schuchardtefi_loader: eliminate efi_install_protocol_interface_ext
2017-12-01  Heinrich Schuchardtefi_selftest: test protocol management
2017-12-01  Heinrich Schuchardtefi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values
2017-12-01  Heinrich Schuchardtefi_loader: set parent handle in efi_load_image
2017-12-01  Heinrich Schuchardtefi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_P...
2017-12-01  Heinrich Schuchardtefi_selftest: test reboot by watchdog
2017-12-01  Heinrich Schuchardtefi_selftest: allow to select a single test for execution
2017-12-01  Heinrich Schuchardtefi_selftest: deduplicate code
2017-12-01  Heinrich Schuchardtefi_selftest: efi_st_memcmp should return 0
2017-12-01  Heinrich Schuchardtefi_selftest: reformat code
2017-12-01  Heinrich Schuchardtefi_loader: new function utf8_to_utf16
2017-12-01  Heinrich Schuchardtefi_selftest: provide test for watchdog timer
2017-12-01  Heinrich Schuchardtefi_loader: implement SetWatchdogTimer
2017-12-01  Heinrich Schuchardtefi_loader: move efi_search_obj up in code
2017-11-30  Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2017-11-30  Tom RiniMerge git://git.denx.de/u-boot-marvell
2017-11-30  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-11-30  Goldschmidt Simonspl: make CONFIG_OF_EMBED pass dts through fdtgrep
2017-11-30  Marek Vasutfdtdec: Support parsing multiple /memory nodes
2017-11-29  Tom RiniMerge tag 'xilinx-for-v2018.01' of git://www.denx.de...
2017-11-28  Tom RiniMerge git://git.denx.de/u-boot-mips
2017-11-28  Tom RiniMerge git://git.denx.de/u-boot-uniphier
2017-11-28  Tom RiniMerge git://git.denx.de/u-boot-socfpga
2017-11-28  Tom RiniMerge git://git.denx.de/u-boot-usb
2017-11-27  Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-11-26  Tien Fong Cheefdt: Add compatible strings for Arria 10
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  Nandor Hanrtc: add support for s35392a
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
next