aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass61-7/+69
2019-12-02common: Move interrupt functions into a new headerSimon Glass42-7/+60
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass14-35/+35
2019-12-02common: Move ARM cache operations out of common.hSimon Glass135-24/+159
2019-12-02common: Drop checkicache() and checkdcache()Simon Glass2-67/+65
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass94-9/+101
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass6-24/+28
2019-12-02common: Move some SMP functions out of common.hSimon Glass12-3/+13
2019-12-02common: Move checkcpu() out of common.hSimon Glass17-1/+44
2019-12-02common: Drop cpu_init()Simon Glass1-2/+0
2019-12-02common: Move some CPU functions out of common.hSimon Glass10-20/+9
2019-12-02common: Move mii_init() function out of common.hSimon Glass10-3/+10
2019-12-02common: Move get_ticks() function out of common.hSimon Glass68-5/+78
2019-12-02common: Move timer_get_us() function out of common.hSimon Glass2-3/+7
2019-12-02arm: pxa: Drop pxa_wait_ticks()Simon Glass1-8/+4
2019-12-02common: Move wait_ticks functions out of common.hSimon Glass3-1/+11
2019-12-02common: Move some time functions out of common.hSimon Glass12-4/+26
2019-12-02common: Add a new lz4.h header fileSimon Glass5-3/+27
2019-12-02common: Move serial functions out of common.hSimon Glass34-9/+40
2019-12-02common: Move serial_printf() to the serial headerSimon Glass8-8/+18
2019-12-02serial: usb: Correct the usbtty_...() prototypesSimon Glass2-8/+11
2019-12-02common: Move env_get_ip() to net.hSimon Glass2-5/+20
2019-12-02Move strtomhz() to vsprintf.hSimon Glass50-26/+76
2019-12-02common: Move sorting functions to their own header fileSimon Glass8-5/+40
2019-12-02common: Move bootcount functions to their header fileSimon Glass3-4/+11
2019-12-02spl: bootcount: Move code out of header fileSimon Glass2-4/+11
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass65-5/+63
2019-12-02crc: Fix code style with crc functionsSimon Glass4-12/+73
2019-12-02common: Drop linux/crc8.hSimon Glass6-28/+22
2019-12-02common: Move random-number functions into their own headerSimon Glass5-6/+43
2019-12-02status_led: Tidy up the code styleSimon Glass3-7/+7
2019-12-02common: Drop global inclusion of status_led.hSimon Glass17-4/+16
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass6-31/+0
2019-12-02common: Move older CPU functions to their own headerSimon Glass10-9/+31
2019-11-28Merge git://git.denx.de/u-boot-socfpgaTom Rini3-1/+24
2019-11-28Merge git://git.denx.de/u-boot-usbTom Rini9-60/+364
2019-11-28Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini13-180/+265
2019-11-28Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians...Tom Rini38-538/+1014
2019-11-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini59-0/+109
2019-11-27mmc: tmio: sdhi: Add calibration tablesMarek Vasut2-17/+89
2019-11-27mmc: tmio: sdhi: Skip bad tapsMarek Vasut2-1/+49
2019-11-27mmc: tmio: sdhi: Add SCC error checkingMarek Vasut1-0/+85
2019-11-27mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut1-5/+3
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut1-4/+4
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut1-3/+3
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut1-3/+6
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2-8/+11
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2-15/+17
2019-11-27mpc83xx: remove unused clock.hYangbo Lu1-22/+0
2019-11-27arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu5-35/+0