aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini9-12/+26
2019-12-03Convert CONFIG_PHY_CORTINA to KconfigTom Rini20-3/+17
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao3-2/+53
2019-12-03tbs2910: Disable VxWorks image booting supportTom Rini1-0/+1
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb14-26/+28
2019-12-03Makefile: add Rockchip idbloader.img to CLEAN_FILESThomas Hebb1-1/+2
2019-12-03Makefile: consolidate hardcoded lists of files to cleanThomas Hebb1-3/+2
2019-12-03Makefile: don't try to construct CLEAN_FILES based on configThomas Hebb1-3/+3
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb1-1/+1
2019-12-03Kconfig: disambiguate config names for tiny printfThomas Hebb1-2/+2
2019-12-02Prepare v2020.01-rc4v2020.01-rc4Tom Rini1-1/+1
2019-12-02Merge branch '2019-12-02-master-imports'Tom Rini836-465/+1598
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass19-15/+41
2019-12-02common: Drop get_endaddr()Simon Glass1-1/+0
2019-12-02common: Move trap_init() out of common.hSimon Glass4-1/+4
2019-12-02common: Move pci_init_board() out of common.hSimon Glass49-2/+50
2019-12-02common: Move some board functions out of common.hSimon Glass188-8/+195
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass28-13/+44
2019-12-02common: Drop board_show_dram()Simon Glass2-16/+2
2019-12-02common: Move command functions out of common.hSimon Glass23-16/+38
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