]> git.ipfire.org Git - people/ms/u-boot.git/shortlog
people/ms/u-boot.git
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  Stefan Roeseefi_loader: Exit in efi_set_bootdev() upon invalid...
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: remove unused typedef for INTN
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 Schuchardttest/py: fix typo in test_efi_loader.py
2017-12-01  Heinrich Schuchardttest/py: test reboot by EFI watchdog
2017-12-01  Heinrich Schuchardtefi_selftest: test reboot by watchdog
2017-12-01  Heinrich Schuchardtefi_loader: use bootargs as load options
2017-12-01  Heinrich Schuchardtefi_selftest: correctly cleanup after selftest
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_selftest: provide a dummy device path
2017-12-01  Heinrich Schuchardtefi_loader: consistently use efi_status_t in bootefi
2017-12-01  Heinrich Schuchardtefi_loader: guard against double inclusion of efi_loader.h
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  Marek VasutARM: rmobile: Rework the ULCB CPLD driver
2017-11-30  Chris Packhamarm: mvebu: correct comments around cas_wl/cas_l
2017-11-30  Baruch Siacharm64: mvebu: armada-7k/8k: drop useless #ifdef
2017-11-30  Sean Nyekjaerarm: mvebu: enable boot from NAND
2017-11-30  Sean Nyekjaerarm: mvebu: fix boot from UART when in fallback mode
2017-11-30  Sean Nyekjaerarm: mvebu: add nand pins
2017-11-30  Sean Nyekjaerfix: nand: pxa3xx: fix defined but not used warnings
2017-11-30  Stefan Roesex86: lib: Implement standalone __udivdi3 etc instead...
2017-11-30  Heinrich Schuchardtdistro bootcmd: define bootloader name for x86
2017-11-30  Anatolij GustschinRevert "x86: bootm: Fix FIT image booting on x86"
2017-11-30  Heinrich Schuchardtx86: don't compare pointers to 0
2017-11-30  Anatolij Gustschinx86: conga-qeval20-qa3-e3845: Adjust VGA rom address
2017-11-30  Anton Gerasimovx86: qemu: Move Cache-As-RAM memory from area mapped...
2017-11-30  Neil Armstrongfat: Use cache aligned buffers for fat_opendir
2017-11-30  Ben Whittenboard: laird: add WB50N CPU module
2017-11-30  Ben Whittenboard: laird: add WB45N CPU module
2017-11-30  Philipp Tomsichenv: suppress a spurious warning with GCC 7.1
2017-11-30  Goldschmidt... spl: make CONFIG_OF_EMBED pass dts through fdtgrep
2017-11-30  Adam FordARM: dts: Rename logicpd-toredp-37xx-devkit in U-Boot
2017-11-30  Heinrich Schuchardtfs: avoid possible NULL dereference in fs_devread
2017-11-30  Heinrich Schuchardtcmd: blk: remove unreachable code
2017-11-30  Heinrich Schuchardtcommon: command: tempory buffer should have size of...
2017-11-30  Patrick Delaunaydisk: efi: correct the allocation size for mbr header...
2017-11-30  Ludovic Desrochesboard: atmel: add sama5d2_ptc_ek board
2017-11-30  Ludovic DesrochesARM: at91: add sama5d2 smc header
2017-11-30  Ludovic Desrochesmmc: atmel_sdhci: not on capabilities to set gck rate
2017-11-30  Wenyou Yangclk: at91: clk-generated: fix incorrect index of clk...
2017-11-30  Ludovic Desrochesclk: at91: clk-generated: select absolute closest rate
2017-11-30  Wenyou Yangclk: at91: Kconfig: fix the dependency of AT91_UTMI
2017-11-30  Patrice Chotardmach-stm32: Factorize MPU's region config for STM32...
2017-11-30  Patrice Chotardstm32: migrate clock structs in include/stm32_rcc.h
2017-11-30  Patrice Chotardclk: clk_stm32fx: add clock configuration for mmc usage
2017-11-30  Patrice Chotarddm: misc: bind STM32F4/F7 clock from rcc MFD driver
2017-11-30  Patrice Chotardconfigs: stm32f746-disco: enable MISC/DM_RESET/STM32_RE...
2017-11-30  Patrice Chotardclk: stm32fx: migrate define from rcc.h to driver
2017-11-30  Patrice Chotardclk: stm32f7: rename clk_stm32f7.c to clk_stm32f.c
2017-11-30  Patrice Chotardclk: stm32f7: add STM32F4 support
next