Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
a9c89bf1669cbeb7bce6ae7a626eb9f2120af73f
/
common
d550e82
SPL: fat: Fix spl_parse_image_header() return value handling
by Tom Rini
· 8 years ago
5adfa26
spl: fit: Print error message when FDT is not present
by Michal Simek
· 9 years ago
8df81e1
image-fit: Don't display an error in fit_set_timestamp()
by Simon Glass
· 9 years ago
034eda8
malloc: improve memalign fragmentation fix
by Stephen Warren
· 9 years ago
aa9e604
cmd: eeprom: add support for layout aware commands
by Nikita Kiryanov
· 9 years ago
4b6e1fd
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
69f45cd
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
9107c97
dm: blk: Add a easier way to create a named block device
by Simon Glass
· 9 years ago
f5a14af
dm: sata: Add support for driver-model block devices
by Simon Glass
· 9 years ago
535556b
dm: scsi: Add support for driver-model block devices
by Simon Glass
· 9 years ago
145df84
dm: ide: Add support for driver-model block devices
by Simon Glass
· 9 years ago
edd82ab
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
74001a2
dm: ide: Drop the get_dev() function
by Simon Glass
· 9 years ago
57ebf67
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
d97dc8a
dm: sata: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
e9be1ee
dm: ide: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
11f610e
dm: scsi: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
c0543bf
dm: usb: Add a legacy block interface for USB storage
by Simon Glass
· 9 years ago
c649e3c
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
e072751
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
by Marek Vasut
· 9 years ago
7e0f226
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· 9 years ago
d81db48
usb: hub: Don't continue on get_port_status failure
by Marek Vasut
· 9 years ago
ef71290
usb: Assure Get Descriptor request is in separate microframe
by Marek Vasut
· 9 years ago
f647bf0
usb: Wait after sending Set Configuration request
by Marek Vasut
· 9 years ago
2f1b430
usb: Don't init pointer to zero, but NULL
by Marek Vasut
· 9 years ago
a434fd1
fdt: fix setting MAC addresses for multiple interfaces
by Lev Iserovich
· 9 years ago
eae4b2b
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
4eece26
common/dlmalloc.c: Delete content that was moved to malloc.h
by Robert P. J. Day
· 9 years ago
5bbf409
spl: spl_mmc: Disambiguate error message
by Fabio Estevam
· 9 years ago
125d193
common: env: support sata device
by Peng Fan
· 9 years ago
e379354
fastboot: sparse: remove unnecessary logging
by Steve Rae
· 9 years ago
c7529db
fastboot: sparse: fix block addressing for don't care chunk type
by Steve Rae
· 9 years ago
811906a
spl: mmc: raw: Try to load u-boot if Linux image is not found
by Lokesh Vutla
· 9 years ago
c00c29d
env_eeprom invalidates gd->env_addr by setting it to an offset value
by Guy Thouret
· 9 years ago
d3bafe3
fastboot: sparse: fix sparse blocks calculation
by Jeffy Chen
· 9 years ago
9a80e71
usb: kbd: Do not deregister usbkbd twice when using dm
by Hans de Goede
· 9 years ago
30eae26
common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE
by Stefan Roese
· 9 years ago
9a5d993
common: env_sf: Add exclamation mark
by Peng Fan
· 9 years ago
8122d21
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
by Ahmed Samir Khalil
· 9 years ago
f8bb696
Drop command-processing code when CONFIG_CMDLINE is disabled
by Simon Glass
· 9 years ago
ce1a7d1
debug_uart: Remove duplicated carriage return handling
by Bin Meng
· 9 years ago
dd8d8da
Fix typo choosen in comments and printf logs
by Alexander Merkle
· 9 years ago
f8f58fb
lcd: Fix compile warning in 64bit mode
by Alexander Graf
· 9 years ago
b5b84be
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
8f10b5c
spl: Print from which mmc slot spl is trying to boot
by Hans de Goede
· 9 years ago
4976f48
spl_mmc: allow to load raw image
by Masahiro Yamada
· 9 years ago
b94fc85
usb: Correct return value in usb_stor_info()
by Simon Glass
· 9 years ago
a6f70a3
Fix spelling of "transferred".
by Vagrant Cascadian
· 9 years ago
1872c67
Allow command-line files to be dropped
by Simon Glass
· 9 years ago
045e6f0
Panic when no command line processing can be performed
by Simon Glass
· 9 years ago
c998da0
usb: Change power-on / scanning timeout handling
by Stefan Roese
· 9 years ago
3ed9eb9
usb: Don't reset the USB hub a 2nd time
by Stefan Roese
· 9 years ago
2ef117f
usb: Remove 200 ms delay in usb_hub_port_connect_change()
by Stefan Roese
· 9 years ago
f7f6010
usb: legacy_hub_port_reset(): Speedup hub reset handling
by Stefan Roese
· 9 years ago
4428f3c
Revert "fdt: fix address cell count checking in fdt_translate_address()"
by Przemyslaw Marczak
· 9 years ago
e4d6ab0
x86: Allow use of serial soon after relocation
by Simon Glass
· 9 years ago
d74d6b4
dm: timer: Correct timer init ordering after relocation
by Simon Glass
· 9 years ago
9a01cca
malloc_simple: Add a little more debugging
by Simon Glass
· 9 years ago
70e6428
spl_nor: fix warning when compiled for 64bit target
by Masahiro Yamada
· 9 years ago
dea2174
efi_loader: Call fdt preparation functions
by Alexander Graf
· 9 years ago
5d00995
efi_loader: Implement memory allocation and map
by Alexander Graf
· 9 years ago
50149ea
efi_loader: Add runtime services
by Alexander Graf
· 9 years ago
88033d7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
ecb57f6
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
by Stefan Roese
· 9 years ago
c1913cb
common: image-fit: Fix load and entry addresses in FIT image
by York Sun
· 9 years ago
6004765
common: image-fit: Use a common function to get address
by York Sun
· 9 years ago
96debd1
spl: Support loading a FIT from MMC
by Simon Glass
· 9 years ago
f1dcee5
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· 9 years ago
cef2e51
image: Add functions to obtain short names
by Simon Glass
· 9 years ago
aa34fbc
fdt: Allow libfdt to be used in SPL
by Simon Glass
· 9 years ago
73223f0
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
07b2b78
dm: usb: Convert USB storage to use driver-model for block devs
by Simon Glass
· 9 years ago
9807c3b
dm: usb: Tidy up storage code ready for driver model conversion
by Simon Glass
· 9 years ago
c89e79d
dm: usb: Avoid exceeding available array size for storage devices
by Simon Glass
· 9 years ago
2a981dc
dm: block: Adjust device calls to go through helpers function
by Simon Glass
· 9 years ago
bcce53d
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
3e8bd46
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
e35929e
dm: blk: Rename get_device_and_partition()
by Simon Glass
· 9 years ago
db1d9e7
dm: blk: Rename get_dev() to blk_get_dev()
by Simon Glass
· 9 years ago
4101f68
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
fd1000b
common: Add support for environment file in EXT4.
by Stuart Longland
· 9 years ago
deff6fb
malloc: remove !gd handling
by Stephen Warren
· 9 years ago
1057e6c
timer: Set up the real timer after driver model is available
by Simon Glass
· 9 years ago
2e33e76
Revert "image-fit: Fix signature checking"
by Simon Glass
· 9 years ago
7a80de4
image: Correct the OS location code to work on sandbox
by Simon Glass
· 9 years ago
86a0df7
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
by Guillaume GARDET
· 9 years ago
ed0f40a
tools: fix env_flags build
by Lubomir Rintel
· 9 years ago
9ef2835
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
a2931b3
dm: video: Add a temporary work-around for old stdout var
by Simon Glass
· 9 years ago
cc8d698
Revert "common/memsize.c: Simplify RAM size detection"
by Hans de Goede
· 9 years ago
928f605
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
by David Müller (ELSOFT AG)
· 9 years ago
776babd
board_r: fix a typo in comment block
by Masahiro Yamada
· 9 years ago
0cb389d
image: fix getenv_bootm_size() function again
by Masahiro Yamada
· 9 years ago
ee05fed
malloc: solve dead code issue in memalign()
by Stephen Warren
· 9 years ago
8e7cba0
common/memsize.c: Simplify RAM size detection
by Eddy Petrișor
· 9 years ago
f3b267b
hush: Add rudimentary support for PS1 and PS2
by Marek Vasut
· 9 years ago
13d3046
hush: Pull out U-Boot prompt display and read functionality
by Marek Vasut
· 9 years ago
167f525
tools: env validate: pass values as 0-based array
by Andreas Fenkart
· 9 years ago
57dc53a
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 9 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
Next »