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
*
log: Add an implementation of logging
Simon Glass
2017-12-07
6
-0
/
+555
*
Drop the log buffer
Simon Glass
2017-12-07
12
-436
/
+5
*
usb: Correct use of debug()
Simon Glass
2017-12-07
1
-3
/
+1
*
mtdparts: Correct use of debug()
Simon Glass
2017-12-07
1
-3
/
+0
*
Move debug and logging support to a separate header
Simon Glass
2017-12-07
2
-45
/
+60
*
Revert "sandbox: Drop special case console code for sandbox"
Simon Glass
2017-12-07
1
-0
/
+7
*
sandbox: Adjust pre-console address to avoid conflict
Simon Glass
2017-12-07
1
-1
/
+1
*
Revert "sandbox: remove os_putc() and os_puts()"
Simon Glass
2017-12-07
2
-0
/
+31
*
Merge git://git.denx.de/u-boot-i2c
Tom Rini
2017-12-07
4
-34
/
+42
|
\
|
*
cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C
Nobuhiro Iwamatsu
2017-12-07
1
-2
/
+12
|
*
i2c: at91_i2c: remove the .probe_chip function
Alan Ott
2017-12-07
1
-22
/
+0
|
*
i2c: at91_i2c: Wait for TXRDY after sending the first byte
Alan Ott
2017-12-07
1
-0
/
+2
|
*
i2c: meson: add some comments
Beniamino Galvani
2017-12-07
1
-6
/
+19
|
*
i2c: meson: fix return codes on error
Beniamino Galvani
2017-12-07
1
-2
/
+2
|
*
i2c: meson: reduce timeout
Beniamino Galvani
2017-12-07
1
-1
/
+1
|
*
i2c: meson: improve Kconfig description
Beniamino Galvani
2017-12-07
1
-1
/
+6
|
/
*
tools: omapimage: fix corner-case in byteswap path
Philipp Tomsich
2017-12-05
1
-1
/
+5
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2017-12-05
33
-659
/
+2391
|
\
|
*
efi_stub: Use efi_uintn_t
Alexander Graf
2017-12-05
1
-1
/
+1
|
*
efi_loader helloworld.efi: Fix building with -Os
Alexander Graf
2017-12-01
1
-2
/
+2
|
*
efi_loader: Fix partition offsets
Alexander Graf
2017-12-01
1
-47
/
+13
|
*
efi_loader: add missing breaks
Rob Clark
2017-12-01
1
-0
/
+2
|
*
efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
Heinrich Schuchardt
2017-12-01
1
-0
/
+24
|
*
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
2017-12-01
5
-16
/
+38
|
*
efi_loader: pass handle of loaded image
Heinrich Schuchardt
2017-12-01
2
-4
/
+5
|
*
test/py: check return code of helloworld
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
|
*
efi_loader: output load options in helloworld
Heinrich Schuchardt
2017-12-01
1
-2
/
+35
|
*
efi_selftest: add missing line feed
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
|
*
efi_selftest: compile without special compiler flags
Heinrich Schuchardt
2017-12-01
1
-25
/
+0
|
*
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
5
-58
/
+58
|
*
efi_loader: simplify find_obj
Heinrich Schuchardt
2017-12-01
1
-24
/
+19
|
*
efi_loader: simplify efi_open_protocol
Heinrich Schuchardt
2017-12-01
1
-30
/
+6
|
*
efi_loader: efi_gop: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
1
-5
/
+10
|
*
efi_loader: efi_net: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
1
-14
/
+20
|
*
efi_loader: efi_disk: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
1
-16
/
+23
|
*
efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
Heinrich Schuchardt
2017-12-01
2
-0
/
+393
|
*
efi_loader: reimplement LocateDevicePath
Heinrich Schuchardt
2017-12-01
1
-30
/
+76
|
*
efi_loader: fix efi_convert_device_node_to_text
Heinrich Schuchardt
2017-12-01
1
-66
/
+88
|
*
efi_loader: efi_dp_str should print path not node
Heinrich Schuchardt
2017-12-01
1
-7
/
+6
|
*
efi_loader: size of media device path node represenation
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
|
*
efi_loader: Exit in efi_set_bootdev() upon invalid "desc"
Stefan Roese
2017-12-01
1
-0
/
+2
|
*
efi_loader: helloworld.c: remove superfluous include
Heinrich Schuchardt
2017-12-01
1
-1
/
+0
|
*
efi_loader: initialise partition_signature memory
Jonathan Gray
2017-12-01
1
-2
/
+19
|
*
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
2017-12-01
2
-23
/
+37
|
*
efi_loader: refactor efi_setup_loaded_image
Heinrich Schuchardt
2017-12-01
1
-14
/
+25
|
*
efi_loader: simplify efi_locate_protocol
Heinrich Schuchardt
2017-12-01
1
-12
/
+6
|
*
efi_loader: simplify efi_uninstall_protocol_interface
Heinrich Schuchardt
2017-12-01
1
-27
/
+11
|
*
efi_loader: simplify efi_search
Heinrich Schuchardt
2017-12-01
1
-9
/
+6
|
*
efi_loader: simplify efi_install_protocol_interface
Heinrich Schuchardt
2017-12-01
1
-36
/
+2
|
*
efi_loader: helper functions for protocol management
Heinrich Schuchardt
2017-12-01
2
-0
/
+131
[next]