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
...
|
*
|
test/py: Update docs, add requirements.txt for pip
Tom Rini
2019-10-30
2
-21
/
+48
|
*
|
test/py: Rework test.py to be a different kind of wrapper
Tom Rini
2019-10-30
1
-16
/
+4
|
*
|
test/py: Update test_fs to decode check_output calls
Tom Rini
2019-10-30
1
-12
/
+12
|
*
|
test/py: test_efi_selftest.py: Updates for python 3 support
Tom Rini
2019-10-30
1
-18
/
+18
|
*
|
test/py: test_ut.py: Ensure we use bytes
Tom Rini
2019-10-30
1
-3
/
+3
|
*
|
test/py: Manual python3 fixes
Tom Rini
2019-10-30
5
-12
/
+19
|
*
|
test/py: Automated conversion to Python 3
Tom Rini
2019-10-30
8
-80
/
+71
|
*
|
test/py: Fix pytest4 deprecation warnings
Marek Vasut
2019-10-30
3
-20
/
+14
|
*
|
test/py: Split mark to multiple lines
Tom Rini
2019-10-30
2
-4
/
+9
|
*
|
gitlab-ci: Prepend to PATH rather than replace it
Tom Rini
2019-10-30
1
-1
/
+1
|
*
|
gitlab-ci: Fix indentation in some stanzas
Tom Rini
2019-10-30
1
-20
/
+20
|
/
/
*
|
Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2019-10-30
12
-64
/
+407
|
\
\
|
*
|
test: clk: test clock self assignment
Jean-Jacques Hiblot
2019-10-22
3
-2
/
+26
|
*
|
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
2019-10-22
3
-9
/
+48
|
*
|
test: clk: Update tests to also check the managed API
Jean-Jacques Hiblot
2019-10-22
5
-12
/
+163
|
*
|
drivers: clk: Add a managed API to get clocks from the device-tree
Jean-Jacques Hiblot
2019-10-22
4
-34
/
+95
|
*
|
drivers: clk: Handle gracefully NULL pointers
Jean-Jacques Hiblot
2019-10-22
2
-8
/
+37
|
*
|
clk: Add support for I2C clocks on NXP's imx6q SoC which use CCF
Lukasz Majewski
2019-10-22
2
-0
/
+39
|
*
|
clk: Fix error check in clk_set_default_parents()
Jean-Jacques Hiblot
2019-10-22
1
-1
/
+1
*
|
|
Prepare v2020.01-rc1
Tom Rini
2019-10-30
1
-3
/
+3
*
|
|
Merge tag 'mmc-10-29-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
2019-10-30
2
-42
/
+6
|
\
\
\
|
*
|
|
spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition
Peng Fan
2019-10-29
1
-2
/
+3
|
*
|
|
mmc: fsl_esdhc: drop i.MX DDR support code
Yangbo Lu
2019-10-29
1
-6
/
+2
|
*
|
|
mmc: fsl_esdhc: remove redundant DM_MMC checking
Yangbo Lu
2019-10-29
1
-2
/
+0
|
*
|
|
mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC
Yangbo Lu
2019-10-29
1
-32
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch '2019-10-28-azure-ci-support'
Tom Rini
2019-10-30
20
-79
/
+578
|
\
\
\
|
*
|
|
Bring all testings in gitlab and travis CI to Azure Pipelines
Bin Meng
2019-10-29
1
-0
/
+382
|
*
|
|
.travis.yml: Remove the unneeded '&' for ls20xx buildman
Bin Meng
2019-10-29
1
-1
/
+1
|
*
|
|
arm: mvebu: Avoid generating kwbimage.cfg in the source tree
Bin Meng
2019-10-29
5
-10
/
+21
|
*
|
|
tools: buildman: Remove useless mkdir() in Make() in test.py
Bin Meng
2019-10-29
1
-8
/
+0
|
*
|
|
tools: buildman: Honor output directory when generating boards.cfg
Bin Meng
2019-10-29
1
-5
/
+5
|
*
|
|
Add Microsoft Azure Pipelines configuration
Bin Meng
2019-10-28
1
-0
/
+38
|
*
|
|
tools: Avoid creating symbolic links for tools/version.h
Bin Meng
2019-10-28
3
-4
/
+7
|
*
|
|
Add .gitattributes for line endings
Bin Meng
2019-10-28
1
-0
/
+2
|
*
|
|
doc: Add documentation for how to build U-Boot host tools
Bin Meng
2019-10-28
3
-0
/
+67
|
*
|
|
tools: ifwitool: Define __packed when it is not defined
Bin Meng
2019-10-28
1
-0
/
+2
|
*
|
|
linux/types.h: Surround 'struct ustat' with __linux__
Bin Meng
2019-10-28
1
-0
/
+2
|
*
|
|
tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32
Bin Meng
2019-10-28
1
-1
/
+1
|
*
|
|
tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX
Bin Meng
2019-10-28
1
-43
/
+43
|
*
|
|
tools: image.h: Use portable uint32_t instead of linux-specific __be32
Bin Meng
2019-10-28
1
-7
/
+7
|
|
/
/
*
|
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2019-10-30
56
-94
/
+359
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sunxi: set PIO voltage to hardware-detected value on startup on H6
Icenowy Zheng
2019-10-25
2
-0
/
+12
|
*
|
arm: dts: sync dts for Allwinner H6
Clément Péron
2019-10-25
3
-3
/
+131
|
*
|
sunxi: Fix pll1 clock calculation
Stefan Mavrodiev
2019-10-25
1
-1
/
+1
|
*
|
arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)
Sunil Mohan Adapa
2019-10-25
4
-0
/
+46
|
*
|
sunxi: H6: DRAM: Add support for half DQ
Jernej Skrabec
2019-10-25
2
-25
/
+54
|
*
|
spi-nor-ids: Add support for Adesto AT25SL321
Fabio Estevam
2019-10-25
1
-0
/
+1
|
*
|
mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD
Frieder Schrempf
2019-10-25
26
-37
/
+23
|
*
|
spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry
Vignesh Raghavendra
2019-10-25
1
-5
/
+6
|
*
|
spi-nor: spi-nor-ids: Add entries for mt25q variants
Vignesh Raghavendra
2019-10-25
1
-0
/
+3
[prev]
[next]