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/common
Simon Glass 576aacdb91 bootm: Move fixup_silent_linux() earlier in the bootm stages 11 years ago
..
spl spl_mmc: add Falcon mode support for raw variant 11 years ago
Makefile video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO 11 years ago
bedbug.c Consolidate bool type 11 years ago
board_f.c Add trace support to generic board 11 years ago
board_r.c Add trace support to generic board 11 years ago
bootstage.c Add function to print a number with grouped digits 11 years ago
bouncebuf.c
cmd_ambapp.c
cmd_bdinfo.c common: Update cmd_bdinfo for PPC 11 years ago
cmd_bedbug.c Consolidate bool type 11 years ago
cmd_bmp.c video: consolidate splash screen alignment code 11 years ago
cmd_boot.c
cmd_bootldr.c
cmd_bootm.c bootm: Move fixup_silent_linux() earlier in the bootm stages 11 years ago
cmd_bootmenu.c common: remove unaligned access error in bootmenu_getoption() 11 years ago
cmd_bootstage.c
cmd_cache.c
cmd_cbfs.c
cmd_console.c
cmd_cplbinfo.c
cmd_cramfs.c
cmd_dataflash_mmc_mux.c
cmd_date.c
cmd_dcr.c
cmd_dfu.c
cmd_diag.c
cmd_disk.c Fix ext2/ext4 filesystem accesses beyond 2TiB 11 years ago
cmd_display.c
cmd_dtt.c
cmd_echo.c
cmd_eeprom.c
cmd_elf.c bootm: Correct the arguments for the ELF image loader 11 years ago
cmd_exit.c
cmd_ext2.c
cmd_ext4.c
cmd_fat.c
cmd_fdc.c Consolidate bool type 11 years ago
cmd_fdos.c
cmd_fdt.c sandbox: fdt: Support fdt command for sandbox 11 years ago
cmd_fitupd.c net: Add prototype for update_tftp 11 years ago
cmd_flash.c
cmd_fpga.c Merge branch 'u-boot/master' into 'u-boot-arm/master' 11 years ago
cmd_fs.c
cmd_fuse.c Add fuse API and commands 11 years ago
cmd_gettime.c
cmd_gpio.c
cmd_gpt.c
cmd_hash.c
cmd_help.c
cmd_i2c.c
cmd_ide.c Fix block device accesses beyond 2TiB 11 years ago
cmd_immap.c powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 11 years ago
cmd_ini.c
cmd_io.c
cmd_irq.c
cmd_itest.c
cmd_jffs2.c
cmd_ldrinfo.c
cmd_led.c
cmd_license.c
cmd_load.c
cmd_log.c
cmd_mac.c
cmd_md5sum.c
cmd_mdio.c
cmd_mem.c Fix missing return in do_mem_loop() 11 years ago
cmd_mfsl.c
cmd_mii.c
cmd_misc.c
cmd_mmc.c COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition 11 years ago
cmd_mmc_spi.c
cmd_mp.c
cmd_mtdparts.c mtd: Make mtdparts work with pre-reloc env 11 years ago
cmd_nand.c nand: Don't call adjust_size_for_badblocks for erase 11 years ago
cmd_net.c
cmd_nvedit.c env: Fix minor comment typos in cmd_nvedit 11 years ago
cmd_onenand.c mtd: resync with Linux-3.7.1 11 years ago
cmd_otp.c
cmd_part.c
cmd_pci.c
cmd_pcmcia.c
cmd_portio.c
cmd_pxe.c pxe: add ipappend support 11 years ago
cmd_read.c
cmd_reginfo.c
cmd_reiser.c
cmd_sandbox.c sandbox: fs: Add support for saving files to host filesystem 11 years ago
cmd_sata.c part/dev_desc: Add log2 of blocksize to block_dev_desc data struct 11 years ago
cmd_scsi.c scsi: Correct types of scsi_read/write() 11 years ago
cmd_setexpr.c setexpr: add regex substring matching and substitution 11 years ago
cmd_sf.c cmd_sf: Add print mesgs on sf read/write commands 11 years ago
cmd_sha1sum.c
cmd_softswitch.c blackfin: bf609: add softswitch config command 11 years ago
cmd_sound.c
cmd_source.c image: Rename fit_image_check_hashes() to fit_image_verify() 11 years ago
cmd_spi.c
cmd_spibootldr.c
cmd_spl.c
cmd_strings.c
cmd_terminal.c
cmd_test.c common/cmd_test: Avoid macro expansion 11 years ago
cmd_time.c
cmd_tpm.c tpm: add AUTH1 cmds for LoadKey2 and GetPubKey 11 years ago
cmd_trace.c Add a trace command 11 years ago
cmd_tsi148.c
cmd_ubi.c ubi: ubifs: Turn off verbose prints 11 years ago
cmd_ubifs.c
cmd_universe.c
cmd_unzip.c
cmd_usb.c USB: SS: Add support for Super Speed USB interface 11 years ago
cmd_usb_mass_storage.c
cmd_version.c
cmd_ximg.c image: Rename fit_image_check_hashes() to fit_image_verify() 11 years ago
cmd_yaffs2.c
cmd_zfs.c
cmd_zip.c
command.c
console.c
ddr_spd.c
dlmalloc.c Consolidate bool type 11 years ago
dlmalloc.src Consolidate bool type 11 years ago
edid.c
env_attr.c
env_callback.c
env_common.c
env_dataflash.c Revert "env: fix potential stack overflow in environment functions" 11 years ago
env_eeprom.c Revert "env: fix potential stack overflow in environment functions" 11 years ago
env_embedded.c
env_fat.c Revert "env: fix potential stack overflow in environment functions" 11 years ago
env_flags.c
env_flash.c
env_mmc.c env_mmc: allow negative CONFIG_ENV_OFFSET 11 years ago
env_nand.c nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters 11 years ago
env_nowhere.c
env_nvram.c Revert "env: fix potential stack overflow in environment functions" 11 years ago
env_onenand.c mtd: resync with Linux-3.7.1 11 years ago
env_remote.c
env_sf.c Revert "env: fix potential stack overflow in environment functions" 11 years ago
env_ubi.c env: Add redundant env support to UBI env 11 years ago
exports.c
fdt_support.c fdt: remove unaligned access in fdt_fixup_ethernet() 11 years ago
flash.c flash: Add optional verify-after-write feature 11 years ago
hash.c hash: Add a way to calculate a hash for any algortihm 11 years ago
hush.c
hwconfig.c
image-fdt.c bootm: Use selected configuration for ramdisk and fdt 11 years ago
image-fit.c bootm: Use selected configuration for ramdisk and fdt 11 years ago
image-sig.c image: Add support for signing of FIT configurations 11 years ago
image.c common/image.c: Fix regression with ramdisk load/entry points in FIT 11 years ago
iomux.c
kallsyms.c
kgdb.c
kgdb_stubs.c
lcd.c video: consolidate splash screen alignment code 11 years ago
lynxkdi.c
main.c fdt: allow bootdelay to be specified via device tree 11 years ago
memsize.c
menu.c menu: export menu_default_choice() function 11 years ago
miiphyutil.c
modem.c
s_record.c
splash.c video: consolidate splash screen alignment code 11 years ago
stdio.c
system_map.c
update.c image: Rename fit_image_check_hashes() to fit_image_verify() 11 years ago
usb.c USB: SS: Add support for Super Speed USB interface 11 years ago
usb_hub.c usb: ehci: add Faraday USB 2.0 EHCI support 11 years ago
usb_kbd.c usb: workaround non-working keyboards. 11 years ago
usb_storage.c Fix block device accesses beyond 2TiB 11 years ago
xyzModem.c