]> git.sur5r.net Git - u-boot/shortlog
u-boot
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: file_path should be variable length
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-20 Peter Jonesefi: add some more device path structures
2017-09-20 Rob Clarkefi: add some missing __packed
2017-09-20 Peter Jonespart: extract MBR signature from partitions
2017-09-20 Rob Clarkpart: move efi_guid_t
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 Schuchardttest/py: add a test calling the EFI selftest
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: fix typo in include/efi.h
2017-09-18 Heinrich Schuchardtefi_loader: avoid obscure constants in efi_runtime.c
2017-09-18 Andre PrzywaraEFI: find EFI system partition by legacy MBR partition...
2017-09-18 Heinrich Schuchardtefi_loader: usage of always in Makefile
2017-09-18 Heinrich Schuchardtscripts/Makefile.lib: generalize building built in...
2017-09-18 Heinrich Schuchardtefi_loader: rename __efi_hello_world_*
2017-09-18 Heinrich Schuchardtscripts/Makefile.lib: remove overridden target $(obj...
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-18 Heinrich Schuchardtefi_loader: bootefi hello should use loadaddr
2017-09-17 Tom RiniMerge git://git.denx.de/u-boot-x86
2017-09-16 Heinrich Schuchardtx86: ivybridge: remove unused variables
2017-09-16 Simon Glassx86: Enable early timer for chromebook_link
2017-09-16 Simon Glassbootstage: Provide a separate record count setting...
2017-09-16 Simon Glassbootstage: Drop unused options
2017-09-16 Simon Glassdm: x86: Allow TSC timer to be used before DM is ready
2017-09-16 Simon Glassboard_f: Drop the timer after relocation
2017-09-16 Bin Mengx86: Support Intel Cherry Hill board
2017-09-16 Bin Mengx86: braswell: Disable PUNIT power configuration for...
2017-09-16 Bin Mengx86: braswell: Add FSP configuration
2017-09-16 Bin Mengx86: braswell: Add microcode for B0/C0/D0 stepping SoC
2017-09-16 Bin Mengx86: Add Intel Braswell SoC support
2017-09-16 Bin Mengx86: fsp: Update fsp command to show spec 1.1 header
2017-09-16 Bin Mengx86: dm: video: Add a framebuffer driver that utilizes VBT
2017-09-16 Bin Mengx86: dts: Include Intel Video BIOS Table in the ROM...
2017-09-16 Bin Mengtools: binman: Add a new entry type for Intel VBT
2017-09-16 Bin Mengx86: Add Video BIOS Table (VBT) related Kconfig options
2017-09-16 Bin Mengx86: fsp: Add FSP_GRAPHICS_INFO_HOB
2017-09-16 Bin Mengx86: fsp: Update struct common_buf for FSP spec 1.1
2017-09-16 Bin Mengx86: tsc: Add Airmont reference clock values
2017-09-16 Tom RiniMerge git://git.denx.de/u-boot-fdt
2017-09-16 Stephen Warrentest/py: gpt: make use of infra-structure
2017-09-15 Adam FordARM: davinci: Remove CONFIG_SOC_DA830
2017-09-15 Jean-Jacques... arm: dts: Add missing u-boot specific dtsi for dra7-evm
2017-09-15 Harinarayan... arm: mach-omap2: Relax checks on OP-TEE location to...
2017-09-15 Rob Clarkfs/fat: fix fatbuf leak
2017-09-15 Rob Clarkfs/fat: Clean up open-coded sector <-> cluster conversions
2017-09-15 Rob Clarkfs/fat: fix case for FAT shortnames
2017-09-15 Rob Clarkfat/fs: move ls to generic implementation
2017-09-15 Rob Clarkfat/fs: remove a bunch of dead code
2017-09-15 Rob Clarkfs/fat: implement opendir/readdir/closedir
2017-09-15 Rob Clarkfs: add fs_readdir()
2017-09-15 Rob Clarkfat/fs: convert to directory iterators
2017-09-15 Rob Clarkfs/fat: introduce new director iterators
2017-09-15 Rob Clarkfs/fat: split out helper to init fsdata
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 Heinrich Schuchardttest/py: u_boot_console_base.py: fix typo
2017-09-15 Heinrich Schuchardtcheckpatch.pl: Add warning for new __packed additions
2017-09-15 Bin Mengcmd: blk: Use LBAFU in the common block command
2017-09-15 Bin Mengblk: Remove various places that do flush cache after...
2017-09-15 Pantelis Antonioutest: overlay: Add unit test for stacked overlay
2017-09-15 Pantelis Antoniouut: fix fdt_getprop_u32() change
2017-09-15 Pantelis Antoniouconfig: sandbox: Add unit tests
2017-09-15 Pantelis Antonioudtbo: make dtbos special
2017-09-15 Franklin S... doc: overlays: Tweak documentation regarding overlays
2017-09-15 Pantelis Antonioudoc: Document how to apply fdt overlays
2017-09-15 Pantelis Antonioufit: fdt overlays doc
2017-09-15 Pantelis Antonioufit: Introduce methods for applying overlays on fit...
2017-09-15 Pantelis Antonioufit: Do not throw away extra configuration on fit_image...
2017-09-15 Pantelis Antonioufit: Allow multiple images per property
2017-09-15 Pantelis Antonioufdt: Allow stacked overlays phandle references
2017-09-15 Pantelis Antonioufdt: Switch to using the verbose overlay application...
2017-09-15 Pantelis Antonioufdt: Introduce helper method fdt_overlay_apply_verbose()
2017-09-15 Tien Fong Cheelibfdt: Initialize the stack variable
2017-09-15 Simon Glassdtoc: Add a header to the generated files
2017-09-15 Simon Glassdtoc: Rename the auto-generated dt-structs.h file
2017-09-15 Simon Glassdtoc: Support properties containing multiple phandle...
next