summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-29[PROTO] efi: Add UpdateCapsule support after exit boot servicesfwu_updateJose Marinho
2021-01-29[PROTO] efi: Small fix to efi_capsule.cJose Marinho
2021-01-29[PROTO] efi: Add is_trial_state field to the ESRT tableJose Marinho
2021-01-29[PROTO] efi: Create ESRT tableJose Marinho
2021-01-29[PROTO] cmd, efi: Complete trial run efidebug cmdJose Marinho
2021-01-29[PROTO] cmd, efi: PSCI_SYSTEM_RESET dbg cmdJose Marinho
2021-01-29[PROTO] efi: Initialize capsule subsystemJose Marinho
2021-01-29[PROTO] cmd, efi: UpdateCapsule invocation from efidebugJose Marinho
2021-01-29[PROTO] efi: FMP implementation talking to a FWU entity in the Secure WorldJose Marinho
2021-01-29[PROTO] efi: Update capsule backend that sends the FW images to the Secure WorldJose Marinho
2021-01-27[PROTO] tee, efi: Add post EBS working optee minimal driverJose Marinho
2021-01-27[PROTO, HACK] move text, data and rodata to the runtime sectionJose Marinho
2021-01-22xilinx: Fill git repository for Xilinx boardsMichal Simek
2021-01-22video: Call video_sync in video_clear()Michal Simek
2021-01-22video: seps525: Add seps525 SPI driverMichal Simek
2021-01-22video: seps525: Add dt binding descriptionVikhyat Goyal
2021-01-22video: Introduce video_sync operationMichal Simek
2021-01-22video: Let video_sync to return error valueMichal Simek
2021-01-22video: Fix video sync kernel-doc formatMichal Simek
2021-01-22fru: ops: avoid out of bounds accessHeinrich Schuchardt
2021-01-22zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt
2021-01-22arm64: zynqmp: Add Ethernet node for zcu1285 revAHarini Katakam
2021-01-22arm64: zynqmp: Add ethernet node for zcu1275 revBSiva Durga Prasad Paladugu
2021-01-22spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy
2021-01-22microblaze: Add nor device to distro bootT Karthik Reddy
2021-01-22microblaze: Set script_offset_nor env variableT Karthik Reddy
2021-01-22arm64: zynqmp: Sync DT with Linux kernelMichal Simek
2021-01-22serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma
2021-01-22common: usb_storage: Fix code indentationMichal Simek
2021-01-22cmd: load: Fix code indentationMichal Simek
2021-01-22tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dtoc: Tidy up src_scan testsSimon Glass
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dtoc: Output nodes in orderSimon Glass
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass
2021-01-05dtoc: Run tests using test_utilSimon Glass
2021-01-05concurrencytest: Fix Python3 warningSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05Makefile: Invoke dtoc only onceSimon Glass
2021-01-05dtoc: Add an 'all' commandSimon Glass