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
*
armv8: ls1012ardb: clean up definitions for I2C IO expanders
Yangbo Lu
2017-12-14
1
-8
/
+10
*
arm64: ls1012afrdm: Add distro boot support
Rajesh Bhagat
2017-12-13
1
-9
/
+48
*
arm64: ls1012ardb: Add distro boot support
Rajesh Bhagat
2017-12-13
2
-1
/
+52
*
armv8: ls1088ardb: support force SDHC mode by hwconfig
Yangbo Lu
2017-12-13
1
-0
/
+2
*
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-1
/
+0
*
ata: Migrate CONFIG_LIBATA to Kconfig
Tuomas Tynkkynen
2017-12-12
70
-84
/
+0
*
ata: Migrate CONFIG_SCSI_AHCI to Kconfig
Tuomas Tynkkynen
2017-12-12
32
-39
/
+0
*
ata: Migrate CONFIG_DWC_AHSATA to Kconfig
Tuomas Tynkkynen
2017-12-12
16
-16
/
+0
*
ata: Migrate CONFIG_FSL_SATA to Kconfig
Tuomas Tynkkynen
2017-12-12
18
-19
/
+0
*
ata: Migrate CONFIG_SATA_MV to Kconfig
Tuomas Tynkkynen
2017-12-12
2
-2
/
+0
*
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Tuomas Tynkkynen
2017-12-12
2
-2
/
+0
*
ata: Migrate CONFIG_SATA_SIL to Kconfig
Tuomas Tynkkynen
2017-12-12
3
-3
/
+0
*
ARC: clk: introduce HSDK CGU clock driver
Eugeniy Paltsev
2017-12-11
1
-0
/
+40
*
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2017-12-08
2
-0
/
+2
|
\
|
*
powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization
Ran Wang
2017-12-06
1
-0
/
+1
|
*
powerpc/T104xRDB: Fix endian access issue on EHCI intinalization
Ran Wang
2017-12-06
1
-0
/
+1
*
|
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2017-12-07
16
-886
/
+677
|
\
\
|
*
|
armv8: ls1088a: Add nand support for ls1088ardb
Ashish Kumar
2017-12-06
1
-0
/
+2
|
*
|
SECURE BOOT: Add fall back option
Vinitha Pillai-B57223
2017-12-06
4
-23
/
+61
|
*
|
armv8: LS1088A_QSPI: SECURE_BOOT: Images validation
Udit Agarwal
2017-12-06
3
-16
/
+58
|
*
|
armv8: ls1012a: Modify Kernel and Environment offset
Bhaskar Upadhaya
2017-12-06
2
-3
/
+3
|
*
|
driver: net: fsl-mc: flib changes for MC 10.3.0
Yogesh Gaur
2017-12-06
7
-844
/
+553
|
|
/
*
|
log: Plumb logging into the init sequence
Simon Glass
2017-12-07
1
-0
/
+1
*
|
log: Add a test command
Simon Glass
2017-12-07
1
-0
/
+3
*
|
log: Add an implementation of logging
Simon Glass
2017-12-07
2
-0
/
+247
*
|
Drop the log buffer
Simon Glass
2017-12-07
3
-52
/
+3
*
|
Move debug and logging support to a separate header
Simon Glass
2017-12-07
2
-45
/
+60
*
|
Revert "sandbox: remove os_putc() and os_puts()"
Simon Glass
2017-12-07
1
-0
/
+20
*
|
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2017-12-05
5
-48
/
+108
|
\
\
|
|
/
|
/
|
|
*
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
|
*
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
1
-2
/
+4
|
*
efi_loader: efi_console: use helper functions
Heinrich Schuchardt
2017-12-01
1
-10
/
+2
|
*
efi_loader: helper functions for protocol management
Heinrich Schuchardt
2017-12-01
1
-0
/
+12
|
*
efi_loader: efi_gop: use correct types for parameters
Heinrich Schuchardt
2017-12-01
1
-5
/
+5
|
*
efi_loader: argument of efi_search_obj should be const
Heinrich Schuchardt
2017-12-01
1
-1
/
+1
|
*
efi_loader: make efi_create_handle non-static
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
|
*
efi_loader: efi_dp_match should have const arguments
Heinrich Schuchardt
2017-12-01
1
-1
/
+2
|
*
efi_loader: rework efi_search_obj
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
|
*
efi_loader: consistently use efi_uintn_t in boot services
Heinrich Schuchardt
2017-12-01
2
-19
/
+22
|
*
efi_loader: replace UINTN by efi_uintn_t
Heinrich Schuchardt
2017-12-01
2
-6
/
+6
|
*
efi_loader: remove unused typedef for INTN
Heinrich Schuchardt
2017-12-01
1
-1
/
+0
|
*
efi_selftest: test protocol management
Heinrich Schuchardt
2017-12-01
1
-0
/
+9
|
*
efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values
Heinrich Schuchardt
2017-12-01
1
-3
/
+3
|
*
efi_selftest: allow to select a single test for execution
Heinrich Schuchardt
2017-12-01
1
-0
/
+12
|
*
efi_loader: guard against double inclusion of efi_loader.h
Heinrich Schuchardt
2017-12-01
1
-1
/
+6
|
*
efi_loader: new function utf8_to_utf16
Heinrich Schuchardt
2017-12-01
1
-0
/
+15
|
*
efi_loader: implement SetWatchdogTimer
Heinrich Schuchardt
2017-12-01
1
-0
/
+4
*
|
Merge git://git.denx.de/u-boot-uniphier
Tom Rini
2017-12-04
4
-9
/
+7
|
\
\
|
*
|
mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h
Masahiro Yamada
2017-12-04
1
-0
/
+1
|
*
|
mtd: nand: Rename nand.h into rawnand.h
Masahiro Yamada
2017-12-04
4
-9
/
+6
[next]