summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common: Update comment to show progressWIP/2020-01-17-reduce-size-of-common-h-even-moreSimon Glass2020-01-171-3/+2
* common: Collect all the header files togetherSimon Glass2020-01-171-24/+0
* common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-177-38/+37
* common: Move ROUND() into kernel.hSimon Glass2020-01-172-2/+2
* common: Move check_member() to kernel.hSimon Glass2020-01-172-11/+11
* common: Move hang() to the same header as panic()Simon Glass2020-01-17128-11/+153
* common: Move testdram() into init.hSimon Glass2020-01-1720-10/+26
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-17103-5/+106
* common: Rename and move source()Simon Glass2020-01-174-7/+15
* common: Move the image globals into image.hSimon Glass2020-01-1720-4/+22
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-1727-69/+74
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-17102-6/+105
* common: Move reset_misc() function to arch headerSimon Glass2020-01-172-1/+2
* common: Move get_tbclk() to time.hSimon Glass2020-01-1727-8/+29
* common: Move clock functions into a new fileSimon Glass2020-01-1771-11/+86
* common: Move upmconfig() to ppc.hSimon Glass2020-01-173-3/+3
* common: Move ll_boot_init() to init.hSimon Glass2020-01-179-7/+14
* common: arm: Move s_init() to an ARM-specific headerSimon Glass2020-01-172-2/+2
* common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-1738-12/+50
* common: Move type declarations to linux/types.hSimon Glass2020-01-172-4/+4
* common: Drop the symbol_lookup() declarationSimon Glass2020-01-171-3/+0
* common: Drop CONFIG_HAS_POSTSimon Glass2020-01-172-5/+3
* common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass2020-01-173-6/+1
* common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.hSimon Glass2020-01-172-4/+4
* common: Move reset_phy() to net.hSimon Glass2020-01-1734-3/+40
* common: Drop floppy disk supportSimon Glass2020-01-1710-1159/+1
* common: Move jumptable_init() out of common.hSimon Glass2020-01-173-3/+4
* common: Move relocate_code() to init.hSimon Glass2020-01-1740-22/+48
* common: Move functions for loading from fat/ext2 to fs.hSimon Glass2020-01-175-7/+25
* common: Move do_tftpb() to net.hSimon Glass2020-01-173-3/+12
* common: Move embedded fdt location to fdtdec.hSimon Glass2020-01-172-3/+3
* common: Drop checkflash() and checkdram()Simon Glass2020-01-171-2/+0
* common: Move flash_perror() to flash.hSimon Glass2020-01-177-6/+14
* common: Move main_loop() to init.hSimon Glass2020-01-174-3/+9
* common: Drop mdm_init()Simon Glass2020-01-171-1/+0
* Merge branch '2020-01-17-improve-aes-support'Tom Rini2020-01-1719-87/+1268
|\
| * u-boot: fit: add support to decrypt fit with aesWIP/2020-01-17-improve-aes-supportPhilippe Reynes2020-01-178-1/+240
| * mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-1710-2/+716
| * aes: add test unit for aes196 and aes256Philippe Reynes2020-01-171-0/+4
| * aes: add test unit for aes128Philippe Reynes2020-01-172-0/+163
| * aes: add support of aes192 and aes256Philippe Reynes2020-01-174-65/+125
| * aes: add a define for the size of a blockPhilippe Reynes2020-01-173-20/+21
|/
* Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/16Jan2020Tom Rini2020-01-1619-166/+66
|\
| * mmc: config help typo fixJoel Johnson2020-01-161-1/+1
| * mmc: add additional quirk for APP_CMD retryJoel Johnson2020-01-162-1/+17
| * Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2020-01-164-50/+42
| * configs: ls1028a: use default SDHC clock divider valueYangbo Lu2020-01-164-4/+0
| * Add global variable sdhc_per_clk for arm/powerpcYangbo Lu2020-01-162-0/+5
| * powerpc/mpc85xx: drop eSDHC periperhal clock codeYangbo Lu2020-01-166-61/+1
| * mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu2020-01-161-9/+0