Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e4b0b6a50e6b8365cdc48211c24b2ba204270637
/
common
/
spl
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
a0dfb84
spl: Fix compilation warnings for arm64
by Michal Simek
· 9 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
cf839bd
spl: fit: add support for post-processing of images
by Daniel Allred
· 8 years ago
70061ba
dm: spl: mmc: Support CONFIG_BLK in SPL MMC
by Simon Glass
· 8 years ago
64d64bb
common: Pass the boot device into spl_boot_mode()
by Marek Vasut
· 9 years ago
521240c
Merge git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 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
747ceee
bootstage: call show_boot_progress also in SPL
by Heiko Schocher
· 8 years ago
c8f892b
spl: fit: Fix non-matching DT names console output
by Andreas Dannenberg
· 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
· 9 years ago
c840585
spl: fit: Fix load address of fit header
by Lokesh Vutla
· 9 years ago
9a8f4cf
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
37d2632
spl: Add an option to load a FIT containing U-Boot from UART
by Lokesh Vutla
· 9 years ago
2d357e0
spl: fit: Do not print selected dtb during fit load
by Lokesh Vutla
· 9 years ago
12c4922
spl: Support loading a FIT from NAND
by Lokesh Vutla
· 9 years ago
a0913a3
spl: Support loading a FIT from FAT FS
by Lokesh Vutla
· 9 years ago
f62cef1
spl: Allow to load a FIT containing U-Boot from FS
by Lokesh Vutla
· 9 years ago
906969d
spl: fit: Fix the number of bytes read when reading fdt from fit
by Lokesh Vutla
· 9 years ago
670d304
dm: mmc: spl: Add support for CONFIG_BLK
by Simon Glass
· 9 years ago
2e9306a
SPL: FIT: Align loading address for header
by Michal Simek
· 9 years ago
853fee2
SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode
by Michal Simek
· 9 years ago
7a8465b
spl: Introduce new function spl_board_prepare_for_boot
by Michal Simek
· 9 years ago
1f54cbb
SPL: fat: Fix spl_parse_image_header() return value handling
by Tom Rini
· 9 years ago
8667f8c
spl: fit: Print error message when FDT is not present
by Michal Simek
· 9 years ago
ce084b0
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
11f2bb6
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
9a68432
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
cf43778
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
bf541b2
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
by Marek Vasut
· 9 years ago
02266e2
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· 9 years ago
37342ab
spl: spl_mmc: Disambiguate error message
by Fabio Estevam
· 9 years ago
9dee77f
spl: mmc: raw: Try to load u-boot if Linux image is not found
by Lokesh Vutla
· 9 years ago
b976eb2
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
by Ahmed Samir Khalil
· 9 years ago
97f4842
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
9ef3c9e
spl: Print from which mmc slot spl is trying to boot
by Hans de Goede
· 9 years ago
802f1c3
spl_mmc: allow to load raw image
by Masahiro Yamada
· 9 years ago
bc69da2
spl_nor: fix warning when compiled for 64bit target
by Masahiro Yamada
· 9 years ago
e080b82
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
b52c7fc
spl: Support loading a FIT from MMC
by Simon Glass
· 9 years ago
a6131a2
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· 9 years ago
b89a844
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
834dd88
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
by Guillaume GARDET
· 9 years ago
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
85260bb
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
05c2de8
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
d09e59f
spl: mmc: use block device number, not hard-coded 0
by Eric Nelson
· 9 years ago
9f08e44
spl: use panic_str instead of panic
by Sjoerd Simons
· 9 years ago
51ace32
spl: mmc: Unify non/driver model spl_mmc_find_device()
by Simon Glass
· 9 years ago
4faf63b
spl: mmc: Rename 'mmc' variable to 'mmcp'
by Simon Glass
· 9 years ago
a2b771c
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
by Simon Glass
· 9 years ago
e63b2dd
spl: mmc: add support for BOOT_DEVICE_MMC2
by Nikita Kiryanov
· 9 years ago
8ec2e6c
spl: announce boot devices
by Nikita Kiryanov
· 9 years ago
3ed9478
spl: add support for alternative boot device
by Nikita Kiryanov
· 9 years ago
0a97881
common: spl: move image load to its own function
by Nikita Kiryanov
· 9 years ago
33eefe4
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· 9 years ago
2b3ae5f
spl: mmc: get rid of emmc boot code duplication
by Nikita Kiryanov
· 9 years ago
642648c
spl: mmc: move fs boot into its own function
by Nikita Kiryanov
· 9 years ago
011cd8f
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
by Nikita Kiryanov
· 9 years ago
cc49f55
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
by Nikita Kiryanov
· 9 years ago
022ddb8
spl: mmc: refactor device location code to its own function
by Nikita Kiryanov
· 9 years ago
ed52f4d
spl: mmc: add break statements in spl_mmc_load_image()
by Nikita Kiryanov
· 9 years ago
08fb32e6
spl: nand: remove code duplication
by Nikita Kiryanov
· 9 years ago
8f28038
malloc_simple: Add support for switching to DRAM heap
by Hans de Goede
· 9 years ago
a2c3672
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss
by Hans de Goede
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
1e35f39
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
by Masahiro Yamada
· 9 years ago
2ae4589
spl: Fix compile warning for arm64
by Gong Qianyu
· 9 years ago
d0503cd
spl: spl_mmc: Add option to boot from a MMC partition with offset
by Stefan Roese
· 9 years ago
32f72f5
spl: Add a debug string before the jump to U-Boot
by Simon Glass
· 9 years ago
fa2a4db
dm: spl: Allow device tree/driver model in board_init_f()
by Simon Glass
· 9 years ago
f22851a
dm: mmc: Allow driver model to be used for MMC in SPL
by Simon Glass
· 9 years ago
5614db8
spl: Add debugging info for spl_mmc boot
by Simon Glass
· 9 years ago
4bd66e7
spl: spl_mmc: MMC boot mode provisions checks
by Paul Kocialkowski
· 9 years ago
01c723f
spl: spl_mmc: Minor cosmetics
by Paul Kocialkowski
· 10 years ago
2d69f25
spl: spl_mmc: Error and count distinction
by Paul Kocialkowski
· 10 years ago
295be40
spl: spl_mmc: fix mmc Falcon mode regression
by Tim Harvey
· 10 years ago
097a3d0
spl: Correct address in spl_relocate_stack_gd()
by Simon Glass
· 10 years ago
409d4f7
spl: spl_mmc: Partition raw boot mode for eMMC
by Paul Kocialkowski
· 10 years ago
0d13972
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
by Paul Kocialkowski
· 10 years ago
c35f6cb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
8e728cd
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
9a49ec1
dm: Init device tree as well as driver model in SPL
by Simon Glass
· 10 years ago
378dbdb
Correct malloc_limit value for pre-relocation malloc()
by Simon Glass
· 10 years ago
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
287b094
Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
ffdb488
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
Next »