index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
2016-03-27
cmd: spi: check return value of strdup
Peng Fan
2016-03-27
efi_loader: Add GOP support
Alexander Graf
2016-03-22
Fix spelling of "transferred".
Vagrant Cascadian
2016-03-22
cmd: Fix license command
Tom Rini
2016-03-22
Add an option to enable the command line
Simon Glass
2016-03-22
cbfs: Update a function to be static
Simon Glass
2016-03-18
gpio: Report errors when GPIOs cannot be read
Simon Glass
2016-03-17
cpu: Add support for microcode version and CPU ID
Simon Glass
2016-03-16
cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD
Tom Rini
2016-03-16
efi_loader: Pass proper device path in on boot
Alexander Graf
2016-03-16
efi_loader: Call fdt preparation functions
Alexander Graf
2016-03-16
efi_loader: Add "bootefi" command
Alexander Graf
2016-03-14
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-03-14
Kconfig: Move CONFIG_FIT and related options to Kconfig
Simon Glass
2016-03-14
Drop CONFIG_CRAMFS_CMDLINE
Simon Glass
2016-03-14
dm: sandbox: Add driver-model block-device support for sandbox
Simon Glass
2016-03-14
dm: block: Adjust device calls to go through helpers function
Simon Glass
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: cbfs: Fix handling of invalid type
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: blk: Rename get_device_and_partition()
Simon Glass
2016-03-14
dm: blk: Rename get_device() to blk_get_device_by_str()
Simon Glass
2016-03-14
dm: blk: Rename get_dev() to blk_get_dev()
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-03-14
common: Add support for environment file in EXT4.
Stuart Longland
2016-02-26
trace: Fix compiler warnings in trace
Simon Glass
2016-02-24
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2016-02-24
cmd: mem: Show 64bit addresses which are tested
Michal Simek
2016-02-24
booti: Help text rework.
Karsten Merker
2016-02-24
dfu: usb: f_dfu: Set deferred call for dfu_flush() function
Lukasz Majewski
2016-02-22
i2c: spd: Extend SPD memory types
Michal Simek
2016-02-15
gpio: Correct handling of 'gpio status'
Simon Glass
2016-02-09
itest: allow map_physmem to return 0 in limited cases
Stephen Warren
2016-02-08
Remove unused CONFIG_CMD_HWFLOW option and associated dead code.
David Müller (ELSOFT AG)
2016-02-06
cmd: Fix control bmp_display()
Simon Glass
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2016-01-29
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-01-29
Implement "pci enum" command for CONFIG_DM_PCI
Stephen Warren
2016-01-29
tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
Christophe Ricard
2016-01-28
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-27
fpga: Fix compilation warnings
Michal Simek
2016-01-27
microblaze: Do not print eth device when DM_ETH is enabled
Michal Simek
2016-01-25
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
Masahiro Yamada
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass
2016-01-25
Move all command code into its own directory
Simon Glass