index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-13
dm: Rename 'platdata_size' to 'plat_size'
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
dtoc: Tidy up more Python style in dtb_platdata
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
dm: core: Combine the flattree and livetree binding code
Simon Glass
2020-12-13
dm: core: Add an ofnode function to get the devicetree root
Simon Glass
2020-12-13
dm: core: Drop device_bind_offset()
Simon Glass
2020-12-13
dm: core: Drop dev_set_of_offset()
Simon Glass
2020-12-13
dm: Drop uses of dev_set_of_offset()
Simon Glass
2020-12-13
dm: Remove uses of device_bind_offset()
Simon Glass
2020-12-13
dm: core: Add a livetree function to check node status
Simon Glass
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
2020-12-13
test: unit test for exception command
Heinrich Schuchardt
2020-12-13
efi_selftest: implement exception test for sandbox
Heinrich Schuchardt
2020-12-13
cmd: sandbox: implement exception command
Heinrich Schuchardt
2020-12-13
sandbox: add handler for exceptions
Heinrich Schuchardt
2020-12-13
sandbox: serial: Update to use membuff
Simon Glass
2020-12-13
sandbox: serial: Convert to livetree
Simon Glass
2020-12-13
serial: sandbox: Drop unnecessary #ifdefs
Simon Glass
2020-12-13
dtoc: Tidy up Python style in dtb_platdata
Simon Glass
2020-12-13
patman: Drop tools.ToChar() and ToChars()
Simon Glass
2020-12-13
patman: Drop tools.ToByte()
Simon Glass
2020-12-13
patman: Drop unicode helper functions
Simon Glass
2020-12-13
fdt: Use an Enum for the data type
Simon Glass
2020-12-10
Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...
Tom Rini
2020-12-10
efi_loader: link partition to block device
Heinrich Schuchardt
2020-12-10
efi_loader: make efi_protocol_open() non-static
Heinrich Schuchardt
2020-12-10
efi_selftest: test EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
2020-12-10
efi_selftest: clean up Makefile
Heinrich Schuchardt
2020-12-10
efi_loader: support EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
2020-12-10
efi_loader: carve out efi_load_image_from_file()
Heinrich Schuchardt
2020-12-10
efi_loader: pass boot_policy to efi_load_image_from_path
Heinrich Schuchardt
2020-12-10
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
Heinrich Schuchardt
2020-12-10
efi_loader: resequence functions in efi_boottime.c
Heinrich Schuchardt
2020-12-10
efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL
Heinrich Schuchardt
2020-12-10
efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
Heinrich Schuchardt
2020-12-10
fs: fat: deletion of long file names
Heinrich Schuchardt
2020-12-10
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
2020-12-10
fs: fat: use constant DELETED_FLAG
Heinrich Schuchardt
2020-12-10
fs: fat: search file should not allocate cluster
Heinrich Schuchardt
2020-12-10
fs: fat: reuse deleted directory entries
Heinrich Schuchardt
2020-12-10
fs: fat: fat_find_empty_dentries()
Heinrich Schuchardt
2020-12-10
fs: fat: flush new directory cluster
Heinrich Schuchardt
2020-12-10
fs: fat: set start cluster for root directory
Heinrich Schuchardt
2020-12-10
fs: fat: dentry iterator for fill_dir_slot()
Heinrich Schuchardt
2020-12-10
fs: fat: generate unique short names
Heinrich Schuchardt
2020-12-10
fs: fat: call set_name() only once
Heinrich Schuchardt
[next]