summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_PHY_CORTINA to KconfigTom Rini2019-12-0320-3/+17
* bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao2019-12-033-2/+53
* tbs2910: Disable VxWorks image booting supportTom Rini2019-12-031-0/+1
* cosmetic: Fix spelling and whitespace errorsThomas Hebb2019-12-0314-26/+28
* Makefile: add Rockchip idbloader.img to CLEAN_FILESThomas Hebb2019-12-031-1/+2
* Makefile: consolidate hardcoded lists of files to cleanThomas Hebb2019-12-031-3/+2
* Makefile: don't try to construct CLEAN_FILES based on configThomas Hebb2019-12-031-3/+3
* Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb2019-12-031-1/+1
* Kconfig: disambiguate config names for tiny printfThomas Hebb2019-12-031-2/+2
* Prepare v2020.01-rc4v2020.01-rc4Tom Rini2019-12-021-1/+1
* Merge branch '2019-12-02-master-imports'Tom Rini2019-12-02836-465/+1598
|\
| * 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