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
...
|
*
|
test/py: mmc: Add 'mmc rescan' test
Marek Vasut
2019-04-09
1
-0
/
+26
|
*
|
test/py: mmc: Add 'mmc dev' test
Marek Vasut
2019-04-09
1
-0
/
+21
|
*
|
test/py: mmc: Factor out device selection
Marek Vasut
2019-04-09
1
-11
/
+27
|
*
|
fs: fat: fix reading non-cluster-aligned root directory
Anssi Hannula
2019-04-09
1
-13
/
+34
|
*
|
fs: ext4: Problem with ext4load and sparse files
Gero Schumacher
2019-04-09
1
-2
/
+6
|
*
|
test: fs: Added tests for symlinks
Jean-Jacques Hiblot
2019-04-09
3
-0
/
+208
|
*
|
fs: Add a new command to create symbolic links
Jean-Jacques Hiblot
2019-04-09
3
-0
/
+60
|
*
|
fs: ext4: Add support for the creation of symbolic links
Jean-Jacques Hiblot
2019-04-09
4
-11
/
+47
|
*
|
fs: ext4: constify the buffer passed to write functions
Jean-Jacques Hiblot
2019-04-09
4
-9
/
+8
|
*
|
test: fs: Add filesystem integrity checks
Jean-Jacques Hiblot
2019-04-09
5
-3
/
+48
|
*
|
test: fs: disable the metadata checksums on ext4 filesystems
Jean-Jacques Hiblot
2019-04-09
1
-0
/
+2
|
*
|
fs: ext4: cache extent data
Stephen Warren
2019-04-09
5
-37
/
+99
|
/
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-ubi
Tom Rini
2019-04-09
2
-2
/
+12
|
\
\
|
*
|
mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit
Eran Matityahu
2019-04-09
2
-3
/
+3
|
*
|
mtd: ubi debug: Remove the pid print from ubi_assert
Eran Matityahu
2019-04-09
1
-0
/
+10
|
|
/
*
|
Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel
Tom Rini
2019-04-09
39
-137
/
+899
|
\
\
|
*
|
net: macb: Add small delay after link establishment
Stefan Roese
2019-04-09
1
-1
/
+7
|
*
|
pinctrl: at91: add slewrate support for SAM9X60
Claudiu Beznea
2019-04-09
2
-0
/
+38
|
*
|
pinctrl: at91: add compatibles for SAM9X60 pin controller
Claudiu Beznea
2019-04-09
1
-0
/
+1
|
*
|
pinctrl: at91: add drive strength support for SAM9X60
Claudiu Beznea
2019-04-09
1
-0
/
+34
|
*
|
pinctrl: at91: add option to use drive strength bits
Claudiu Beznea
2019-04-09
1
-5
/
+10
|
*
|
arm: at91: Add gardena-gateway-at91sam support
Stefan Roese
2019-04-09
11
-0
/
+527
|
*
|
arm: at91: at91sam9x5.dtsi: Add watchdog handle
Stefan Roese
2019-04-09
1
-1
/
+1
|
*
|
arm: at91: siemens: Add support to generate combined SPL+U-Boot image
Stefan Roese
2019-04-09
3
-0
/
+10
|
*
|
Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binary
Stefan Roese
2019-04-09
2
-1
/
+14
|
*
|
Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory
Stefan Roese
2019-04-09
1
-3
/
+3
|
*
|
arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds
Stefan Roese
2019-04-09
1
-0
/
+2
|
*
|
arm: at91: Enable watchdog support
Stefan Roese
2019-04-09
3
-10
/
+58
|
*
|
arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT
Stefan Roese
2019-04-09
5
-10
/
+3
|
*
|
watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()
Stefan Roese
2019-04-09
1
-12
/
+14
|
*
|
watchdog: Handle SPL build with watchdog disabled
Stefan Roese
2019-04-09
1
-2
/
+8
|
*
|
serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL
Stefan Roese
2019-04-09
2
-0
/
+21
|
*
|
arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled
Stefan Roese
2019-04-09
1
-0
/
+10
|
*
|
arm: at91: Makefile: Compile lowlevel_init only when really necessary
Stefan Roese
2019-04-09
1
-0
/
+2
|
*
|
board: pm9g45: Migrate to CONFIG_DM
Ilko Iliev
2019-04-09
4
-94
/
+135
|
*
|
ARM: at91: sama5d2: Wrap cpu detection to fix macb driver
Alexander Dahl
2019-04-09
2
-2
/
+5
|
|
/
*
|
Merge tag 'efi-2019-07-rc1' of git://git.denx.de/u-boot-efi
Tom Rini
2019-04-08
12
-217
/
+506
|
\
\
|
*
|
efi_loader: correct CTRL-A - CTRL-Z console input
Heinrich Schuchardt
2019-04-07
2
-1
/
+18
|
*
|
efi_loader: enable file SetInfo()
Heinrich Schuchardt
2019-04-07
1
-2
/
+65
|
*
|
efi_loader: correct file creation
Heinrich Schuchardt
2019-04-07
1
-8
/
+27
|
*
|
efi_loader: debug output file handle in efi_file_open()
Heinrich Schuchardt
2019-04-07
1
-2
/
+4
|
*
|
efi_loader: boottime: export efi_[un]load_image()
AKASHI Takahiro
2019-04-07
2
-7
/
+16
|
*
|
efi_loader: boottime: add loaded image device path protocol to image handle
AKASHI Takahiro
2019-04-07
4
-7
/
+19
|
*
|
efi_loader: variables PlatformLang and PlatformLangCodes
Heinrich Schuchardt
2019-04-07
1
-0
/
+27
|
*
|
efi_loader: EFI_PRINT instead of debug for memory services
Heinrich Schuchardt
2019-04-07
1
-2
/
+2
|
*
|
efi_loader: EFI_PRINT instead of debug for variable services
Heinrich Schuchardt
2019-04-07
1
-5
/
+5
|
*
|
efi_loader: parameter checks in StartImage and Exit()
Heinrich Schuchardt
2019-04-07
1
-0
/
+27
|
*
|
efi_loader: rearrange boottime service functions
Heinrich Schuchardt
2019-04-07
1
-109
/
+109
|
*
|
efi_loader: sanity checks when freeing memory
Heinrich Schuchardt
2019-04-07
1
-18
/
+58
|
*
|
efi_selftest: check image_base, image_size
Heinrich Schuchardt
2019-04-07
1
-5
/
+53
[prev]
[next]