summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-03common: Move some board functions out of common.hSimon Glass188-8/+195
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass28-13/+44
2019-12-03common: Drop board_show_dram()Simon Glass2-16/+2
2019-12-03common: Move command functions out of common.hSimon Glass23-16/+38
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass61-7/+69
2019-12-03common: Move interrupt functions into a new headerSimon Glass42-7/+60
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass14-35/+35
2019-12-03common: Move ARM cache operations out of common.hSimon Glass135-24/+159
2019-12-03common: Drop checkicache() and checkdcache()Simon Glass2-67/+65
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass94-9/+101
2019-12-03arm: powerpc: Tidy up code style for cache functionsSimon Glass6-24/+28
2019-12-03common: Move some SMP functions out of common.hSimon Glass12-3/+13
2019-12-03common: Move checkcpu() out of common.hSimon Glass17-1/+44
2019-12-03common: Drop cpu_init()Simon Glass1-2/+0
2019-12-03common: Move some CPU functions out of common.hSimon Glass10-20/+9
2019-12-03common: Move mii_init() function out of common.hSimon Glass10-3/+10
2019-12-03common: Move get_ticks() function out of common.hSimon Glass68-5/+78
2019-12-03common: Move timer_get_us() function out of common.hSimon Glass2-3/+7
2019-12-03arm: pxa: Drop pxa_wait_ticks()Simon Glass1-8/+4
2019-12-03common: Move wait_ticks functions out of common.hSimon Glass3-1/+11
2019-12-03common: Move some time functions out of common.hSimon Glass12-4/+26
2019-12-03common: Add a new lz4.h header fileSimon Glass5-3/+27
2019-12-03common: Move serial functions out of common.hSimon Glass34-9/+40
2019-12-03common: Move serial_printf() to the serial headerSimon Glass8-8/+18
2019-12-03serial: usb: Correct the usbtty_...() prototypesSimon Glass2-8/+11
2019-12-03common: Move env_get_ip() to net.hSimon Glass2-5/+20
2019-12-03Move strtomhz() to vsprintf.hSimon Glass50-26/+76
2019-12-03common: Move sorting functions to their own header fileSimon Glass8-5/+40
2019-12-03common: Move bootcount functions to their header fileSimon Glass3-4/+11
2019-12-03spl: bootcount: Move code out of header fileSimon Glass2-4/+11
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass65-5/+63
2019-12-03crc: Fix code style with crc functionsSimon Glass4-12/+73
2019-12-03common: Drop linux/crc8.hSimon Glass6-28/+22
2019-12-03common: Move random-number functions into their own headerSimon Glass5-6/+43
2019-12-03status_led: Tidy up the code styleSimon Glass3-7/+7
2019-12-03common: Drop global inclusion of status_led.hSimon Glass17-4/+16
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass6-31/+0
2019-12-03common: 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