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
...
|
*
drivers: mcfmii: add dm support
Angelo Durgehello
2020-01-10
1
-23
/
+25
|
*
drivers: fsl_mcdmafec: conversion to dm
Angelo Durgehello
2020-01-10
2
-337
/
+389
|
*
drivers: mcffec: conversion to dm
Angelo Durgehello
2020-01-10
2
-294
/
+315
|
*
drivers: net: add mcf fec dm Kconfig support
Angelo Durgehello
2020-01-10
1
-0
/
+16
|
*
m68k: add dm fec support
Angelo Durgehello
2020-01-10
10
-44
/
+151
|
*
configs: purge unneeded fec defines
Angelo Durgehello
2020-01-10
16
-104
/
+17
|
*
configs: add eth dm support for all ColdFire boards
Angelo Durgehello
2020-01-10
41
-0
/
+97
|
*
m68k: add fec fdt overrides to all boards
Angelo Durgehello
2020-01-10
42
-0
/
+290
|
*
m68k: add fec base node to devicetrees
Angelo Durgehello
2020-01-10
12
-1
/
+186
|
/
*
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx
Tom Rini
2020-01-09
12
-15
/
+16
|
\
|
*
mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid
Rasmus Villemoes
2020-01-08
1
-1
/
+4
|
*
mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309
Rasmus Villemoes
2020-01-08
1
-1
/
+2
|
*
mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309
Rasmus Villemoes
2020-01-08
2
-2
/
+2
|
*
powerpc: mpc83xx: convert CONFIG_FSL_ELBC to Kconfig
Rasmus Villemoes
2020-01-08
8
-11
/
+7
|
*
mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111
Rasmus Villemoes
2020-01-08
1
-0
/
+1
*
|
Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-01-09
27
-297
/
+767
|
\
\
|
*
|
log: Include missing header for log.h
Sean Anderson
2020-01-07
1
-0
/
+1
|
*
|
dm: Add a debug message when devices are skipped pre-reloc
Sean Anderson
2020-01-07
1
-1
/
+3
|
*
|
Include missing headers for fdt_support.h
Sean Anderson
2020-01-07
1
-0
/
+1
|
*
|
binman: fix default filename of u-boot-with-ucode-ptr in documentation
Masahiro Yamada
2020-01-07
2
-2
/
+2
|
*
|
dm: devres: Add a new OFDATA phase
Simon Glass
2020-01-07
4
-9
/
+37
|
*
|
dm: devres: Use an enum for the allocation phase
Simon Glass
2020-01-07
1
-6
/
+16
|
*
|
dm: devres: Add tests
Simon Glass
2020-01-07
4
-0
/
+212
|
*
|
dm: test: Add a test driver for devres
Simon Glass
2020-01-07
4
-0
/
+61
|
*
|
dm: devres: Convert to use logging
Simon Glass
2020-01-07
2
-2
/
+5
|
*
|
test: Add functions to find the amount of allocated memory
Simon Glass
2020-01-07
2
-0
/
+30
|
*
|
dm: devres: Create a new devres header file
Simon Glass
2020-01-07
2
-254
/
+270
|
*
|
dm: core: Add a new flag to track platform data
Simon Glass
2020-01-07
3
-1
/
+7
|
*
|
dm: core: Export a new function to read platdata
Simon Glass
2020-01-07
2
-2
/
+43
|
*
|
dm: core: Add a comment for DM_FLAG_OF_PLATDATA
Simon Glass
2020-01-07
1
-0
/
+1
|
*
|
dm: core: Allocate parent data separate from probing parent
Simon Glass
2020-01-07
1
-8
/
+11
|
*
|
dm: core: Move ofdata_to_platdata() call earlier
Simon Glass
2020-01-07
1
-7
/
+7
|
*
|
dm: core: Don't clear active flag twice when probe() fails
Simon Glass
2020-01-07
1
-3
/
+1
|
*
|
aspeed: ast2500: Read clock ofdata in the correct method
Simon Glass
2020-01-07
1
-2
/
+2
|
*
|
pci: Print a warning if the bus is accessed before probing
Simon Glass
2020-01-07
1
-0
/
+13
|
*
|
x86: apl: Avoid accessing the PCI bus before it is probed
Simon Glass
2020-01-07
2
-11
/
+29
|
*
|
usb: Drop use of BUG_ON() and WARN_ON()
Simon Glass
2020-01-07
4
-1
/
+13
|
*
|
dm: core: Use assert_noisy() in devres
Simon Glass
2020-01-07
1
-3
/
+3
|
*
|
common: Add a noisy assert()
Simon Glass
2020-01-07
1
-0
/
+14
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2020-01-09
7
-10
/
+71
|
\
\
|
*
|
x86: edison: Enable DFU timeout
Andy Shevchenko
2020-01-07
1
-0
/
+1
|
*
|
dfu: Add optional timeout parameter
Andy Shevchenko
2020-01-07
6
-4
/
+62
|
*
|
dfu: Refactor do_dfu() to handle optional argument
Andy Shevchenko
2020-01-07
1
-7
/
+10
|
*
|
dfu: Drop unused prototype of dfu_trigger_reset()
Andy Shevchenko
2020-01-07
1
-1
/
+0
*
|
|
Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-01-08
57
-83
/
+1719
|
\
\
\
|
*
|
|
efi_selftest: unit test for EFI_RNG_PROTOCOL
Heinrich Schuchardt
2020-01-07
2
-0
/
+118
|
*
|
|
efi_rng_protocol: Install the efi_rng_protocol on the root node
Sughosh Ganu
2020-01-07
3
-0
/
+10
|
*
|
|
efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
Sughosh Ganu
2020-01-07
5
-0
/
+195
|
*
|
|
cmd: add rng command
Heinrich Schuchardt
2020-01-07
3
-0
/
+64
|
*
|
|
virtio: rng: Add a random number generator(rng) driver
Sughosh Ganu
2020-01-07
5
-1
/
+99
[prev]
[next]