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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mailbox: Rename free() to rfree()
Simon Glass
2020-02-05
1
-2
/
+2
|
*
cmd: Add command to dump drivers and compatible strings
Sean Anderson
2020-02-05
1
-0
/
+3
|
*
tpm: add a helper to iterate on all tpm devices
Philippe Reynes
2020-02-05
1
-0
/
+3
|
*
test: Add a way to check each line of console output
Simon Glass
2020-02-05
2
-0
/
+69
|
*
console: Add a function to read a line of the output / eof
Simon Glass
2020-02-05
1
-0
/
+19
|
*
bloblist: Tidy up a few comments and code-style nits
Simon Glass
2020-02-05
1
-1
/
+2
|
*
bloblist: Add a new function to add or check size
Simon Glass
2020-02-05
1
-0
/
+13
|
*
dm: core: Add a way to iterate through children, probing each
Simon Glass
2020-02-05
1
-0
/
+39
|
*
dm: core: Add a way to read platdata for all child devices
Simon Glass
2020-02-05
2
-1
/
+44
|
*
dm: core: Add ofnode_get_chosen_prop()
Simon Glass
2020-02-05
1
-0
/
+12
|
*
dm: core: Add ofnode_read_prop()
Simon Glass
2020-02-05
1
-1
/
+12
|
*
dm: core: Rename ofnode_get_chosen_prop()
Simon Glass
2020-02-05
1
-4
/
+5
|
*
dm: core: Update comment for ofnode_get_chosen_node()
Simon Glass
2020-02-05
1
-3
/
+6
|
*
test: Add underscore prefix to macro parameters
Simon Glass
2020-02-05
1
-22
/
+22
|
*
dm: core: Use const device for the dev_read_...() interface
Simon Glass
2020-02-05
1
-97
/
+108
|
*
dm: core: Use const device for the devfdt...() interface
Simon Glass
2020-02-05
1
-13
/
+13
|
*
dm: pci: Update a few more interfaces for const udevice *
Simon Glass
2020-02-05
2
-9
/
+9
|
*
dm: pci: Update the PCI read_config() method to const dev *
Simon Glass
2020-02-05
1
-10
/
+12
|
*
dm: core: Use const where possible in device.h
Simon Glass
2020-02-05
2
-16
/
+18
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-02-10
5
-0
/
+217
|
\
\
|
*
|
tpm: Add more TPM2 definitions
Simon Glass
2020-02-07
1
-0
/
+31
|
*
|
dm: irq: Add support for requesting interrupts
Simon Glass
2020-02-07
1
-0
/
+115
|
*
|
dm: irq: Add support for interrupt controller types
Simon Glass
2020-02-07
1
-0
/
+23
|
*
|
x86: Add a clock driver for Intel devices
Simon Glass
2020-02-07
1
-0
/
+15
|
*
|
dm: core: Add a function to find a device by drvdata
Simon Glass
2020-02-07
2
-0
/
+16
|
*
|
dm: core: Allow iterating devices without uclass_get()
Simon Glass
2020-02-07
1
-0
/
+17
|
|
/
*
|
board: ge: bx50v3, imx53ppd: configure CONFIG_SYS_BOOTMAPSZ
Ian Ray
2020-02-09
2
-2
/
+4
*
|
board: ge: bx50v3, mx53ppd: fix firstboot detection
Robert Beckett
2020-02-09
2
-4
/
+3
*
|
board: ge: mx53ppd: use DM for uart
Ian Ray
2020-02-09
1
-8
/
+1
*
|
board: ge: bx50v3: use DM for uart
Robert Beckett
2020-02-09
1
-8
/
+2
*
|
board: ge: mx53ppd: Use DM for ethernet
Robert Beckett
2020-02-09
1
-8
/
+0
*
|
board: ge: bx50v3: Enable DM PWM for backlight
Robert Beckett
2020-02-09
1
-1
/
+1
*
|
board: ge: mx53ppd: enable DM_VIDEO
Ian Ray
2020-02-09
1
-7
/
+6
*
|
board: ge: mx53ppd: add i2c eeprom bootcount storage
Robert Beckett
2020-02-09
1
-3
/
+1
*
|
board: ge: bx50v3: add i2c eeprom bootcount storage
Robert Beckett
2020-02-09
1
-3
/
+1
*
|
board: ge: bx50v3, imx53ppd: use DM I2C
Robert Beckett
2020-02-09
2
-62
/
+0
*
|
mx6sabre_common: Remove FEC related settings
Fabio Estevam
2020-02-09
3
-8
/
+17
*
|
ARM: imx: novena: Enable DM ethernet
Marek Vasut
2020-02-09
1
-7
/
+2
*
|
warp7: remove unused usb configs
Joris Offouga
2020-02-09
1
-4
/
+0
*
|
mx7ulp_com: Remove unneeded SoC definitions
Fabio Estevam
2020-02-09
1
-4
/
+0
*
|
mx6ul_14x14_evk: Move CONFIG_DM_74X164 to defconfig
Fabio Estevam
2020-02-09
1
-5
/
+0
*
|
board: toradex: Add Verdin iMX8M Mini support
Igor Opaniuk
2020-02-09
1
-0
/
+128
*
|
board: presidio-asic: Add basic G3 engr. development board support
Alex Nemirovsky
2020-02-07
1
-0
/
+75
*
|
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2020-02-06
2
-7
/
+4
|
\
\
|
|
/
|
/
|
|
*
watchdog: designware: Convert to DM and DT probing
Marek Vasut
2020-02-05
1
-3
/
+1
|
*
watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
Marek Vasut
2020-02-03
2
-5
/
+4
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
2020-02-05
14
-81
/
+120
|
\
\
|
*
|
armv8: ls2088a: Updates secure boot headers offset
Priyanka Singh
2020-02-04
2
-32
/
+32
|
*
|
armv8: ls1088a: Updates secure boot headers offset
Priyanka Singh
2020-02-04
2
-33
/
+33
|
*
|
armv8: lx2160a: Updates secure boot headers offset
Priyanka Singh
2020-02-04
1
-11
/
+11
[prev]
[next]