- 8d7da69 sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108 by Chen-Yu Tsai · 4 years, 11 months ago
- 2e26aa1 common: Update comment to show progress by Simon Glass · 5 years ago
- aff1a49 common: Collect all the header files together by Simon Glass · 5 years ago
- 6e72322 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 5 years ago
- 2c94096 common: Move ROUND() into kernel.h by Simon Glass · 5 years ago
- cfeb797 common: Move check_member() to kernel.h by Simon Glass · 5 years ago
- 65c4759 common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
- 13d994a common: Move testdram() into init.h by Simon Glass · 5 years ago
- a07a6f2 common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
- a7ec4d6 common: Rename and move source() by Simon Glass · 5 years ago
- 0c715a2 common: Move the image globals into image.h by Simon Glass · 5 years ago
- 38cce70 image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
- 1f911d4 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
- 276698b common: Move reset_misc() function to arch header by Simon Glass · 5 years ago
- bd2ce1b common: Move get_tbclk() to time.h by Simon Glass · 5 years ago
- 0eb84bf common: Move clock functions into a new file by Simon Glass · 5 years ago
- 92052d4 common: Move upmconfig() to ppc.h by Simon Glass · 5 years ago
- d0e1c34 common: Move ll_boot_init() to init.h by Simon Glass · 5 years ago
- db13e74 common: arm: Move s_init() to an ARM-specific header by Simon Glass · 5 years ago
- e253db5 common: Move device-tree setup functions to fdt_support.h by Simon Glass · 5 years ago
- 0467120 common: Move type declarations to linux/types.h by Simon Glass · 5 years ago
- c49a356 common: Drop the symbol_lookup() declaration by Simon Glass · 5 years ago
- 5cfb878 common: Drop CONFIG_HAS_POST by Simon Glass · 5 years ago
- ff75687 common: Drop CONFIG_POST_STD/ALT_LIST by Simon Glass · 5 years ago
- 5520e3f common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h by Simon Glass · 5 years ago
- a3cdcfc common: Move reset_phy() to net.h by Simon Glass · 5 years ago
- 0e4868f common: Drop floppy disk support by Simon Glass · 5 years ago
- 7e6263b common: Move jumptable_init() out of common.h by Simon Glass · 5 years ago
- 3104a08 common: Move relocate_code() to init.h by Simon Glass · 5 years ago
- 844b6b9 common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · 5 years ago
- 1672111 common: Move do_tftpb() to net.h by Simon Glass · 5 years ago
- 6a6b2f2 common: Move embedded fdt location to fdtdec.h by Simon Glass · 5 years ago
- e2e8d92 common: Drop checkflash() and checkdram() by Simon Glass · 5 years ago
- aca84e0 common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
- 8fc96b0 common: Move main_loop() to init.h by Simon Glass · 5 years ago
- 6433214 common: Drop mdm_init() by Simon Glass · 5 years ago
- e43d6dc gitlab/azure: Update to latest container tag by Tom Rini · 4 years, 11 months ago
- 12b43c7 Merge branch '2020-01-17-improve-aes-support' by Tom Rini · 4 years, 11 months ago
- 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 5 years ago
- 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
- a6abf66 aes: add test unit for aes196 and aes256 by Philippe Reynes · 5 years ago
- cb69a81 aes: add test unit for aes128 by Philippe Reynes · 5 years ago
- a40315e aes: add support of aes192 and aes256 by Philippe Reynes · 5 years ago
- 458db3c aes: add a define for the size of a block by Philippe Reynes · 5 years ago
- 7b15721 Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 11 months ago
- a8c45f2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 11 months ago
- 91366e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 11 months ago
- a6d8fc3 Merge branch '2020-01-15-master-imports' by Tom Rini · 4 years, 11 months ago
- 917b083 configs: mediatek: fix mt7623n bpir2 defconfig by developer · 5 years ago
- c69976c arm: dts: mediatek: move u-boot properties to -u-boot.dtsi file by developer · 5 years ago
- 1b7028d Add support for MT7622 reference board by developer · 5 years ago
- 837d334 mmc: add mmc and sd support for MT7622 by developer · 5 years ago
- e7cceca power: domain: add power domain support for MT7622 by developer · 5 years ago
- 65da8e7 clk: mediatek: fix clock-rate overflow problem by developer · 5 years ago
- dea5651 clk: mediatek: add driver for MT7622 by developer · 5 years ago
- 74d6901 pinctrl: mediatek: add support for different pinctrl by developer · 5 years ago
- 2a2b17f pinctrl: mediatek: add driver for MT7622 by developer · 5 years ago
- b73d795 ARM: MediaTek: Add support for MediaTek MT7622 SoC by developer · 5 years ago
- 4660341 phy: phy-mtk-tphy: make ref clock optional by developer · 5 years ago
- 7409978 phy: phy-mtk-tphy: remove the check of -ENOSYS by developer · 5 years ago
- cdb0efd clk: fixed_rate: add dummy enable() function by developer · 5 years ago
- bdc786d clk: add APIs to get (optional) clock by name without a device by developer · 5 years ago
- dc338d3 clk: check valid clock by clk_valid() by developer · 5 years ago
- 5e108fb clk: fix error check for devm_clk_get_optional() by developer · 5 years ago
- ef45feb clk: mediatek: mt7629: add support for ssusbsys by developer · 5 years ago
- b41343a ARM: MediaTek: add basic support for MT8512 boards by developer · 5 years ago
- 068cc65 mmc: mtk-sd: fix hang when data read quickly by developer · 5 years ago
- a2d3a6c mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCs by developer · 5 years ago
- 1a80859 pinctrl: mediatek: add driver for MT8512 by developer · 5 years ago
- 0b5e5f1 clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pll by developer · 5 years ago
- ba560c7 clk: mediatek: add set_clr_upd mux type flow by developer · 5 years ago
- 4a79703 clk: mediatek: add driver support for MT8512 by developer · 5 years ago
- b3c8f17 ARM: MediaTek: Add support for MediaTek MT8512 SoC by developer · 5 years ago
- d8f2330 MAINTAINERS: Fix mail by Sam Protsenko · 4 years, 11 months ago
- d2dc8c5 cmd/blk_common: clarify no partition error message by Alexandre Besnard · 5 years ago
- b8939b2 arm: mvebu: clearfog: update eMMC documentation by Baruch Siach · 4 years, 11 months ago
- 8d078ba arm: mvebu: clearfog: set uboot image SD card offset by Baruch Siach · 4 years, 11 months ago
- fef81be spl: mmc: support uboot image offset on main partition by Baruch Siach · 4 years, 11 months ago
- 64c9aff configs: clearfog: enable SPL_DM_GPIO to fix boot from SD by Baruch Siach · 5 years ago
- 9cbee2c mmc: config help typo fix by Joel Johnson · 4 years, 11 months ago
- 5ea041b mmc: add additional quirk for APP_CMD retry by Joel Johnson · 4 years, 11 months ago
- 1ca7a9f Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage by Yangbo Lu · 5 years ago
- 23b8ccd configs: ls1028a: use default SDHC clock divider value by Yangbo Lu · 4 years, 11 months ago
- 0fa6876 Add global variable sdhc_per_clk for arm/powerpc by Yangbo Lu · 5 years ago
- d9adb4e powerpc/mpc85xx: drop eSDHC periperhal clock code by Yangbo Lu · 5 years ago
- 5ebc07a mmc: fsl_esdhc: drop useless fdt fixup by Yangbo Lu · 5 years ago
- 889ed6c mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock code by Yangbo Lu · 5 years ago
- dca1056 test/py: use valid device tree in test_fit.py by Heinrich Schuchardt · 5 years ago
- 08c854a Add dependencies for MALLOC_F and OF_LIBFDT by Sean Anderson · 5 years ago
- 9efec31 Include missing headers for asm-generic/sections.h by Sean Anderson · 5 years ago
- f4c2787 dma: Add stub of dma_memcpy and dma_get_device by Vignesh Raghavendra · 5 years ago
- 3d2ba9c Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA by Vignesh Raghavendra · 5 years ago
- cc640fd Merge tag 'efi-2020-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 11 months ago
- d739fa9 Merge tag 'u-boot-imx-20200115' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 11 months ago
- c7e559f Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 4 years, 11 months ago
- 8a7514a efi_loader: imply VIDEO_ANSI by Heinrich Schuchardt · 4 years, 11 months ago
- 64dc7af efi_driver: debug output efi_uc_start, efi_uc_stop by Heinrich Schuchardt · 4 years, 11 months ago
- a3a4a9c efi_driver: fix efi_uc_stop() by Heinrich Schuchardt · 5 years ago
- eef88be0 efi_selftest: enable CONFIG_CMD_POWEROFF by Heinrich Schuchardt · 4 years, 11 months ago
- b7bc28d efi_loader: describe returning of control by Heinrich Schuchardt · 4 years, 11 months ago