summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-11doc: update UEFI document for usage of mkeficapsuleAKASHI Takahiro1-75/+76
2022-02-11tools: mkeficapsule: add man pageAKASHI Takahiro2-0/+100
2022-02-11tools: mkeficapsule: add firmware image signingAKASHI Takahiro4-35/+465
2022-02-11tools: build mkeficapsule with tools-only_defconfigAKASHI Takahiro3-2/+10
2022-02-11CI: enforce packages upgrade for Msys2 on WindowsAKASHI Takahiro1-0/+1
2022-02-11Merge branch '2022-02-11-assorted-updates-and-fixes'Tom Rini30-212/+528
2022-02-11test: test field truncation in snprint()Heinrich Schuchardt1-0/+12
2022-02-11phy: nop-phy: Enable reset-gpios supportAdam Ford1-3/+42
2022-02-11fw_env: simplify logic & code paths in the fw_env_open()Rafał Miłecki1-46/+31
2022-02-11fw_env: make flash_io() take buffer as an argumentRafał Miłecki1-16/+16
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass3-3/+11
2022-02-11cmd/dfu: Enable 'dfu list' command without DFU_OVER_USBMasami Hiramatsu1-5/+3
2022-02-11doc: usage: DFU: Fix dfu_alt_info documentMasami Hiramatsu1-17/+40
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu8-109/+154
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu6-14/+37
2022-02-11DFU: Do not copy the entity name over the buffer sizeMasami Hiramatsu1-1/+1
2022-02-11mkimage: Improve documentation of algo-name parameterJan Kiszka2-2/+4
2022-02-11Replace echo -n's used in environment processing with touchqthedev1-2/+2
2022-02-11cmd: wrong printf() code in do_test_stackprot_fail()Heinrich Schuchardt1-1/+2
2022-02-11test/py: Add test case for mkimage -o argumentJan Kiszka4-17/+102
2022-02-11malloc_simple: Remove usage of unsupported %zx format stringPali Rohár1-1/+1
2022-02-11common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdpar...Matthias Schiffer1-2/+7
2022-02-11button: adc: set state to pressed when the voltage is closest to nominalPeter Cai1-5/+16
2022-02-11cmd: pxe_utils: sysboot: add kaslr-seed generation supportZhang Ning3-0/+79
2022-02-11Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini4-12/+50
2022-02-11usb: gadget: ci: Avoid null pointer dereferenceMarek Vasut1-1/+4
2022-02-11console: usb: kbd: Limit poll frequency to improve performanceThomas Watson1-5/+26
2022-02-11usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mnAdam Ford2-6/+20
2022-02-11Merge branch '2022-02-10-platform-updates'Tom Rini172-249/+1592
2022-02-11arm:dts:k3-am64-sk: EMIF tool update to 0.8.0 with 1333MTs for lpddr4Sinthu Raja1-14/+14
2022-02-11apple: Fix debug uart clock rateMark Kettenis1-1/+1
2022-02-11common: drop CONFIG_SYS_RESET_ADDROvidiu Panait3-19/+0
2022-02-11powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESSOvidiu Panait2-10/+2
2022-02-11input: apple: Add support for Apple SPI keyboardMark Kettenis5-1/+282
2022-02-11spi: apple: Add driver for Apple SPI controllerMark Kettenis4-0/+295
2022-02-11configs: apple: Add NVMe boot targetMark Kettenis1-0/+7
2022-02-11nvme: apple: Add driver for Apple NVMe storage controllerMark Kettenis4-0/+253
2022-02-11power: domain: apple: Add reset supportMark Kettenis2-1/+73
2022-02-11nvme: Add shutdown functionMark Kettenis2-0/+19
2022-02-11nvme: Introduce driver opsMark Kettenis2-27/+73
2022-02-11arm: apple: Add RTKit supportMark Kettenis3-0/+243
2022-02-11arm: apple: Change SoC name from "m1" into "apple"Mark Kettenis2-1/+1
2022-02-11mailbox: apple: Add driver for Apple IOP mailboxMark Kettenis5-0/+124
2022-02-11nvme: Split out PCI supportMark Kettenis147-177/+207
2022-02-10Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini6-16/+232
2022-02-10Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini102-1158/+1290
2022-02-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini19-332/+120
2022-02-10arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver ModelTony Dinh4-77/+22
2022-02-10tools: kwboot: Allow to use -b without image path as the last getopt() optionPali Rohár1-1/+1
2022-02-10arm: kirkwood: Dockstar : Add DM EthernetTony Dinh4-84/+30