Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c51faed3f8f3b2a7df942757a53772a1223ce69f
/
common
943ec25
spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled
by Jean-Jacques Hiblot
· 6 years ago
cc4078c
configs: move CONFIG_SPL_TEXT_BASE to Kconfig
by Simon Goldschmidt
· 6 years ago
78b0b9d
avb: add support for named persistent values
by Igor Opaniuk
· 6 years ago
7df72c3
main: add new bootstage ID for entering cli loop
by Heiko Schocher
· 6 years ago
502acb0
watchdog: Implement generic watchdog_reset() version
by Stefan Roese
· 6 years ago
18ae337
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
792631c
image: android: fix 'iminfo' typo
by Eugeniu Rosca
· 6 years ago
1403f39
image: android: allow booting lz4-compressed kernels
by Eugeniu Rosca
· 6 years ago
14b9477
bootstage: Allow calling bootstage_mark() before bootstage_init()
by Simon Glass
· 6 years ago
752707a
sandbox: Improve debugging in initcall_run_list()
by Simon Glass
· 6 years ago
388b145
common: command: Add command execution tracer.
by Christoph Muellner
· 6 years ago
d3617b4
fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback
by Eugeniu Rosca
· 6 years ago
60a869a
fdt: boot_get_fdt: android: compress handling (non-functional)
by Eugeniu Rosca
· 6 years ago
a7da502
fdt: boot_get_fdt: simplify no_fdt handling (non-functional)
by Eugeniu Rosca
· 6 years ago
1974f95
fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt"
by Eugeniu Rosca
· 6 years ago
0d5cf7e
fdt: boot_get_fdt: remove redundant zeroing out
by Eugeniu Rosca
· 6 years ago
92e51d0
bootm: Simplying cache flush code
by Trent Piepho
· 6 years ago
ecc2740
malloc: Fix memalign not honoring alignment prior to full malloc init
by Andreas Dannenberg
· 6 years ago
438b6cd
spl: spl_nand.c: Add NAND loading message
by Stefan Roese
· 6 years ago
3114a95
spl: ymodem: Add support for loading full fitImages
by Marek Vasut
· 6 years ago
af15dc4
fit: load all fragments from the extra configurations
by Peter Ujfalusi
· 6 years ago
1706a50
Support boot Android image without address on bootm command
by Shawn Guo
· 6 years ago
6275e73
Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi
by Tom Rini
· 6 years ago
ee2c10b
Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
f608321
usb: kbd: Properly translate up/down arrow keys
by Andre Przywara
· 6 years ago
d5cdfd5
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
3f2860f
efi_loader: move efi_save_gd() call to board_r.c
by Heinrich Schuchardt
· 6 years ago
fa19c65
dm: spi: Read default speed and mode values from DT
by Patrick Delaunay
· 6 years ago
7f42c33
fdt: Remove duplicate code
by Thierry Reding
· 6 years ago
e4c1bbf
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
f0c7fdc
spl: ymodem: Move GZ handling out of YModem session
by Marek Vasut
· 6 years ago
09e84ec
spl: ymodem: Terminate YModem session on error
by Marek Vasut
· 6 years ago
93431a8
usb: Make portspeed return a read-only string
by Ismael Luceno Cortes
· 6 years ago
910c889
common: image-android-dt: Fix out-of-bounds access
by Eugeniu Rosca
· 6 years ago
53420dc
common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled
by Abel Vesa
· 6 years ago
dcd5aba
image: fdt: handle coalesced reserve region
by Patrick Delaunay
· 6 years ago
b3672af
spl: add debug print for early malloc usage
by Simon Goldschmidt
· 6 years ago
6c9e7ea
preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT
by Masahiro Yamada
· 6 years ago
38617e8
log: Add a Kconfig option to set the default log level
by Simon Glass
· 6 years ago
6e455c3
log: Fix up Kconfig log level names
by Simon Glass
· 6 years ago
1714047
spl: implement CRC check on U-Boot uImage
by Simon Goldschmidt
· 6 years ago
5ea11ba5
usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE
by Abel Vesa
· 6 years ago
aa0b11b
efi_loader: refactor switch to non-secure mode
by Heinrich Schuchardt
· 6 years ago
b3f9dd9
Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
cb2d432
Convert CONFIG_BOARD_TYPES to Kconfig
by Simon Glass
· 6 years ago
f204f01
initcall: Move to inline function
by Alexander Graf
· 6 years ago
c9e7152
fdt: support booting with dtb in Android image
by Shawn Guo
· 6 years ago
f53872d
spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL
by Vignesh R
· 6 years ago
3f5fb8b
mtd: spi: Add lightweight SPI flash stack for SPL
by Vignesh R
· 6 years ago
4d848c9
mtd: spi: spi-nor-core: Add SFDP support
by Vignesh R
· 6 years ago
8890e7d
lmb: handle more than one DRAM BANK
by Simon Goldschmidt
· 6 years ago
6091dd1
spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4
by Tien Fong Chee
· 6 years ago
87fda0c
spl: fat/fs: Add option to include/exclude FAT write build in SPL
by Tien Fong Chee
· 6 years ago
6fd0a71
spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT
by Tien Fong Chee
· 6 years ago
2aaa27d
linker: Modify linker scripts to be more generic
by Tom Rini
· 6 years ago
9b0fbdc
dfu: Remove dependency on HUSH parser in SPL
by Andrew F. Davis
· 6 years ago
6d932e6
spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU
by Andrew F. Davis
· 6 years ago
b302747
Kconfig: Migrate BOUNCE_BUFFER
by Philipp Tomsich
· 6 years ago
37bc316
common: spl: Kconfig: spelling fixes
by Chris Packham
· 6 years ago
f882a5a
bootm: use new common function lmb_init_and_reserve
by Simon Goldschmidt
· 6 years ago
01adc4c
fdt: parse "reserved-memory" for memory reservation
by Simon Goldschmidt
· 6 years ago
76d42c1
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
619fc68
common: command: Add support for $ auto-completion
by Boris Brezillon
· 6 years ago
c71dfd1
common: command: Rework the 'cmd is repeatable' logic
by Boris Brezillon
· 6 years ago
ae73c33
common: command: Expose a generic helper to auto-complete sub commands
by Boris Brezillon
· 6 years ago
8506ec6
common: command: Fix command auto-completion
by Boris Brezillon
· 6 years ago
83ad248
common: Kconfig: miscellaneous spelling fixes
by Chris Packham
· 6 years ago
f209138
xyz-modem: Fix timeout loop waiting with WATCHDOG
by Lokesh Vutla
· 6 years ago
d963707
spl: ymodem: Add support for loading gzip compressed uImage
by Marek Vasut
· 6 years ago
a98ba7f
common: fdt_support: print hexadecimal numbers in debug
by Sekhar Nori
· 6 years ago
6127ac0
image: fix compiling without CMD_FDT
by Simon Goldschmidt
· 6 years ago
6a22852
Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET
by Jean-Jacques Hiblot
· 6 years ago
45f3703
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 6 years ago
d08aeb6
imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M
by Ye Li
· 6 years ago
31c51da
tools: add i.MX8M image support
by Peng Fan
· 6 years ago
9d5b0f4
SPL: Add HAB image authentication to FIT
by Ye Li
· 6 years ago
e63488f
riscv: bootm: Support booting VxWorks
by Bin Meng
· 6 years ago
54a735a
bootm: vxworks: Make do_bootm_vxworks() non-static
by Bin Meng
· 6 years ago
b43c322
bootm: vxworks: Make do_bootvx_fdt() static
by Bin Meng
· 6 years ago
57118f6
usb: musb-new: Add support for DM_USB
by Jean-Jacques Hiblot
· 6 years ago
2c75314
spl: net: dm: usb: bind the gadget before attempting to load the image
by Jean-Jacques Hiblot
· 6 years ago
9108d92
spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT
by Sekhar Nori
· 6 years ago
1794ae6
blk: Rework guard around part_init call
by Tom Rini
· 6 years ago
aeed611
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
6e2ac3e
Roll CRC16-CCITT into the hash infrastructure
by Philipp Tomsich
· 6 years ago
36b26d1
lib: merge CRC16-CCITT into u-boot/crc.h
by Philipp Tomsich
· 6 years ago
585e199
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· 6 years ago
9afb462
main: Drop more #ifdefs
by Simon Glass
· 6 years ago
f275163
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
42ca238
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
410f096
video: use BMP_ALIGN_CENTER define from splash.h
by Anatolij Gustschin
· 6 years ago
e0455a4
cmd: add clear screen 'cls' command
by Anatolij Gustschin
· 6 years ago
de320b8
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
ee6f542
board_r: fix build with DM_SPI
by Christophe Leroy
· 6 years ago
47d73f0
rsa: add support of padding pss
by Philippe Reynes
· 6 years ago
1246835
rsa: add a structure for the padding
by Philippe Reynes
· 6 years ago
668cabc
fdt_support: fdt reservations on the sandbox
by Heinrich Schuchardt
· 6 years ago
370a176
fdt: sandbox: correct use of ${fdtcontroladdr}
by Heinrich Schuchardt
· 6 years ago
8ed64a4
malloc_simple: Add logging of allocations
by Simon Glass
· 6 years ago
e1de5d4
tools: MediaTek: add MTK boot header generation to mkimage
by developer
· 6 years ago
Next »