summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-importsSimon Glass2019-12-0219-15/+41
* common: Drop get_endaddr()Simon Glass2019-12-021-1/+0
* common: Move trap_init() out of common.hSimon Glass2019-12-024-1/+4
* common: Move pci_init_board() out of common.hSimon Glass2019-12-0249-2/+50
* common: Move some board functions out of common.hSimon Glass2019-12-02188-8/+195
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-0228-13/+44
* common: Drop board_show_dram()Simon Glass2019-12-022-16/+2
* common: Move command functions out of common.hSimon Glass2019-12-0223-16/+38
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-0261-7/+69
* common: Move interrupt functions into a new headerSimon Glass2019-12-0242-7/+60
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-0214-35/+35
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02135-24/+159
* common: Drop checkicache() and checkdcache()Simon Glass2019-12-022-67/+65
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-0294-9/+101
* arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-026-24/+28
* common: Move some SMP functions out of common.hSimon Glass2019-12-0212-3/+13
* common: Move checkcpu() out of common.hSimon Glass2019-12-0217-1/+44
* common: Drop cpu_init()Simon Glass2019-12-021-2/+0
* common: Move some CPU functions out of common.hSimon Glass2019-12-0210-20/+9
* common: Move mii_init() function out of common.hSimon Glass2019-12-0210-3/+10
* common: Move get_ticks() function out of common.hSimon Glass2019-12-0268-5/+78
* common: Move timer_get_us() function out of common.hSimon Glass2019-12-022-3/+7
* arm: pxa: Drop pxa_wait_ticks()Simon Glass2019-12-021-8/+4
* common: Move wait_ticks functions out of common.hSimon Glass2019-12-023-1/+11
* common: Move some time functions out of common.hSimon Glass2019-12-0212-4/+26
* common: Add a new lz4.h header fileSimon Glass2019-12-025-3/+27
* common: Move serial functions out of common.hSimon Glass2019-12-0234-9/+40
* common: Move serial_printf() to the serial headerSimon Glass2019-12-028-8/+18
* serial: usb: Correct the usbtty_...() prototypesSimon Glass2019-12-022-8/+11
* common: Move env_get_ip() to net.hSimon Glass2019-12-022-5/+20
* Move strtomhz() to vsprintf.hSimon Glass2019-12-0250-26/+76
* common: Move sorting functions to their own header fileSimon Glass2019-12-028-5/+40
* common: Move bootcount functions to their header fileSimon Glass2019-12-023-4/+11
* spl: bootcount: Move code out of header fileSimon Glass2019-12-022-4/+11
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-0265-5/+63
* crc: Fix code style with crc functionsSimon Glass2019-12-024-12/+73
* common: Drop linux/crc8.hSimon Glass2019-12-026-28/+22
* common: Move random-number functions into their own headerSimon Glass2019-12-025-6/+43
* status_led: Tidy up the code styleSimon Glass2019-12-023-7/+7
* common: Drop global inclusion of status_led.hSimon Glass2019-12-0217-4/+16
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-026-31/+0
* common: Move older CPU functions to their own headerSimon Glass2019-12-0210-9/+31
* Merge git://git.denx.de/u-boot-socfpgaWIP/28Nov2019Tom Rini2019-11-283-1/+24
|\
| * ARM: socfpga: Unreset NAND in SPL on Gen5Marek Vasut2019-11-251-0/+7
| * ARM: socfpga: Introduce u-boot-with-nand-spl.sfp targetMarek Vasut2019-11-251-0/+11
| * ARM: socfpga: Add ArriaV ST/SX IDMarek Vasut2019-11-251-0/+2
| * ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5Marek Vasut2019-11-251-0/+3
| * ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disableMarek Vasut2019-11-251-1/+1
* | Merge git://git.denx.de/u-boot-usbTom Rini2019-11-289-60/+364
|\ \
| * | sandbox: enable USB_KEYBOARD_FN_KEYSHeinrich Schuchardt2019-11-254-0/+4