aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-31qemu: common: Add support for dynamic mtdparts for the platformSughosh Ganu4-0/+107
2020-12-31crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu1-11/+26
2020-12-31qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu2-0/+7
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu2-12/+222
2020-12-31efi_loader: event queueingHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas4-7/+15
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas1-5/+0
2020-12-31efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas1-5/+3
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt2-7/+14
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-31efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt3-1/+31
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2-4/+2
2020-12-31efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt2-1/+15
2020-12-23Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into nextWIP/23Dec2020-nextTom Rini162-680/+964
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass3-11/+63
2020-12-22buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait3-10/+26
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2-0/+30
2020-12-22spi: sandbox_spi: Implement speed/mode setupOvidiu Panait1-0/+26
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait3-4/+12
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2-26/+0
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt3-5/+24
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2-0/+19
2020-12-22Common:fdt: Check for error return valueHongwei Zhang1-0/+3
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt2-1/+12
2020-12-22configs: sandbox: activate DEBUG_UARTPatrick Delaunay3-0/+3
2020-12-22patman: Add project-default for 'gcc'Philipp Tomsich1-1/+6
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich4-8/+12
2020-12-18dm: Update documentation for new sequence numbersSimon Glass1-24/+35
2020-12-18dm: core: Drop seq and req_seqSimon Glass4-24/+42
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass4-7/+7
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass4-20/+26
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass12-94/+64
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass3-62/+0
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass3-0/+56
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass4-35/+40
2020-12-18pinctrl: Update for new sequence numbersSimon Glass1-1/+1
2020-12-18gpio: Update for new sequence numbersSimon Glass5-5/+5
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass2-29/+4
2020-12-18x86: Drop unnecessary mp_init logicSimon Glass3-18/+9
2020-12-18usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-18spi: Update for new sequence numbersSimon Glass2-2/+1