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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-01-05
dm: core: Rename the priv/plat members
Simon Glass
2021-01-05
dm: core: Add functions to set priv/plat
Simon Glass
2021-01-05
dm: core: Add function to access uclass priv
Simon Glass
2021-01-05
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
2021-01-05
spl: Drop bd_info in the data section
Simon Glass
2021-01-05
serial: Rename ns16550 functions to lower case
Simon Glass
2021-01-05
serial: Update NS16550_t and struct NS16550
Simon Glass
2020-12-31
efi: capsule: Add support for uefi capsule authentication
Sughosh Ganu
2020-12-31
efi_loader: Re-factor code to build the signature store from efi signature list
Sughosh Ganu
2020-12-31
efi_loader: Make the pkcs7 header parsing function an extern
Sughosh Ganu
2020-12-31
fsp: Move and rename fsp_types.h file
Sughosh Ganu
2020-12-31
efi_loader: Add size checks to efi_create_indexed_name()
Ilias Apalodimas
2020-12-31
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
2020-12-31
efi_loader: describe struct efi_loaded_image_obj
Heinrich Schuchardt
2020-12-31
fs/fat: implement fsuuid command
Heinrich Schuchardt
2020-12-31
fs: fat: eliminate DIRENTSPERBLOCK() macro
Heinrich Schuchardt
2020-12-31
efi_loader: make variable store size customizable
Heinrich Schuchardt
2020-12-22
dm: core: Inline a few ofnode functions in SPL
Simon Glass
2020-12-22
spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
Ovidiu Panait
2020-12-18
dm: core: Drop seq and req_seq
Simon Glass
2020-12-18
dm: core: Update uclass_find_next_free_req_seq() for new scheme
Simon Glass
2020-12-18
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
dm: Drop uclass_resolve_seq()
Simon Glass
2020-12-18
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
Simon Glass
2020-12-18
dm: Switch over to use new sequence number for dev_seq()
Simon Glass
2020-12-18
dm: core: Allow manual sequence numbering
Simon Glass
2020-12-18
dm: core: Add a new sequence number for devices
Simon Glass
2020-12-18
dm: core: Update uclass_find_next_free_req_seq() args
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
linker_lists: Fix alignment issue
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
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
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: 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: 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
sandbox: add handler for exceptions
Heinrich Schuchardt
2020-12-10
efi_loader: make efi_protocol_open() non-static
Heinrich Schuchardt
2020-12-10
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
Heinrich Schuchardt
2020-12-10
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
2020-12-04
bootm: Support string substitution in bootargs
Simon Glass
[next]