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
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd: Add 'ab_select' command
Ruslan Trofymenko
2019-07-24
3
-0
/
+68
*
cmd: bcb: Apply non-functional refinements
Eugeniu Rosca
2019-07-24
1
-21
/
+22
*
cmd: bcb: Use strcmp() instead of strncmp() for string literals
Eugeniu Rosca
2019-07-24
1
-11
/
+11
*
cmd: bcb: Fix duplicated handling in two case-branches
Eugeniu Rosca
2019-07-24
1
-3
/
+0
*
treewide: Fix stale references of Android docs
Eugeniu Rosca
2019-07-24
1
-1
/
+1
*
cmd: part: Add 'number' sub-command
Ruslan Trofymenko
2019-07-24
1
-1
/
+15
*
Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2019-07-23
2
-11
/
+25
|
\
|
*
efi_loader: function comments cmd/efi_debug.c
Heinrich Schuchardt
2019-07-16
1
-6
/
+10
|
*
efi_loader: fix function comments in cmd/bootefi.c
Heinrich Schuchardt
2019-07-16
1
-3
/
+13
|
*
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
2019-07-16
1
-2
/
+2
*
|
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2019-07-18
1
-0
/
+5
|
\
\
|
*
|
cmd: mdio: prevent data abort when no mdio bus is found
Simon Goldschmidt
2019-07-18
1
-0
/
+5
|
|
/
*
|
cmd: mem: Add a command to fill the memory with random data
Jean-Jacques Hiblot
2019-07-18
2
-0
/
+59
*
|
env: register erase command
Frank Wunderlich
2019-07-18
2
-0
/
+28
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2019-07-15
2
-90
/
+104
|
\
|
*
net: introduce MDIO DM class for MDIO devices
Alex Marginean
2019-07-15
1
-0
/
+5
|
*
cmd: mii: Add the standard 1000BASE-T registers
Trent Piepho
2019-07-15
1
-5
/
+29
|
*
cmd: mii: Refactor some of the MII reg dump code
Trent Piepho
2019-07-15
1
-85
/
+70
*
|
Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2019-07-15
3
-98
/
+0
|
\
\
|
|
/
|
/
|
|
*
cmd: Remove mmc_spi command
Anup Patel
2019-07-15
3
-98
/
+0
*
|
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2019-07-14
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
cmd: pinmux: Fix warnings when compiling with W=1
Patrick Delaunay
2019-07-12
1
-0
/
+1
*
|
cmd: nvedit: Add sub-command 'env info'
Leo Ruan
2019-07-13
2
-0
/
+121
*
|
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2019-07-11
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
trace: do not limit trace buffer to 2GiB
Heinrich Schuchardt
2019-07-10
1
-6
/
+4
*
|
cmd: Add 'bcb' command to read/modify/write BCB fields
Eugeniu Rosca
2019-07-11
3
-0
/
+358
*
|
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
Tom Rini
2019-07-11
7
-15
/
+15
|
/
*
Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2019-06-21
2
-17
/
+24
|
\
|
*
efi_loader: consistent error handling in efidebug.c
Heinrich Schuchardt
2019-06-20
1
-7
/
+16
|
*
efi_loader: consistent types in efidebug.c
Heinrich Schuchardt
2019-06-20
1
-11
/
+14
|
*
fs: do_load: pass device path for efi payload
Mian Yousaf Kaukab
2019-06-20
1
-5
/
+0
*
|
cmd/led.c: fix typos in online help
Anatolij Gustschin
2019-06-21
1
-1
/
+1
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2019-06-17
1
-0
/
+3
|
\
|
*
Kconfig: Add SPI / SPI_FLASH as dependencies
Tom Rini
2019-06-13
1
-0
/
+3
*
|
usb: gadget: error out if g_dnl registration fails
Sjoerd Simons
2019-06-14
1
-3
/
+8
*
|
Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
Tom Rini
2019-06-11
1
-15
/
+21
|
\
\
|
|
/
|
/
|
|
*
env: enable saveenv command when one CONFIG_ENV_IS_IN is activated
Patrick Delaunay
2019-06-06
1
-15
/
+21
*
|
Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efi
Tom Rini
2019-06-05
3
-4
/
+17
|
\
\
|
|
/
|
/
|
|
*
cmd: env: add -nv option for UEFI non-volatile variable
AKASHI Takahiro
2019-06-04
2
-4
/
+14
|
*
cmd: efidebug: make some boot variables non-volatile
AKASHI Takahiro
2019-06-04
1
-0
/
+3
|
*
cmd: env: print a message when setting UEFI variable failed
AKASHI Takahiro
2019-06-04
1
-1
/
+9
*
|
cmd/led: check subcommand "list" instead "l"
Heiko Schocher
2019-06-05
1
-2
/
+2
*
|
Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi
Tom Rini
2019-06-02
1
-1
/
+9
|
\
\
|
*
|
cmd: env: print a message when setting UEFI variable failed
AKASHI Takahiro
2019-05-31
1
-1
/
+9
|
|
/
*
/
cmd: mdio: Fix access to arbitrary PHY addresses
Vladimir Oltean
2019-06-01
1
-2
/
+7
|
/
*
cmd: remove unused `display` command
Heinrich Schuchardt
2019-05-28
3
-62
/
+0
*
cmd: binop: Use hex2bin
Mario Six
2019-05-21
1
-25
/
+3
*
cmd: binop: Use new environment api
Mario Six
2019-05-21
1
-2
/
+2
*
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2019-05-18
1
-1
/
+1
*
efi_loader: comments for efi_install_fdt()
Heinrich Schuchardt
2019-05-12
1
-3
/
+8
[next]