summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass1-1/+1
2021-01-05spl: Drop bd_info in the data sectionSimon Glass1-1/+9
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass1-5/+5
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass1-9/+12
2021-01-05image: cleanup pre-processor usageSebastian Reichel1-0/+4
2021-01-05video: Introduce video_sync operationMichal Simek1-2/+10
2021-01-05video: Let video_sync to return error valueMichal Simek1-1/+3
2021-01-05video: Fix video sync kernel-doc formatMichal Simek1-4/+4
2021-01-04microblaze: Add nor device to distro bootT Karthik Reddy1-1/+16
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2-0/+24
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu1-0/+2
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu1-0/+4
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu1-0/+62
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-1/+2
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt1-2/+2
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt1-0/+12
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt1-1/+0
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt1-1/+1
2020-12-29efi_loader: use after free in efi_exit()Heinrich Schuchardt1-2/+2
2020-12-29efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-26board: ge: bx50v3: remove confidx magic numbersSebastian Reichel1-2/+2
2020-12-26compiler.h: add host_build()Sebastian Reichel1-0/+9
2020-12-26imx: imx8mm: Update clock bindings headerAdam Ford1-1/+27
2020-12-23dm: core: Inline a few ofnode functions in SPLSimon Glass1-11/+45
2020-12-23spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait1-4/+14
2020-12-22fsp: Move and rename fsp_types.h fileSughosh Ganu1-0/+62
2020-12-21board: kontron: sl28: reorder mmc devicesMichael Walle1-1/+1
2020-12-20Merge tag 'efi-2021-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2020-12-20efi_loader: make variable store size customizableHeinrich Schuchardt1-1/+1
2020-12-19dm: core: Drop seq and req_seqSimon Glass1-8/+1
2020-12-19dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-7/+10
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2-26/+10
2020-12-19dm: Drop uclass_resolve_seq()Simon Glass1-15/+0
2020-12-19dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+1
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass1-1/+1
2020-12-19dm: core: Allow manual sequence numberingSimon Glass1-0/+3
2020-12-19dm: core: Add a new sequence number for devicesSimon Glass1-0/+8
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-2/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass3-2/+7
2020-12-19linker_lists: Fix alignment issueSimon Glass1-1/+2
2020-12-18spi: Fix typo in headerSean Anderson1-1/+1
2020-12-18dh_imx6: Switch to full DM-awareJagan Teki1-6/+0
2020-12-18cm_fx6: Switch to full DM-awareJagan Teki1-7/+0
2020-12-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-4/+7
2020-12-16x86: coral: Update the boot scriptSimon Glass1-4/+7
2020-12-15distro_bootcmd: set devtype for dhcp bootIgor Opaniuk1-0/+1
2020-12-14riscv: qemu: enable distro boot from scsiHeinrich Schuchardt1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass26-51/+50
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass6-21/+21