index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
spl: ymodem: Fix loading of fit image
Lokesh Vutla
2019-12-03
1
-2
/
+6
|
*
|
mmc: davinci: fix mmc boot in SPL
Bartosz Golaszewski
2019-12-03
1
-0
/
+17
|
*
|
board: omapl138_lcdk: add the mmc device to SPL
Bartosz Golaszewski
2019-12-03
2
-0
/
+10
|
*
|
mmc: davinci: drop struct davinci_mmc_plat
Bartosz Golaszewski
2019-12-03
1
-10
/
+4
|
*
|
mmc: davinci: drop support for ti,dm6441-mmc
Bartosz Golaszewski
2019-12-03
3
-44
/
+5
|
*
|
ARM: omapl138_lcdk: Allow early init to start instruction cache
Adam Ford
2019-12-03
1
-1
/
+1
|
*
|
ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE
Adam Ford
2019-12-03
1
-0
/
+2
|
*
|
ARM: omapl138_lcdk: Increase malloc pool before relocation
Adam Ford
2019-12-03
1
-0
/
+1
|
*
|
ARM: omapl138_lcdk: Separate BSS in SPL
Adam Ford
2019-12-03
1
-0
/
+1
|
*
|
cmd: pxe: Fix bootm argument count
Abhishek Shah
2019-12-03
1
-0
/
+1
|
*
|
armv7m: cache: add invalidate_icache_all() stub
Giulio Benetti
2019-12-03
1
-0
/
+5
|
*
|
MAINTAINERS: Add info for bcm283x
Matthias Brugger
2019-12-03
1
-0
/
+3
|
*
|
blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more
Tom Rini
2019-12-03
3
-4
/
+2
|
*
|
mtd: mtdcore: Drop unused mtd_table
Tom Rini
2019-12-03
1
-2
/
+0
|
*
|
pci: Only link pci_rom.o in some cases
Tom Rini
2019-12-03
1
-2
/
+2
|
*
|
Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig
Tom Rini
2019-12-03
9
-12
/
+26
|
*
|
Convert CONFIG_PHY_CORTINA to Kconfig
Tom Rini
2019-12-03
20
-3
/
+17
|
*
|
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
Lihua Zhao
2019-12-03
3
-2
/
+53
|
*
|
tbs2910: Disable VxWorks image booting support
Tom Rini
2019-12-03
1
-0
/
+1
|
*
|
cosmetic: Fix spelling and whitespace errors
Thomas Hebb
2019-12-03
14
-26
/
+28
|
*
|
Makefile: add Rockchip idbloader.img to CLEAN_FILES
Thomas Hebb
2019-12-03
1
-1
/
+2
|
*
|
Makefile: consolidate hardcoded lists of files to clean
Thomas Hebb
2019-12-03
1
-3
/
+2
|
*
|
Makefile: don't try to construct CLEAN_FILES based on config
Thomas Hebb
2019-12-03
1
-3
/
+3
|
*
|
Kconfig: make TPL_DM_SERIAL depend on TPL_DM
Thomas Hebb
2019-12-03
1
-1
/
+1
|
*
|
Kconfig: disambiguate config names for tiny printf
Thomas Hebb
2019-12-03
1
-2
/
+2
|
/
/
*
|
Prepare v2020.01-rc4
Tom Rini
2019-12-02
1
-1
/
+1
*
|
Merge branch '2019-12-02-master-imports'
Tom Rini
2019-12-02
836
-465
/
+1598
|
\
\
|
*
|
common: Move old EEPROM functions into a new header
Simon Glass
2019-12-02
19
-15
/
+41
|
*
|
common: Drop get_endaddr()
Simon Glass
2019-12-02
1
-1
/
+0
|
*
|
common: Move trap_init() out of common.h
Simon Glass
2019-12-02
4
-1
/
+4
|
*
|
common: Move pci_init_board() out of common.h
Simon Glass
2019-12-02
49
-2
/
+50
|
*
|
common: Move some board functions out of common.h
Simon Glass
2019-12-02
188
-8
/
+195
|
*
|
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
2019-12-02
28
-13
/
+44
|
*
|
common: Drop board_show_dram()
Simon Glass
2019-12-02
2
-16
/
+2
|
*
|
common: Move command functions out of common.h
Simon Glass
2019-12-02
23
-16
/
+38
|
*
|
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
61
-7
/
+69
|
*
|
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
42
-7
/
+60
|
*
|
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
2019-12-02
14
-35
/
+35
|
*
|
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
135
-24
/
+159
|
*
|
common: Drop checkicache() and checkdcache()
Simon Glass
2019-12-02
2
-67
/
+65
|
*
|
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
94
-9
/
+101
|
*
|
arm: powerpc: Tidy up code style for cache functions
Simon Glass
2019-12-02
6
-24
/
+28
|
*
|
common: Move some SMP functions out of common.h
Simon Glass
2019-12-02
12
-3
/
+13
|
*
|
common: Move checkcpu() out of common.h
Simon Glass
2019-12-02
17
-1
/
+44
|
*
|
common: Drop cpu_init()
Simon Glass
2019-12-02
1
-2
/
+0
|
*
|
common: Move some CPU functions out of common.h
Simon Glass
2019-12-02
10
-20
/
+9
|
*
|
common: Move mii_init() function out of common.h
Simon Glass
2019-12-02
10
-3
/
+10
|
*
|
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
68
-5
/
+78
|
*
|
common: Move timer_get_us() function out of common.h
Simon Glass
2019-12-02
2
-3
/
+7
|
*
|
arm: pxa: Drop pxa_wait_ticks()
Simon Glass
2019-12-02
1
-8
/
+4
[prev]
[next]