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
path:
root
/
arch
/
arm
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "sunxi: psci: avoid error address-of-packed-member"
Tomasz Duszynski
2020-03-18
1
-11
/
+5
*
dm: arm64: ls1012a: add i2c DM support
Biwen Li
2020-02-04
1
-2
/
+2
*
armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled
Biwen Li
2020-02-04
1
-0
/
+2
*
arch: armv8: fsl-layerscape: export serdes config to environment
Alex Marginean
2020-01-24
3
-0
/
+74
*
armv8: ls1028a_serdes: Add few missing serdes protocols
Alex Marginean
2020-01-24
1
-0
/
+4
*
armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port
Pramod Kumar
2020-01-24
1
-2
/
+21
*
ARM: LS1021A: remove redundant "depends on ARCH_LS1021A"
Masahiro Yamada
2020-01-24
1
-3
/
+0
*
armv8: ls1012a: Make USB masters snoopable
Ran Wang
2020-01-24
1
-0
/
+5
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
4
-0
/
+4
*
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
3
-0
/
+3
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
12
-2
/
+14
*
common: Move get_tbclk() to time.h
Simon Glass
2020-01-17
3
-3
/
+3
*
common: Move clock functions into a new file
Simon Glass
2020-01-17
12
-0
/
+12
*
Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage
Yangbo Lu
2020-01-16
2
-31
/
+20
*
armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibility
Giulio Benetti
2020-01-14
1
-0
/
+6
*
arm: cpu: armv8: add support for arm psci reset2.
Rajesh Ravi
2020-01-10
1
-0
/
+16
*
Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-01-07
2
-8
/
+8
|
\
|
*
ARM: mxs: spl_boot.c: make early_delay more robust
Rasmus Villemoes
2020-01-07
1
-5
/
+2
|
*
arm: mxs: be more careful when enabling gpmi_clk
Rasmus Villemoes
2020-01-07
1
-1
/
+4
|
*
arm: mxs: fix comments in arch_cpu_init to match the code
Rasmus Villemoes
2020-01-07
1
-2
/
+2
*
|
Merge branch 'next'
Tom Rini
2020-01-06
7
-24
/
+185
|
\
\
|
|
/
|
/
|
|
*
pci: layerscape: move PCIE related CONFIG to PCI Kconfig
Pankaj Bansal
2020-01-02
2
-22
/
+0
|
*
fsl-lsch3: soc: Enable AHB read support for Flexspi controller
Kuldeep Singh
2019-12-26
2
-0
/
+53
|
*
ls1028a: Configure stream IDs for integrated PCI and fix up Linux DT
Alex Marginean
2019-12-26
3
-0
/
+111
|
*
armv8: Add workaround for USB erratum A-050106
Ran Wang
2019-12-26
2
-1
/
+20
|
*
armv8: layerscape: fix SPL multi DTB loading
Michael Walle
2019-12-26
1
-1
/
+1
*
|
sunxi: psci: avoid error address-of-packed-member
Heinrich Schuchardt
2019-12-18
1
-5
/
+11
|
/
*
Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"
Thomas Hebb
2019-12-05
2
-5
/
+5
*
armv7m: cache: add invalidate_icache_all() stub
Giulio Benetti
2019-12-03
1
-0
/
+5
*
cosmetic: Fix spelling and whitespace errors
Thomas Hebb
2019-12-03
1
-1
/
+1
*
common: Move some board functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
9
-0
/
+9
*
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
2019-12-02
5
-5
/
+5
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
5
-0
/
+5
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
21
-0
/
+21
*
common: Move some SMP functions out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
common: Move some CPU functions out of common.h
Simon Glass
2019-12-02
4
-0
/
+4
*
common: Move mii_init() function out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
15
-0
/
+15
*
arm: pxa: Drop pxa_wait_ticks()
Simon Glass
2019-12-02
1
-8
/
+4
*
common: Move some time functions out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
common: Move serial functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
Move strtomhz() to vsprintf.h
Simon Glass
2019-12-02
4
-0
/
+4
*
common: Move older CPU functions to their own header
Simon Glass
2019-12-02
1
-0
/
+1
*
arm: drop eSDHC clock getting in mxc_get_clock() for layerscape
Yangbo Lu
2019-11-27
3
-32
/
+0
*
env: Finish migration of common ENV options
Tom Rini
2019-11-20
1
-1
/
+1
*
arm: arm11: allow unaligned memory access
Heinrich Schuchardt
2019-11-19
2
-0
/
+29
*
freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name
Udit Agarwal
2019-11-08
3
-5
/
+5
*
fsl-layerscape: fix warning if no hwconfig is defined
Pankaj Bansal
2019-11-08
1
-1
/
+3
*
armv8: fsl-layerscape: introduce fsl_board_late_init()
Michael Walle
2019-11-08
1
-1
/
+6
[prev]
[next]