upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/cmd
Simon Glass 01510091de env: Drop saveenv() in favour of env_save() 7 years ago
..
fastboot README: Drop information about commands 7 years ago
mvebu cmd: mvebu: bubt: use get_nand_dev_by_index() 7 years ago
.gitignore cmd: rework "license" command 7 years ago
Kconfig nvme: Add nvme commands 7 years ago
Makefile nvme: Add nvme commands 7 years ago
aes.c Rename aes.h to uboot_aes.h 7 years ago
armflash.c
bdinfo.c cmd/bdinfo: correct comment in board_detail 7 years ago
bedbug.c powerpc: remove 4xx support 7 years ago
blkcache.c cmd: blkcache: simplify sub-command handling 8 years ago
blob.c crypto/fsl: Update blob cmd to accept 64bit addresses 8 years ago
bmp.c dm: Use uclass_first_device_err() where it is useful 8 years ago
boot.c
bootefi.c efi_loader: Fix configuration table override 7 years ago
booti.c arm64: booti: allow to place kernel image anywhere in physical memory 7 years ago
bootm.c cmd: bootm: use get_nand_dev_by_index() 7 years ago
bootmenu.c
bootstage.c
bootz.c bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set 7 years ago
cache.c
cbfs.c cbfs: Update a function to be static 8 years ago
clk.c
config.c cmd: add a new command "config" to show .config contents 7 years ago
console.c
cpu.c cmd: cpu: refactor to ensure devices are probed and improve code style 7 years ago
cramfs.c fs: Kconfig: Add a separate option for FS_JFFS2 7 years ago
cros_ec.c dm: core: Add flags parameter to device_remove() 7 years ago
dataflash_mmc_mux.c
date.c
demo.c
dfu.c common: dfu: saperate the dfu common functionality 8 years ago
diag.c
disk.c cmd: Rework disk.c usage 8 years ago
display.c
echo.c
eeprom.c Convert CONFIG_CMD_EEPROM et al to Kconfig 7 years ago
efi.c
elf.c cmd/elf.c: Support passing arguments with bootelf 7 years ago
ethsw.c cmd: ethsw: Fix out-of-bounds error 7 years ago
exit.c
ext2.c
ext4.c
fastboot.c
fat.c cmd/fat: Do not crash on write when <bytes> is not specified 8 years ago
fdc.c Fix spelling of "occurred". 8 years ago
fdt.c fdt: Check for NULL return from fdt_getprop in 'fdt set' 7 years ago
fitupd.c
flash.c flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 years ago
fpga.c fpga: Use enum for bitstream command types 7 years ago
fpgad.c
fs.c efi_loader: Pass file path to payload 8 years ago
fs_uuid.c
fuse.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
gettime.c
gpio.c gpio: Report errors when GPIOs cannot be read 8 years ago
gpt.c gpt: harden set_gpt_info() against non NULL-terminated strings 7 years ago
hash.c
help.c Drop command-processing code when CONFIG_CMDLINE is disabled 8 years ago
host.c cmd/host: add missing \n in help text 7 years ago
i2c.c i2c: Set default I2C bus number 7 years ago
ide.c powerpc, 8xx: remove support for 8xx 7 years ago
ini.c
io.c cmd/io.c: Fix comparison of unsigned expression warning 7 years ago
iotrace.c
irq.c
itest.c cmd: itest: correct calculus for long format 7 years ago
jffs2.c cmd: jffs2: use get_nand_dev_by_index() 7 years ago
led.c cmd/led.c: Remove unnecessary check on 'cmd' value 7 years ago
legacy_led.c led: Mark existing driver as legacy 7 years ago
license.c cmd: rework "license" command 7 years ago
load.c flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 years ago
log.c
lzmadec.c lzmadec: Use the same type as the lzma call 8 years ago
mac.c
md5sum.c
mdio.c common: miiphyutil: Work and report phy address in hex in mdio cmd 8 years ago
mem.c Kconfig: Finish migration of hashing commands 7 years ago
mfsl.c
mii.c
misc.c cmd: misc: Add support for fractions in sleep 8 years ago
mmc.c mmc: use new hwpart API when CONFIG_BLK enabled 7 years ago
mmc_spi.c dm: block: Rename device number member dev to devnum 8 years ago
mp.c
mtdparts.c cmd: mtdparts: fix uninitialized variable warning 7 years ago
nand.c cmd: nand: remove direct access to struct mtd_info->priv 7 years ago
net.c net: add static to do_tftpput() 7 years ago
nvedit.c env: Drop saveenv() in favour of env_save() 7 years ago
nvme.c nvme: Add nvme commands 7 years ago
onenand.c cmd/onenand.c: block align warning 8 years ago
part.c cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT 7 years ago
pci.c Kconfig: Drop CONFIG_CMD_PCI_ENUM 7 years ago
pcmcia.c powerpc, 8xx: remove support for 8xx 7 years ago
pmic.c
pxe.c pxe: Fix pxe boot with FIT image 8 years ago
qfw.c cmd: qfw: do not require default macros when building qfw command 8 years ago
read.c Kconfig: Convert CMD_READ to Kconfig 7 years ago
reginfo.c powerpc: Remove unneccessary #ifdefs in reginfo 7 years ago
regulator.c power: regulator: Introduce regulator_set_value_force function 8 years ago
reiser.c disk: convert CONFIG_DOS_PARTITION to Kconfig 7 years ago
remoteproc.c
sata.c cmd: sata: fix init command return value 7 years ago
scsi.c cmd: scsi: Fix null pointer dereference in 'scsi reset' 7 years ago
setexpr.c
sf.c dm: core: Add flags parameter to device_remove() 7 years ago
sha1sum.c
sound.c
source.c powerpc, 8xx: remove support for 8xx 7 years ago
spi.c cmd: spi: check return value of strdup 8 years ago
spl.c
strings.c
terminal.c
test.c
thordown.c
time.c
tpm.c lib: tpm: Add command to list resources 7 years ago
tpm_test.c cmd/tpm_test: Fix misleading code indentation 8 years ago
trace.c trace: Fix compiler warnings in trace 8 years ago
tsi148.c
ubi.c cmd: ubi: remove unnecessary logical constraint 7 years ago
ubifs.c
universe.c
unzip.c dm: blk: Rename get_device() to blk_get_device_by_str() 8 years ago
usb.c usb: cmd: Print actual packet size for super speed devices 7 years ago
usb_mass_storage.c cmd: usb_mass_storage: Staticize do_usb_mass_storage() 7 years ago
version.c display_options: Refactor to allow obtaining the banner 7 years ago
ximg.c
yaffs2.c
zfs.c disk: convert CONFIG_EFI_PARTITION to Kconfig 7 years ago
zip.c