summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-22common, autoboot: sync functionality with Kconfig descriptionHeiko Schocher
2020-10-22cosmetic: image: Fix comments and the order of definitionsNaoki Hayama
2020-10-22mkimage: Skip adding non-existent IDs to a listNaoki Hayama
2020-10-22image: Add a function to modify category informationNaoki Hayama
2020-10-22Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMITOvidiu Panait
2020-10-22tpm: cr50: Correct logging statementsSimon Glass
2020-10-22i2c: designware: Use log_debug() for debuggingSimon Glass
2020-10-22board: Show memory for frame buffersSimon Glass
2020-10-22bloblist: Place on a 4KB boundarySimon Glass
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass
2020-10-22log: Add missing category namesSimon Glass
2020-10-22Merge tag 'u-boot-stm32-20201021' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-10-22Merge branch '2021.01-rc' of https://github.com/lftan/u-bootTom Rini
2020-10-21Merge tag 'efi-2021-01-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-10-21Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut
2020-10-21stm32mp: stm32prog: accept device without partitionPatrick Delaunay
2020-10-21configs: stm32mp15: activate CMD_ELFPatrick Delaunay
2020-10-21configs: stm32mp15: activate CMD_EXPORTENVPatrick Delaunay
2020-10-21configs: stm32mp15: activate CMD_IMPORTENVPatrick Delaunay
2020-10-21MAINTAINERS: Add STM32MP1 RNG driver in stm32mp platformPatrick Delaunay
2020-10-21MAINTAINERS: Add stm32 and stm regexp for ARM STM STM32MP platformPatrick Delaunay
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay
2020-10-21ARM: dts: stm32: Do not set eth1addr if KS8851 has EEPROMMarek Vasut
2020-10-21stm32mp: limit size of cacheable DDR in pre-reloc stagePatrick Delaunay
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc
2020-10-21mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc
2020-10-21arm: socfpga: fix Gen5 enable of EMAC via FPGARalph Siemsen
2020-10-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini
2020-10-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2020-10-20pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.9Lad Prabhakar
2020-10-20clk: renesas: Import R8A774C0 clock tables from Linux 5.9Lad Prabhakar
2020-10-20clk: renesas: Add R8A774E1 clock tablesBiju Das
2020-10-20clk: renesas: Add R8A774B1 clock tablesBiju Das
2020-10-20arm: dts: r8a774c0: Import DTS from Linux 5.9Lad Prabhakar
2020-10-20arm: renesas: Add config option for R8A774C0 SoCLad Prabhakar
2020-10-20arm: renesas: Add config option for R8A774E1 SoCBiju Das
2020-10-20arm: renesas: Add config option for R8A774B1 SoCBiju Das
2020-10-20clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clockBiju Das
2020-10-20spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility stringBiju Das
2020-10-20MAINTAINERS: add USB driver to ARM MEDIATEKChunfeng Yun
2020-10-20configs: mt8512: enable fastboot and USB host related configsChunfeng Yun
2020-10-20arm: dts: mt8512: add usb related nodesChunfeng Yun
2020-10-20usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun
2020-10-20usb: add MediaTek USB3 DRD driverChunfeng Yun
2020-10-20usb: common: add define of usb_speed_string()Chunfeng Yun
2020-10-20usb: add USB_SPEED_SUPER_PLUSChunfeng Yun
2020-10-20dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRDChunfeng Yun
2020-10-20dt-binding: usb: add bindings for some common propertiesChunfeng Yun
2020-10-20usb: musb-new: Fix typo in caution messageNaoki Hayama
2020-10-20usb: dwc2: Fix control OUT transfer issueChance.Yang