summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-02common: Drop cpu_init()Simon Glass
2019-12-02common: Move some CPU functions out of common.hSimon Glass
2019-12-02common: Move mii_init() function out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Move timer_get_us() function out of common.hSimon Glass
2019-12-02arm: pxa: Drop pxa_wait_ticks()Simon Glass
2019-12-02common: Move wait_ticks functions out of common.hSimon Glass
2019-12-02common: Move some time functions out of common.hSimon Glass
2019-12-02common: Add a new lz4.h header fileSimon Glass
2019-12-02common: Move serial functions out of common.hSimon Glass
2019-12-02common: Move serial_printf() to the serial headerSimon Glass
2019-12-02serial: usb: Correct the usbtty_...() prototypesSimon Glass
2019-12-02common: Move env_get_ip() to net.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02common: Move bootcount functions to their header fileSimon Glass
2019-12-02spl: bootcount: Move code out of header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-12-02crc: Fix code style with crc functionsSimon Glass
2019-12-02common: Drop linux/crc8.hSimon Glass
2019-12-02common: Move random-number functions into their own headerSimon Glass
2019-12-02status_led: Tidy up the code styleSimon Glass
2019-12-02common: Drop global inclusion of status_led.hSimon Glass
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass
2019-12-02common: Move older CPU functions to their own headerSimon Glass
2019-12-02dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng
2019-12-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2019-12-02Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2019-11-29MIPS: remove Micronas VCT boardsDaniel Schwierzeck
2019-11-29configs: ls1028a: enable CMD_DMAlex Marginean
2019-11-29board: fsl: lx2160a: Fix the typo in board_fix_fdtPankaj Bansal
2019-11-29configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfigPriyanka Jain
2019-11-28Merge git://git.denx.de/u-boot-socfpgaTom Rini
2019-11-28Merge git://git.denx.de/u-boot-usbTom Rini
2019-11-28Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2019-11-28Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-11-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2019-11-27mmc: tmio: sdhi: Add calibration tablesMarek Vasut
2019-11-27mmc: tmio: sdhi: Skip bad tapsMarek Vasut
2019-11-27mmc: tmio: sdhi: Add SCC error checkingMarek Vasut
2019-11-27mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut
2019-11-27mpc83xx: remove unused clock.hYangbo Lu
2019-11-27arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu
2019-11-27arm: ls1021a: drop redundant board_mmc_init()Yangbo Lu
2019-11-27mmc: fsl_esdhc: get clock directly from global dataYangbo Lu