summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass
2021-01-05spi: Tidy up get/set of device nodeSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05test: Use a simple variable to record removed deviceSimon Glass
2021-01-05dm: core: Rename the priv/plat membersSimon Glass
2021-01-05dm: core: Add functions to set priv/platSimon Glass
2021-01-05dm: core: Add function to access uclass privSimon Glass
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass
2021-01-05spl: Drop bd_info in the data sectionSimon Glass
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass
2021-01-05image: cleanup pre-processor usageSebastian Reichel
2021-01-05video: Introduce video_sync operationMichal Simek
2021-01-05video: Let video_sync to return error valueMichal Simek
2021-01-05video: Fix video sync kernel-doc formatMichal Simek
2021-01-04microblaze: Add nor device to distro bootT Karthik Reddy
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt
2020-12-29efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-29efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt
2020-12-26board: ge: bx50v3: remove confidx magic numbersSebastian Reichel
2020-12-26compiler.h: add host_build()Sebastian Reichel
2020-12-26imx: imx8mm: Update clock bindings headerAdam Ford
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait
2020-12-22fsp: Move and rename fsp_types.h fileSughosh Ganu
2020-12-20board: kontron: sl28: reorder mmc devicesMichael Walle
2020-12-20Merge tag 'efi-2021-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-12-20efi_loader: make variable store size customizableHeinrich Schuchardt
2020-12-18dm: core: Drop seq and req_seqSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-18dm: core: Allow manual sequence numberingSimon Glass
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-18linker_lists: Fix alignment issueSimon Glass
2020-12-18spi: Fix typo in headerSean Anderson
2020-12-18dh_imx6: Switch to full DM-awareJagan Teki