- aacf264 scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS by Tom Rini · 4 years, 9 months ago
- e0d1a89 kbuild: Re-sync DTC flag logic with v4.17 by Tom Rini · 4 years, 9 months ago
- 67f2ee8 kbuild: fixdep: Resync this with v4.17 by Tom Rini · 4 years, 9 months ago
- 8a266e5 fixdep: fix U-Boot own code to handle only valid symbol characters by Masahiro Yamada · 4 years, 9 months ago
- a4df9d8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 8 months ago
- 6d8eae9 watchdog: Handle timer wrap around by Chris Packham · 4 years, 9 months ago
- ed666fb watchdog: Use dev_read only if OF_PLATDATA is not enabled by Walter Lozano · 4 years, 10 months ago
- 80e8b8a bootcounter: add DM support for memory based bootcounter by Heiko Schocher · 4 years, 9 months ago
- 27d483b i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed by Jun Chen · 4 years, 9 months ago
- be26342 i2c: designware_i2c: remove 'has_high_speed' by Jun Chen · 4 years, 9 months ago
- 565e328 i2c: designware_i2c: check is high speed possible support by Jun Chen · 4 years, 9 months ago
- 70c894f i2c: designware_i2c: Fix IC_CON register setting for high speed mode by Jun Chen · 4 years, 9 months ago
- 0c17bb1 misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data by Masahiro Yamada · 4 years, 9 months ago
- 445b450 remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devices by Suman Anna · 4 years, 8 months ago
- ed6dd4e misc: i2c_eeprom: remove pagewidth field from i2c_eeprom by Masahiro Yamada · 4 years, 9 months ago
- 0438a0a remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0 by Suman Anna · 4 years, 8 months ago
- 4200581 remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPs by Suman Anna · 4 years, 8 months ago
- 8f4109e armv8: K3: j721e: Add DSP internal memory regions in MMU table by Suman Anna · 4 years, 8 months ago
- 1e53d5b remoteproc: k3-dsp: Add a sanity check for DSP boot address alignment by Suman Anna · 4 years, 8 months ago
- 0020003 remoteproc: k3-dsp: Fix unbalanced state machine in k3_dsp_start by Suman Anna · 4 years, 8 months ago
- ba6fb2f dm: i2c-gpio: add support for clock stretching by Heiko Schocher · 4 years, 8 months ago
- 7383edc dm: i2c-gpio: rework gpio get/set functions by Michael Auchter · 4 years, 9 months ago
- 092d9ea doc: i2c: gpio: Document deblock sequence on probe by Marek Vasut · 4 years, 9 months ago
- 4368c6a i2c: gpio: Run deblock sequence on probe by Marek Vasut · 4 years, 9 months ago
- a191728 i2c: Add option to send start condition after deblocking by Marek Vasut · 4 years, 9 months ago
- 7231522 i2c: Export i2c_deblock_gpio_loop() by Marek Vasut · 4 years, 9 months ago
- 1f746a2 i2c: Make deblock delay and SCL clock configurable by Marek Vasut · 4 years, 9 months ago
- 50be9f0 Merge branch '2020-03-13-master-imports' by Tom Rini · 4 years, 8 months ago
- d21ffa2 MAINTAINERS: update entry for ARM STI by Patrice Chotard · 4 years, 8 months ago
- 1837804 fit: check return value of fit_image_get_data_size() by Heinrich Schuchardt · 4 years, 8 months ago
- 92a19be watchdog: Align Kconfig properties by Michal Simek · 4 years, 8 months ago
- 4af2a33 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · 4 years, 8 months ago
- dde1b75 Makefile: doesn't need check stack size when dtb is not built by AKASHI Takahiro · 4 years, 8 months ago
- 1886024 serial: mcfuart: renaming to a more appropriate name by Angelo Durgehello · 4 years, 9 months ago
- ce5e3ea serial: mcfuart: fix uart port index by Angelo Durgehello · 4 years, 9 months ago
- db3b181 Merge tag 'efi-2020-04-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 8 months ago
- 6e3cd0a Merge tag 'u-boot-stm32-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 8 months ago
- e24f0a3 Merge branch '2020-03-12-rsa-improvements' into next by Tom Rini · 4 years, 8 months ago
- 2201fe7 test: enable RSA library test on sandbox by AKASHI Takahiro · 4 years, 9 months ago
- d090b39 test: add rsa_verify() unit test by AKASHI Takahiro · 4 years, 9 months ago
- 0cc7a75 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 9 months ago
- e0d310b lib: rsa: generate additional parameters for public key by AKASHI Takahiro · 4 years, 9 months ago
- a8fc3df include: image.h: add key info to image_sign_info by AKASHI Takahiro · 4 years, 9 months ago
- dd89f5b rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config by AKASHI Takahiro · 4 years, 9 months ago
- b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
- d08b16e image.h: isolate android_image_* functions from tooling by Eugeniu Rosca · 4 years, 8 months ago
- bc40eb2 drivers/rng: add Amlogic hardware RNG driver by Heinrich Schuchardt · 4 years, 9 months ago
- c312c4b drivers/rng: simplify Kconfig by Heinrich Schuchardt · 4 years, 9 months ago
- 2b8568f efi_loader: unnecessary assignment in efi_queue_event by Heinrich Schuchardt · 4 years, 8 months ago
- 30efb5d cmd: efidebug: correct error message by Heinrich Schuchardt · 4 years, 9 months ago
- e8bced6 cmd: efidebug: fix a failure of "boot rm" sub-command by AKASHI Takahiro · 4 years, 9 months ago
- b484296 efi_loader: get_memory_map: return parameters whenever possible by AKASHI Takahiro · 4 years, 8 months ago
- 6e44aeb arm: mach-k3: Add a separate function for printing sysfw version by Lokesh Vutla · 4 years, 8 months ago
- a98fb62 defconfigs: am65x_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · 4 years, 8 months ago
- 36bdcf7 Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 8 months ago
- db41d98 arm: mediatek: remove unused binman config by Sam Shih · 4 years, 8 months ago
- 3e4fcfa power-domain: fix hang in endless loop on i.MX8 by Anatolij Gustschin · 4 years, 9 months ago
- 3a1cb95 Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 8 months ago
- b62cd97 Merge tag 'u-boot-atmel-fixes-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years, 8 months ago
- 7a02e4d stm32mp: update dependency for STM32_ETZPC by Patrick Delaunay · 4 years, 8 months ago
- dd12b2f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 4 years, 8 months ago
- 9f656fb mx6slevk: Convert to DM_ETH by Pedro Jardim · 4 years, 9 months ago
- 905dbe2 mx6sabreauto: Convert to DM_ETH by Pedro Jardim · 4 years, 9 months ago
- 60559d3 mx7dsabresd: Boot in non secure by default by Fabio Estevam · 4 years, 9 months ago
- 1827163 imx: imx8qm: enable relocation of fdt and initrd by Oliver Graute · 4 years, 9 months ago
- a604b67 arm: dts: imx8mq-evk: add phy-reset-gpios for fec1 by Alifer Moraes · 4 years, 9 months ago
- 02ee7a4 mx6sabresd: Convert ethernet to driver model by Alifer Moraes · 4 years, 9 months ago
- df1cf77 board: sama5d3_xplained: Fix uboot size when loaded from NAND by SPL by Fabien Lehoussel · 4 years, 9 months ago
- 21cb874 board: sama5d3_xplained: Fix SPL DTB read from NAND by Fabien Lehoussel · 4 years, 9 months ago
- 1c1f4f0 net: phy: marvell: Unify 88E151x series phy_driver by Clemens Gruber · 4 years, 9 months ago
- 2bcc43b net: tftp: use correct printf codes by Heinrich Schuchardt · 4 years, 9 months ago
- a784495 net: phy: dp83867: Add SGMII mode type switching by Michal Simek · 4 years, 9 months ago
- 9f312b3 dt-bindings: net: dp83867: Remove binding doc from U-Boot tree by Michal Simek · 4 years, 9 months ago
- 9810489 net: phy: add XFI, USXGMII types to is_10g_interface() helper by Alex Marginean · 4 years, 10 months ago
- a44ee24 net: phy: Fix overlong PHY timeout by Andre Przywara · 4 years, 10 months ago
- 21e4ee3 doc: net: Rewrite network driver documentation by Andre Przywara · 5 years ago
- 2d5d526 drivers: net: phy: aquantia: make it less verbose by Alex Marginean · 5 years ago
- 0d8b0c9 drivers: net: phy: aquantia: drop XGMII as a valid system interface proto by Alex Marginean · 5 years ago
- 0536b44 env: Update env_addr for mmc environment driver by Pankit Garg · 5 years ago
- e2ffeaa phy: Include NC-SI in phy setup by Samuel Mendoza-Jonas · 5 years ago
- f641a8a phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
- 2d4cd12 Azure/Travis: Re-sync jobs and clarify exclusions by Tom Rini · 4 years, 8 months ago
- d1d78db imx: imx8qm_rom7720: added missing USDHC Base address defines by Oliver Graute · 5 years ago
- d40aa43 ARM: dts: imx8mm-verdin: drop rgmii_rxc_dly/txc_dly by Max Krummenacher · 4 years, 9 months ago
- 0c45a51 ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node by Igor Opaniuk · 4 years, 9 months ago
- 289dd9f serial_lpuart: make clock failure less verbose by Giulio Benetti · 4 years, 10 months ago
- 291e3ab imx8mm/mn: Add missing root clock entry for ARM core clock by Frieder Schrempf · 4 years, 9 months ago
- 064e49f mx6cuboxi: don't disable fdt relocation by Baruch Siach · 4 years, 9 months ago
- 789ddde imx: Makefile: added missing ahab.o by Oliver Graute · 4 years, 9 months ago
- 827f0a3 mx6sxsabresd: Enable DM_PCI by Fabio Estevam · 4 years, 9 months ago
- 229f078 configs: imxrt1050-evk: enable D/I cache by Giulio Benetti · 4 years, 10 months ago
- 823c4cd imx: mx6ul_14x14_evk: configure for 24bpp display by Anatolij Gustschin · 4 years, 9 months ago
- a29d79d ARM: dts: imx6sx-sdb: Sync with kernel 5.4.16 by Fabio Estevam · 4 years, 9 months ago
- 47c2eae ARM: dts: imx6sx: Sync with kernel 5.4.16 by Fabio Estevam · 4 years, 9 months ago
- 322bc3e imx8qxp_mek: Add myself as maintainer by Fabio Estevam · 4 years, 9 months ago
- 028b195 mx7dsabresd: Add myself as maintainer by Fabio Estevam · 4 years, 9 months ago
- 10a8cc0 imx8qxp_mek: Fix the console command line string by Fabio Estevam · 4 years, 9 months ago
- c82b70b imx: remove woodburn board by Stefano Babic · 4 years, 9 months ago
- 158d93a imx6, aristainetos2c: add da9063 pmic setup by Heiko Schocher · 4 years, 9 months ago
- 59af57f configs: j721e_evm: Add Support for eMMC boot by Faiz Abbas · 4 years, 9 months ago