aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-17common: Move testdram() into init.hSimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Rename and move source()Simon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17common: Move reset_misc() function to arch headerSimon Glass
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-17common: Move upmconfig() to ppc.hSimon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2020-01-17common: arm: Move s_init() to an ARM-specific headerSimon Glass
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass
2020-01-17common: Move type declarations to linux/types.hSimon Glass
2020-01-17common: Drop the symbol_lookup() declarationSimon Glass
2020-01-17common: Drop CONFIG_HAS_POSTSimon Glass
2020-01-17common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass
2020-01-17common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.hSimon Glass
2020-01-17common: Move reset_phy() to net.hSimon Glass
2020-01-17common: Drop floppy disk supportSimon Glass
2020-01-17common: Move jumptable_init() out of common.hSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass
2020-01-17common: Move do_tftpb() to net.hSimon Glass
2020-01-17common: Move embedded fdt location to fdtdec.hSimon Glass
2020-01-17common: Drop checkflash() and checkdram()Simon Glass
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2020-01-17common: Move main_loop() to init.hSimon Glass
2020-01-17common: Drop mdm_init()Simon Glass
2020-01-17Merge branch '2020-01-17-improve-aes-support'Tom Rini
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes
2020-01-17aes: add test unit for aes128Philippe Reynes
2020-01-17aes: add support of aes192 and aes256Philippe Reynes
2020-01-17aes: add a define for the size of a blockPhilippe Reynes
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-16Merge branch '2020-01-15-master-imports'Tom Rini
2020-01-16configs: mediatek: fix mt7623n bpir2 defconfigSam Shih
2020-01-16arm: dts: mediatek: move u-boot properties to -u-boot.dtsi fileSam Shih
2020-01-16Add support for MT7622 reference boardSam Shih
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih
2020-01-16power: domain: add power domain support for MT7622Sam Shih
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih
2020-01-16clk: mediatek: add driver for MT7622Sam Shih
2020-01-16pinctrl: mediatek: add support for different pinctrlSam Shih
2020-01-16pinctrl: mediatek: add driver for MT7622Sam Shih
2020-01-16ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih