platform/kernel/u-boot.git
2020-12-19 Simon Glassdm: core: Add a new sequence number for devices
2020-12-19 Simon Glassdm: core: Update uclass_find_next_free_req_seq() args
2020-12-19 Simon Glassdm: Avoid accessing seq directly
2020-12-19 Simon Glasslinker_lists: Fix alignment issue
2020-12-14 Tom RiniMerge tag 'dm-pull-14dec20' of git://git.denx.de/u...
2020-12-13 Simon Glasscheckpatch: Add warnings for unexpected struct names
2020-12-13 Simon Glassdm: treewide: Rename ..._platdata variables to just...
2020-12-13 Simon Glassdm: treewide: Update 'auto' declarations to be on one...
2020-12-13 Simon Glassdm: treewide: Rename ofdata_to_platdata() to of_to_plat()
2020-12-13 Simon Glassdm: treewide: Rename dev_get_platdata() to dev_get_plat()
2020-12-13 Simon Glassdm: Rename 'platdata_size' to 'plat_size'
2020-12-13 Simon Glassdm: treewide: Rename 'platdata' variables to just ...
2020-12-13 Simon Glassdm: treewide: Rename auto_alloc_size members to be...
2020-12-13 Simon Glassdtoc: Tidy up more Python style in dtb_platdata
2020-12-13 Simon Glassdm: core: Drop unused parameter from dm_extended_scan_fdt()
2020-12-13 Simon Glassdm: core: Drop unused parameter from dm_scan_fdt()
2020-12-13 Simon Glassdm: core: Combine the flattree and livetree binding...
2020-12-13 Simon Glassdm: core: Add an ofnode function to get the devicetree...
2020-12-13 Simon Glassdm: core: Drop device_bind_offset()
2020-12-13 Simon Glassdm: core: Drop dev_set_of_offset()
2020-12-13 Simon Glassdm: Drop uses of dev_set_of_offset()
2020-12-13 Simon Glassdm: Remove uses of device_bind_offset()
2020-12-13 Simon Glassdm: core: Add a livetree function to check node status
2020-12-13 Simon Glassdm: core: Rename device_bind_ofnode() to device_bind()
2020-12-13 Simon Glassdm: core: Rename device_bind() to device_bind_offset()
2020-12-13 Heinrich Schuchardttest: unit test for exception command
2020-12-13 Heinrich Schuchardtefi_selftest: implement exception test for sandbox
2020-12-13 Heinrich Schuchardtcmd: sandbox: implement exception command
2020-12-13 Heinrich Schuchardtsandbox: add handler for exceptions
2020-12-13 Simon Glasssandbox: serial: Update to use membuff
2020-12-13 Simon Glasssandbox: serial: Convert to livetree
2020-12-13 Simon Glassserial: sandbox: Drop unnecessary #ifdefs
2020-12-13 Simon Glassdtoc: Tidy up Python style in dtb_platdata
2020-12-13 Simon Glasspatman: Drop tools.ToChar() and ToChars()
2020-12-13 Simon Glasspatman: Drop tools.ToByte()
2020-12-13 Simon Glasspatman: Drop unicode helper functions
2020-12-13 Simon Glassfdt: Use an Enum for the data type
2020-12-10 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-10 Heinrich Schuchardtefi_loader: link partition to block device
2020-12-10 Heinrich Schuchardtefi_loader: make efi_protocol_open() non-static
2020-12-10 Heinrich Schuchardtefi_selftest: test EFI_LOAD_FILE_PROTOCOL
2020-12-10 Heinrich Schuchardtefi_selftest: clean up Makefile
2020-12-10 Heinrich Schuchardtefi_loader: support EFI_LOAD_FILE_PROTOCOL
2020-12-10 Heinrich Schuchardtefi_loader: carve out efi_load_image_from_file()
2020-12-10 Heinrich Schuchardtefi_loader: pass boot_policy to efi_load_image_from_path
2020-12-10 Heinrich Schuchardtefi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
2020-12-10 Heinrich Schuchardtefi_loader: resequence functions in efi_boottime.c
2020-12-10 Heinrich Schuchardtefi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL
2020-12-10 Heinrich Schuchardtefi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
2020-12-10 Heinrich Schuchardtfs: fat: deletion of long file names
2020-12-10 Heinrich Schuchardtfs: fat: first dentry of long name in FAT iterator
2020-12-10 Heinrich Schuchardtfs: fat: use constant DELETED_FLAG
2020-12-10 Heinrich Schuchardtfs: fat: search file should not allocate cluster
2020-12-10 Heinrich Schuchardtfs: fat: reuse deleted directory entries
2020-12-10 Heinrich Schuchardtfs: fat: fat_find_empty_dentries()
2020-12-10 Heinrich Schuchardtfs: fat: flush new directory cluster
2020-12-10 Heinrich Schuchardtfs: fat: set start cluster for root directory
2020-12-10 Heinrich Schuchardtfs: fat: dentry iterator for fill_dir_slot()
2020-12-10 Heinrich Schuchardtfs: fat: generate unique short names
2020-12-10 Heinrich Schuchardtfs: fat: call set_name() only once
2020-12-10 Heinrich Schuchardtfs: fat: pass shortname to fill_dir_slot
2020-12-10 Heinrich Schuchardtfs: fat: create correct short names
2020-12-10 Heinrich Schuchardtfs: fat: export fat_next_cluster()
2020-12-10 Heinrich Schuchardtfs: fat: correct first cluster for '..'
2020-12-07 Alexandru Gagniucspl: fit: Prefer a malloc()'d buffer for loading images
2020-12-07 Tom RiniMerge branch '2020-12-07-bootm-and-spl-atf-improvements...
2020-12-05 Simon Glassbootm: Support string substitution in bootargs
2020-12-04 Simon Glasscli: Support macro processing with a fixed-size buffer
2020-12-04 Simon Glassx86: zimage: Add silent-console processing
2020-12-04 Simon Glassbootm: Allow updating the bootargs in a buffer
2020-12-04 Simon Glassbootm: Update bootm_process_cmdline_env() to use flags
2020-12-04 Simon Glassbootm: Split out bootargs environment reading / writing
2020-12-04 Simon Glassbootm: Use size rather than length for CONSOLE_ARG
2020-12-04 Simon Glassbootm: Add a bool parameter to bootm_process_cmdline_env()
2020-12-04 Simon Glassbootm: Rename fixup_silent_linux()
2020-12-04 Simon Glassbootm: Update fixup_silent_linux() to return an error
2020-12-04 Simon Glassbootm: Add tests for fixup_silent_linux()
2020-12-04 Simon Glassenv: Allow returning errors from hdelete_r()
2020-12-04 Michael Walleboard: sl28: add OP-TEE Trusted OS support (bl32)
2020-12-04 Michael Walleboard: sl28: add ATF support (bl31)
2020-12-04 Michael Walleboard: sl28: remove u-boot from loadable DT node
2020-12-04 Michael Wallearmv8: layerscape: don't initialize GIC in SPL
2020-12-04 Michael Wallespl: atf: add support for LOAD_IMAGE_V2
2020-12-04 Michael Wallespl: atf: remove helper structure from common header
2020-12-04 Michael Wallespl: atf: provide a bl2_plat_get_bl31_params_default()
2020-12-04 Michael Wallespl: atf: move storage for bl31_params into function
2020-12-04 Michael Walletreewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWAR...
2020-12-03 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-03 AKASHI Takahirosandbox: enable capsule update for testing
2020-12-03 AKASHI Takahirotest/py: efi_capsule: test for raw image capsule
2020-12-03 AKASHI Takahirotest/py: efi_capsule: test for FIT image capsule
2020-12-03 AKASHI Takahirotools: add mkeficapsule command for UEFI capsule update
2020-12-03 AKASHI Takahirocmd: add "efidebug capsule" command
2020-12-03 AKASHI Takahiroefi_loader: add firmware management protocol for raw...
2020-12-03 AKASHI Takahiroefi_loader: add firmware management protocol for FIT...
2020-12-03 AKASHI Takahiroefi_loader: capsule: support firmware update
2020-12-03 AKASHI Takahiroefi_loader: capsule: add memory range capsule definitions
2020-12-03 AKASHI Takahiroefi_loader: capsule: add capsule_on_disk support
2020-12-03 AKASHI Takahiroefi_loader: define UpdateCapsule api
2020-12-03 AKASHI Takahirocommon: update: fix an "unused" warning against update_...
next