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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
initcall: Move to inline function
Alexander Graf
2019-02-09
1
-4
/
+1
*
fdt: support booting with dtb in Android image
Shawn Guo
2019-02-08
1
-0
/
+21
*
spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL
Vignesh R
2019-02-07
1
-0
/
+1
*
mtd: spi: Add lightweight SPI flash stack for SPL
Vignesh R
2019-02-07
1
-1
/
+10
*
mtd: spi: spi-nor-core: Add SFDP support
Vignesh R
2019-02-07
1
-1
/
+12
*
lmb: handle more than one DRAM BANK
Simon Goldschmidt
2019-02-02
1
-2
/
+2
*
spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
Tien Fong Chee
2019-02-01
3
-5
/
+5
*
spl: fat/fs: Add option to include/exclude FAT write build in SPL
Tien Fong Chee
2019-02-01
1
-0
/
+7
*
spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
Tien Fong Chee
2019-02-01
3
-5
/
+5
*
linker: Modify linker scripts to be more generic
Tom Rini
2019-01-26
1
-0
/
+2
*
dfu: Remove dependency on HUSH parser in SPL
Andrew F. Davis
2019-01-26
2
-2
/
+1
*
spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
Andrew F. Davis
2019-01-26
4
-8
/
+8
*
Kconfig: Migrate BOUNCE_BUFFER
Philipp Tomsich
2019-01-19
1
-0
/
+11
*
common: spl: Kconfig: spelling fixes
Chris Packham
2019-01-18
1
-1
/
+1
*
bootm: use new common function lmb_init_and_reserve
Simon Goldschmidt
2019-01-16
1
-6
/
+2
*
fdt: parse "reserved-memory" for memory reservation
Simon Goldschmidt
2019-01-16
1
-8
/
+45
*
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-01-15
1
-2
/
+2
|
\
|
*
common: fdt_support: print hexadecimal numbers in debug
Sekhar Nori
2019-01-14
1
-2
/
+2
*
|
common: command: Add support for $ auto-completion
Boris Brezillon
2019-01-15
1
-6
/
+26
*
|
common: command: Rework the 'cmd is repeatable' logic
Boris Brezillon
2019-01-15
1
-4
/
+32
*
|
common: command: Expose a generic helper to auto-complete sub commands
Boris Brezillon
2019-01-15
1
-4
/
+16
*
|
common: command: Fix command auto-completion
Boris Brezillon
2019-01-15
1
-2
/
+10
*
|
common: Kconfig: miscellaneous spelling fixes
Chris Packham
2019-01-15
1
-5
/
+5
*
|
xyz-modem: Fix timeout loop waiting with WATCHDOG
Lokesh Vutla
2019-01-15
1
-0
/
+2
*
|
spl: ymodem: Add support for loading gzip compressed uImage
Marek Vasut
2019-01-15
1
-5
/
+24
*
|
image: fix compiling without CMD_FDT
Simon Goldschmidt
2019-01-14
2
-2
/
+4
|
/
*
Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET
Jean-Jacques Hiblot
2019-01-10
1
-2
/
+2
*
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
Tom Rini
2019-01-01
3
-2
/
+21
|
\
|
*
imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M
Ye Li
2019-01-01
1
-0
/
+1
|
*
tools: add i.MX8M image support
Peng Fan
2019-01-01
1
-0
/
+1
|
*
SPL: Add HAB image authentication to FIT
Ye Li
2019-01-01
1
-2
/
+19
*
|
riscv: bootm: Support booting VxWorks
Bin Meng
2018-12-31
1
-1
/
+1
*
|
bootm: vxworks: Make do_bootm_vxworks() non-static
Bin Meng
2018-12-31
1
-2
/
+2
*
|
bootm: vxworks: Make do_bootvx_fdt() static
Bin Meng
2018-12-31
1
-1
/
+1
*
|
usb: musb-new: Add support for DM_USB
Jean-Jacques Hiblot
2018-12-14
1
-0
/
+3
*
|
spl: net: dm: usb: bind the gadget before attempting to load the image
Jean-Jacques Hiblot
2018-12-14
1
-1
/
+3
|
/
*
spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT
Sekhar Nori
2018-12-12
1
-2
/
+2
*
blk: Rework guard around part_init call
Tom Rini
2018-12-12
1
-0
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2018-12-10
1
-3
/
+3
|
\
|
*
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
Jean-Jacques Hiblot
2018-12-07
1
-3
/
+3
*
|
Roll CRC16-CCITT into the hash infrastructure
Philipp Tomsich
2018-12-08
1
-0
/
+36
*
|
lib: merge CRC16-CCITT into u-boot/crc.h
Philipp Tomsich
2018-12-08
1
-1
/
+1
*
|
main: Drop more #ifdefs
Simon Glass
2018-12-06
1
-12
/
+10
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2018-12-05
2
-32
/
+0
|
\
|
*
board_r: Remove initr_spi
Jagan Teki
2018-11-27
1
-11
/
+0
|
*
spi: Zap CONFIG_HARD_SPI
Jagan Teki
2018-11-27
1
-12
/
+0
|
*
spi: Remove unused mpc8xx code
Jagan Teki
2018-11-27
1
-7
/
+0
|
*
spi: Remove used spi_init
Jagan Teki
2018-11-27
1
-2
/
+0
*
|
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
Tom Rini
2018-12-05
1
-9
/
+0
|
\
\
|
*
|
video: use BMP_ALIGN_CENTER define from splash.h
Anatolij Gustschin
2018-12-04
1
-1
/
+0
[next]