Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f4d193b9a3da4939b94fa712c1f0a4d4522dbc1f
/
common
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
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
3bba650
Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot
by Simon Glass
· 9 years ago
90632bd
board_f: Don't require CONFIG_SYS_MONITOR_BASE
by Simon Glass
· 9 years ago
9167e10
cosmetic: debug: Replace #ifdef DEBUG with debug() macro
by Lukasz Majewski
· 9 years ago
670d304
dm: mmc: spl: Add support for CONFIG_BLK
by Simon Glass
· 9 years ago
da89892
dm: env: mmc: Convert env_mmc to support CONFIG_BLK
by Simon Glass
· 9 years ago
2e9306a
SPL: FIT: Align loading address for header
by Michal Simek
· 9 years ago
03f08c5
fdt: Document the rest of struct of_bus
by Paul Burton
· 9 years ago
dbef2f0
fdt: Support for ISA busses
by Paul Burton
· 9 years ago
ebae78b
image: Add boot_get_fpga() to load fpga with bootm
by Michal Simek
· 9 years ago
0a130b1
mkimage: Report information about fpga
by Michal Simek
· 9 years ago
fa12466
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
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
e4016fa
image-fit: Don't display an error in fit_set_timestamp()
by Simon Glass
· 9 years ago
44628b8
malloc: improve memalign fragmentation fix
by Stephen Warren
· 9 years ago
37dda1c
cmd: eeprom: add support for layout aware commands
by Nikita Kiryanov
· 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
966b695
dm: blk: Add a easier way to create a named block device
by Simon Glass
· 9 years ago
7d741ac
dm: sata: Add support for driver-model block devices
by Simon Glass
· 9 years ago
5bf96dc
dm: scsi: Add support for driver-model block devices
by Simon Glass
· 9 years ago
f94bea0
dm: ide: Add support for driver-model block devices
by Simon Glass
· 9 years ago
9a68432
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
844ef1d
dm: ide: 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
3665a40
dm: sata: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
e11f0ef
dm: ide: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
c8e89ab
dm: scsi: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
d317141
dm: usb: Add a legacy block interface for USB storage
by Simon Glass
· 9 years ago
8706b81
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
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
614d9dd
usb: hub: Don't continue on get_port_status failure
by Marek Vasut
· 9 years ago
84b7662
usb: Assure Get Descriptor request is in separate microframe
by Marek Vasut
· 9 years ago
847ddc2
usb: Wait after sending Set Configuration request
by Marek Vasut
· 9 years ago
82daad6
usb: Don't init pointer to zero, but NULL
by Marek Vasut
· 9 years ago
cde7761
fdt: fix setting MAC addresses for multiple interfaces
by Lev Iserovich
· 9 years ago
edfdb99
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
83e713b
common/dlmalloc.c: Delete content that was moved to malloc.h
by Robert P. J. Day
· 9 years ago
37342ab
spl: spl_mmc: Disambiguate error message
by Fabio Estevam
· 9 years ago
5da543c
common: env: support sata device
by Peng Fan
· 9 years ago
407f0f5
fastboot: sparse: remove unnecessary logging
by Steve Rae
· 9 years ago
1bf15f7
fastboot: sparse: fix block addressing for don't care chunk type
by Steve Rae
· 9 years ago
9dee77f
spl: mmc: raw: Try to load u-boot if Linux image is not found
by Lokesh Vutla
· 9 years ago
2bf884e
env_eeprom invalidates gd->env_addr by setting it to an offset value
by Guy Thouret
· 9 years ago
967605d
fastboot: sparse: fix sparse blocks calculation
by Jeffy Chen
· 9 years ago
a88d437
usb: kbd: Do not deregister usbkbd twice when using dm
by Hans de Goede
· 9 years ago
824300a
common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE
by Stefan Roese
· 9 years ago
3e21c72
common: env_sf: Add exclamation mark
by Peng Fan
· 9 years ago
b976eb2
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
by Ahmed Samir Khalil
· 9 years ago
4ef90b7
Drop command-processing code when CONFIG_CMDLINE is disabled
by Simon Glass
· 9 years ago
fdb3e4a
debug_uart: Remove duplicated carriage return handling
by Bin Meng
· 9 years ago
0137e60
Fix typo choosen in comments and printf logs
by Alexander Merkle
· 9 years ago
d2dc92e
lcd: Fix compile warning in 64bit mode
by Alexander Graf
· 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
8c6c074
usb: Correct return value in usb_stor_info()
by Simon Glass
· 9 years ago
53d41e6
Fix spelling of "transferred".
by Vagrant Cascadian
· 9 years ago
0ea4959
Allow command-line files to be dropped
by Simon Glass
· 9 years ago
2833290
Panic when no command line processing can be performed
by Simon Glass
· 9 years ago
ed4823a
usb: Change power-on / scanning timeout handling
by Stefan Roese
· 9 years ago
c41294e
usb: Don't reset the USB hub a 2nd time
by Stefan Roese
· 9 years ago
9885801
usb: Remove 200 ms delay in usb_hub_port_connect_change()
by Stefan Roese
· 9 years ago
3678cb5
usb: legacy_hub_port_reset(): Speedup hub reset handling
by Stefan Roese
· 9 years ago
f4d337c
Revert "fdt: fix address cell count checking in fdt_translate_address()"
by Przemyslaw Marczak
· 9 years ago
Next »