Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b71ef89bb04f940e5d518eef98e7e7798b233c26
/
common
688be33
Kconfig: tpl: Add some TPL support options to Kconfig
by Simon Glass
· 8 years ago
1e3911a
Kconfig: spl: Add SPL support options to Kconfig
by Simon Glass
· 8 years ago
98b685d
Use separate options for TPL support
by Simon Glass
· 8 years ago
ffe1976
Kconfig: Move SPL settings into their own file
by Simon Glass
· 8 years ago
20ea7ab
common, kconfig: move VERSION_VARIABLE to Kconfig
by Heiko Schocher
· 8 years ago
ae6a02f
image-fit: switch ENOLINK to ENOENT
by Jonathan Gray
· 8 years ago
e9c629c
common/Kconfig: Fix various innocuous typos.
by Robert P. J. Day
· 8 years ago
e48b775
spl: Rework image header parse to allow abort on raw image and os boot
by Paul Kocialkowski
· 8 years ago
b4cc60d
image-fit: fix fit_image_load() OS check
by Andreas Bießmann
· 8 years ago
ce29024
net: mii: check phy advertising register when geting link status
by Dongpo Li
· 8 years ago
e0aea63
common: cli_readline: Improve command line editing
by James Byrne
· 8 years ago
36f067f
cmd: Split 'bootz' and 'booti' out from 'bootm'
by Tom Rini
· 8 years ago
bc8571d
common: env_nand: Ensure that we have nand_info[0] prior to use
by Tom Rini
· 8 years ago
41e3737
xtensa: add support for the xtensa processor architecture [1/2]
by Chris Zankel
· 8 years ago
c97302b
net: mii: Clean up legacy glue that is not used
by Joe Hershberger
· 8 years ago
5cd3727
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
c99581b
fdt_support: fdt_translate_address() blob const correctness
by Stephen Warren
· 8 years ago
67aaa6d
common: image: Add support for post-processing of images
by Andreas Dannenberg
· 8 years ago
de62790
spl_nor.c: Support devicetree sizes different from 16k
by Mike Looijmans
· 8 years ago
8ff8689
libfdt: Introduce new ARCH_FIXUP_FDT option
by Michal Simek
· 8 years ago
b3a9699
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
55877f9
dm: spl: mmc: Support raw partitions with CONFIG_BLK
by Simon Glass
· 8 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
9ab4d92
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 8 years ago
e0af4f3
splash: Introduce default_splash_locations
by Alexey Brodkin
· 8 years ago
bfcdf3f
splash: Accommodate DM_USB in splash_init_usb()
by Alexey Brodkin
· 8 years ago
a82eeaf
common: fit: Allow U-Boot images to be booted
by mario.six@gdsys.cc
· 8 years ago
f0531a6
spl: fit: Fix the number of bytes read in raw mode
by Lokesh Vutla
· 8 years ago
9c74372
spl: zImage support in Falcon mode
by Ladislav Michl
· 8 years ago
2a8ea48
spl: support loading from UBI volumes
by Ladislav Michl
· 8 years ago
0b15e30
Kconfig: Move option CONFIG_SYS_NO_FLASH to Kconfig
by Siva Durga Prasad Paladugu
· 8 years ago
a0dfb84
spl: Fix compilation warnings for arm64
by Michal Simek
· 9 years ago
99777bd
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
f84f81e
armv8: Add tlb_allocated to arch global data
by York Sun
· 8 years ago
1ef95cc
armv8: Move secure_ram variable out of generic global data
by York Sun
· 8 years ago
a1db4fe
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
ecf6082
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
6f3ea20
sunxi: Support booting from SPI flash
by Siarhei Siamashka
· 8 years ago
e9559fb
dm: spl: Bind in all devices in SPL with of-platdata
by Simon Glass
· 8 years ago
bb94838
dm: spl: Don't set up device tree with of-platdata
by Simon Glass
· 8 years ago
ae9e3a5
spl: Drop include of i2c.h
by Simon Glass
· 8 years ago
d3aa98a
board_f: prevent misleading "Watchdog enabled" output
by Anatolij Gustschin
· 8 years ago
87db294
board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y
by Anatolij Gustschin
· 8 years ago
8f9cc4c
bootm: fixup silent Linux out of BOOTM_STATE_LOADOS state
by Hector Palacios
· 8 years ago
43cdb79
sandbox: Don't exit when bootm completes
by Simon Glass
· 8 years ago
1986433
image: Add functions to obtain category information
by Simon Glass
· 8 years ago
a3ed737
image: Add a name for invalid types
by Simon Glass
· 8 years ago
7da41d5
image: Create a table of information for each category
by Simon Glass
· 8 years ago
cf839bd
spl: fit: add support for post-processing of images
by Daniel Allred
· 8 years ago
d2ef0fc
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 8 years ago
ec124ce
common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV
by Xu Ziyuan
· 8 years ago
70061ba
dm: spl: mmc: Support CONFIG_BLK in SPL MMC
by Simon Glass
· 8 years ago
ae56979
dm: spi: Read default speed and mode values from DT
by Vignesh R
· 8 years ago
9a33386
autoboot: move bootdelay >= 0 check to abortboot()
by Masahiro Yamada
· 8 years ago
d88f872
autoboot: move CONFIG_SILENT_CONSOLE handling
by Masahiro Yamada
· 8 years ago
6d1248a
autoboot: rename abortboot_{keyed, normal} to __abortboot
by Masahiro Yamada
· 8 years ago
5fadc7f
autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
by Masahiro Yamada
· 8 years ago
921e858
doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README
by Masahiro Yamada
· 8 years ago
979b3ad
common: add new boot media kconfig entry
by Peng Fan
· 8 years ago
c9044e4
Kconfig: make NOR_BOOT a common option
by Peng Fan
· 8 years ago
7765cf5
fastboot: sparse: improve CHUNK_TYPE_FILL write performance
by Steve Rae
· 8 years ago
8a99be8
fastboot: sparse: implement reserve()
by Steve Rae
· 8 years ago
76336b2
fastboot: sparse: resync common/image-sparse.c (part 2)
by Steve Rae
· 8 years ago
8cf58db
fastboot: sparse: resync common/image-sparse.c (part 1)
by Steve Rae
· 8 years ago
f1f112f
fastboot: sparse: remove session-id logic
by Steve Rae
· 8 years ago
64d64bb
common: Pass the boot device into spl_boot_mode()
by Marek Vasut
· 9 years ago
b776347
common: Fix support for environment file in EXT4
by Andrej Rosano
· 8 years ago
17a48e4
hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER
by Masahiro Yamada
· 8 years ago
44af20b
common: image: minimal android image iminfo support
by Michael Trimarchi
· 8 years ago
622a01c
autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c
by Masahiro Yamada
· 8 years ago
521240c
Merge git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 8 years ago
5ad7e83
common: fb_nand: won't compile
by Sergey Kubushyn
· 8 years ago
4f238e7
spl: nand: support redundant u-boot image
by Boris Brezillon
· 8 years ago
6771512
SPL ext: cosmetic: correct error message in spl_load_image_ext()
by Petr Kulhavy
· 8 years ago
ecb2364
SPL: ext: remove redundant ifdef statement
by Petr Kulhavy
· 8 years ago
8ca5a90
common: image-fit: Cleanup spelling mistakes
by Andreas Dannenberg
· 8 years ago
b47fd23
common/Kconfig: Change the default BOOTDELAY to 2
by Tom Rini
· 8 years ago
fb22daf
Merge branch 'master' of git://git.denx.de/u-boot-ubi
by Tom Rini
· 8 years ago
07a04a1
splash_source: add support for ubifs formatted nand
by Eran Matityahu
· 8 years ago
1f5d090
Merge branch 'master' of git://git.denx.de/u-boot-ubi
by Tom Rini
· 8 years ago
edf3271
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
bd04127
common: env_ubi: Clear environment buffer before reading
by Marcin Niestroj
· 9 years ago
adc47bf
bootm: Align cache flush end address correctly
by Simon Glass
· 9 years ago
5021e3c
verified-boot: Minimal support for booting U-Boot proper from SPL
by Teddy Reed
· 8 years ago
747ceee
bootstage: call show_boot_progress also in SPL
by Heiko Schocher
· 8 years ago
0b368b1
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
by Heiko Schocher
· 8 years ago
987a955
dm: scsi: if_typename should be scsi
by Ed Swarthout
· 8 years ago
faffdfd
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
6ef13a9
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 8 years ago
32bb7c8
env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used
by Michal Simek
· 8 years ago
c8f892b
spl: fit: Fix non-matching DT names console output
by Andreas Dannenberg
· 8 years ago
2c1b7e1
nand: Embed mtd_info in struct nand_chip
by Scott Wood
· 8 years ago
08364d9
mtd: nand: Remove nand_info_t typedef
by Scott Wood
· 8 years ago
58d0023
usb: move CONFIG_USB_XHCI to Kconfig with renaming
by Masahiro Yamada
· 8 years ago
aba2736
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 8 years ago
d61ba11
spl: Allow settings malloc_f base address
by Marek Vasut
· 9 years ago
970e201
spl: Remove bogus GD_FLG_SPL_INIT check
by Marek Vasut
· 8 years ago
c840585
spl: fit: Fix load address of fit header
by Lokesh Vutla
· 8 years ago
Next »