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
*
treewide: mem: Enable MEMTEST via defconfig
Michal Simek
2020-05-08
11
-3
/
+9
*
treewide: mem: Remove alternate memtest setup from Mox and x530
Michal Simek
2020-05-08
2
-4
/
+0
*
cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping
Michal Simek
2020-05-08
32
-44
/
+2
*
configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigs
Patrick Delaunay
2020-05-08
9
-8
/
+12
*
configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs
Patrick Delaunay
2020-05-08
11
-5
/
+11
*
configs: Resync with savedefconfig
Tom Rini
2020-05-08
105
-292
/
+242
*
Merge branch '2020-05-07-atheros-phy-improvements'
Tom Rini
2020-05-07
3
-53
/
+345
|
\
|
*
phy: atheros: consolidate {ar8031|ar8035}_config()
Michael Walle
2020-05-07
1
-27
/
+3
|
*
phy: atheros: ar8035: remove static clock config
Michael Walle
2020-05-07
1
-13
/
+0
|
*
phy: atheros: add device tree bindings and config
Michael Walle
2020-05-07
3
-2
/
+270
|
*
phy: atheros: move delay config to common function
Michael Walle
2020-05-07
1
-16
/
+22
|
*
phy: atheros: introduce debug read and write functions
Michael Walle
2020-05-07
1
-16
/
+41
|
*
phy: atheros: use defines for PHY IDs
Michael Walle
2020-05-07
1
-3
/
+7
|
*
phy: atheros: fix AR8021 PHY ID mask
Michael Walle
2020-05-07
1
-1
/
+1
|
*
phy: atheros: Clarify the intention of ar8021_config
Vladimir Oltean
2020-05-07
1
-4
/
+4
|
*
phy: atheros: Explicitly disable RGMII delays
Vladimir Oltean
2020-05-07
1
-0
/
+8
|
*
phy: atheros: Clarify the configuration of the CLK_25M output pin
Vladimir Oltean
2020-05-07
1
-5
/
+14
|
*
phy: atheros: Use common functions for RGMII internal delays
Vladimir Oltean
2020-05-07
1
-28
/
+41
|
*
phy: atheros: Make RGMII Tx delays actually configurable for AR8035
Vladimir Oltean
2020-05-07
1
-4
/
+0
|
/
*
Merge branch '2020-05-06-master-imports'
Tom Rini
2020-05-07
17
-91
/
+200
|
\
|
*
menu: add support for client defined statusline function
Thirupathaiah Annapureddy
2020-05-07
4
-37
/
+41
|
*
rsa: fix alignment issue when getting public exponent
Heiko Stuebner
2020-05-07
1
-2
/
+2
|
*
cmd: cache: Fix non-cached memory cachability
Patrice Chotard
2020-05-07
2
-3
/
+15
|
*
arm: vexpress64: Remove unneeded CONFIG_ check
Andre Przywara
2020-05-07
1
-6
/
+0
|
*
arm: juno: enable USB
Andre Przywara
2020-05-07
3
-0
/
+14
|
*
arm: juno: Use PSCI based reset
Andre Przywara
2020-05-07
2
-3
/
+3
|
*
arm: juno: Enable OF_CONTROL
Andre Przywara
2020-05-07
4
-3
/
+70
|
*
arm: juno: Fix UART clock rate
Andre Przywara
2020-05-07
1
-1
/
+1
|
*
uart: pl011: Add proper DM clock support
Andre Przywara
2020-05-07
1
-16
/
+33
|
*
arm: juno: Fix Juno address variables
Andre Przywara
2020-05-07
1
-15
/
+13
|
*
include/eeprom.h: fix build errors
Rasmus Villemoes
2020-05-07
1
-3
/
+3
|
*
Revert "mkimage: fit: Do not tail-pad fitImage with external data"
Tom Rini
2020-05-07
1
-1
/
+2
|
*
cache: l2x0: Fix missing write to Auxiliary Control Register
Ley Foon Tan
2020-05-06
1
-0
/
+2
|
*
scripts/get_default_envs.sh: preserve order of multiple entries for same vari...
Rasmus Villemoes
2020-05-06
1
-1
/
+1
|
/
*
Merge git://git.denx.de/u-boot-usb
Tom Rini
2020-05-05
25
-188
/
+1135
|
\
|
*
MAINTAINERS: MediaTek: add USB related files
Chunfeng Yun
2020-05-02
1
-0
/
+3
|
*
dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controller
Chunfeng Yun
2020-05-02
1
-0
/
+40
|
*
dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks
Chunfeng Yun
2020-05-02
1
-10
/
+68
|
*
arm: dts: mt7629: add usb related nodes
Chunfeng Yun
2020-05-02
2
-0
/
+49
|
*
xhci: mediatek: Add support for MTK xHCI host controller
Chunfeng Yun
2020-05-02
5
-0
/
+323
|
*
phy: phy-mtk-tphy: add a new reference clock
Chunfeng Yun
2020-05-02
1
-3
/
+18
|
*
phy: phy-mtk-tphy: add support new version
Chunfeng Yun
2020-05-02
1
-5
/
+63
|
*
phy: phy-mtk-tphy: add support USB phys
Chunfeng Yun
2020-05-02
1
-9
/
+218
|
*
usb: dwc2_udc_otg: use the phy bulk API to get phys
Chunfeng Yun
2020-05-02
1
-76
/
+17
|
*
usb: dwc3: use the phy bulk API to get phys
Chunfeng Yun
2020-05-02
4
-85
/
+27
|
*
test: dm: phy: add a test item for the phy_bulk API
Chunfeng Yun
2020-05-02
2
-0
/
+44
|
*
phy: Add API for a bulk of phys
Chunfeng Yun
2020-05-02
2
-0
/
+189
|
*
test: dm: add test item for ofnode_get_child_count()
Chunfeng Yun
2020-05-02
2
-0
/
+39
|
*
dm: core: Add function to get child count of ofnode or device
Chunfeng Yun
2020-05-02
4
-0
/
+37
*
|
Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-05-05
16
-286
/
+174
|
\
\
[next]