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 7344f9128d Remove interleave of non-U-Boot code in hush 12 years ago
..
Makefile USB: Separate out USB hub driver 12 years ago
bedbug.c
cmd_ambapp.c various cmd_* files: fixed layout a little bit 14 years ago
cmd_bdinfo.c davinci: add support for printing clock frequency 12 years ago
cmd_bedbug.c Stop using builtin_run_command() 12 years ago
cmd_bmp.c lcd: add clear and draw bitmap declaration 13 years ago
cmd_boot.c make `go` optional 13 years ago
cmd_bootldr.c Blackfin: bootldr: use common defines 13 years ago
cmd_bootm.c Stop using builtin_run_command() 12 years ago
cmd_cache.c command/cmd_cache.c: Add optional flush arguments 13 years ago
cmd_console.c
cmd_cplbinfo.c various cmd_* files: fixed layout a little bit 14 years ago
cmd_cramfs.c cramfs: make cramfs usable without a NOR flash 13 years ago
cmd_dataflash_mmc_mux.c various cmd_* files: remove the command name from the help message 14 years ago
cmd_date.c cmd_date: constify 14 years ago
cmd_dcr.c common: move extern char console_buffer[] to common.h 13 years ago
cmd_df.c
cmd_diag.c
cmd_display.c led_display: split led display support into generic and hw-dependent parts 14 years ago
cmd_dtt.c hwmon: Provide dtt_init() 13 years ago
cmd_echo.c
cmd_eeprom.c cmd_eeprom: typo 12 years ago
cmd_elf.c net: tftpput: Rename TFTP to TFTPGET 13 years ago
cmd_exit.c
cmd_ext2.c
cmd_fat.c fs/fat: Big code cleanup. 14 years ago
cmd_fdc.c common/cmd_fdc.c: Fix GCC 4.6 build warnings 13 years ago
cmd_fdos.c Convert ISO-8859 files to UTF-8 13 years ago
cmd_fdt.c common/cmd_fdt.c: fix wrong data displayed in fdt print 13 years ago
cmd_fitupd.c add command fitupd to run an update from a FIT image 13 years ago
cmd_flash.c common/cmd_flash.c: Fix GCC 4.6 build warnings 13 years ago
cmd_fpga.c FPGA: use debug() instead of module debug printf 13 years ago
cmd_gpio.c gpio: check request result 13 years ago
cmd_help.c
cmd_i2c.c common: move extern char console_buffer[] to common.h 13 years ago
cmd_ide.c common/cmd_ide.c: fix GCC 4.6 build warnings 13 years ago
cmd_immap.c
cmd_irq.c
cmd_itest.c itest: fix result of string compares 13 years ago
cmd_jffs2.c cmd_jffs2: Fix get_part_sector_size_nor() overflow bug 14 years ago
cmd_ldrinfo.c Blackfin: ldrinfo: new command 13 years ago
cmd_led.c led: remove camel casing of led identifiers globally 13 years ago
cmd_license.c various cmd_* files: fixed layout a little bit 14 years ago
cmd_load.c
cmd_log.c arm, logbuffer: make it compileclean 13 years ago
cmd_mac.c cmd_mac: fix help for 'mac read' 13 years ago
cmd_md5sum.c Fix: watchdog timed out, if using md5 command 13 years ago
cmd_mdio.c common/cmd_mdio.c: fix compile warning 13 years ago
cmd_mem.c common: move extern char console_buffer[] to common.h 13 years ago
cmd_mfsl.c
cmd_mgdisk.c various cmd_* files: remove the command name from the help message 14 years ago
cmd_mii.c miiphy: convert to linux/mii.h 14 years ago
cmd_misc.c
cmd_mmc.c mmc: rescan fails on empty slot 13 years ago
cmd_mmc_spi.c mmc_spi: add mmc_init call 13 years ago
cmd_mp.c powerpc/mp: add support for discontiguous cores 13 years ago
cmd_mtdparts.c GCC4.6: Squash undefined variable in cmd_mtdparts.c 13 years ago
cmd_nand.c cmd_nand.c: Fix 'nand dump' after latest MTD resync 12 years ago
cmd_net.c net: Fix arguments in tftpput command 13 years ago
cmd_nvedit.c common: add possibility for readline_into_buffer timeout 12 years ago
cmd_onenand.c onenand: add yaffs write command 14 years ago
cmd_otp.c Blackfin: otp: fix build after constification of args[] 14 years ago
cmd_pci.c common: move extern char console_buffer[] to common.h 13 years ago
cmd_pcmcia.c
cmd_portio.c
cmd_pxe.c Rename run_command2() to run_command() 12 years ago
cmd_reginfo.c
cmd_reiser.c
cmd_sata.c disk/part.c: Make features optional 13 years ago
cmd_scsi.c disk/part.c: Make features optional 13 years ago
cmd_setexpr.c
cmd_sf.c sf command: allow default bus and chip selects 12 years ago
cmd_sha1sum.c Fix: watchdog timed out, if using sha1 command 13 years ago
cmd_source.c Stop using builtin_run_command() 12 years ago
cmd_spi.c sspi: add options to specify bus and mode 14 years ago
cmd_spibootldr.c various cmd_* files: fixed layout a little bit 14 years ago
cmd_strings.c various cmd_* files: fixed layout a little bit 14 years ago
cmd_terminal.c
cmd_test.c
cmd_time.c cmd_time: add time command 13 years ago
cmd_tpm.c Add a cli command to test the TPM device. 13 years ago
cmd_tsi148.c common: tsi148 - fix gcc 4.6 compiler warning 13 years ago
cmd_ubi.c GCC4.6: Squash warning in cmd_ubi.c: 13 years ago
cmd_ubifs.c UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change 14 years ago
cmd_universe.c common/cmd_universe.c: Fix GCC 4.6 build warning 13 years ago
cmd_unzip.c md5sum/sha1sum/unzip: split out of mondo mem file 13 years ago
cmd_usb.c USB: Use (get|put)_unaligned for accessing wMaxPacketSize 13 years ago
cmd_version.c unify version_string 13 years ago
cmd_ximg.c checkpatch whitespace cleanups 13 years ago
cmd_yaffs2.c YAFFS2: cmd_yaffs2.c - fix build warnings 13 years ago
command.c Create a single cmd_call() function to handle command execution 12 years ago
console.c Make printf and vprintf safe from buffer overruns 13 years ago
ddr_spd.c mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements 13 years ago
dlmalloc.c utx8245: fix build breakage due to assert() 13 years ago
dlmalloc.src
env_common.c env: factor out the env_get_char_spec() function 13 years ago
env_dataflash.c env: clean env_dataflash.c checkpatch and code style 13 years ago
env_eeprom.c env: clean env_eeprom.c checkpatch and code style 13 years ago
env_embedded.c env: clean env_embedded.c checkpatch and code style 13 years ago
env_flash.c env: factor out the env_get_char_spec() function 13 years ago
env_mgdisk.c env: factor out the env_get_char_spec() function 13 years ago
env_mmc.c env: factor out the env_get_char_spec() function 13 years ago
env_nand.c env: factor out the env_get_char_spec() function 13 years ago
env_nowhere.c env: factor out the env_get_char_spec() function 13 years ago
env_nvram.c env: factor out the env_get_char_spec() function 13 years ago
env_onenand.c env: factor out the env_get_char_spec() function 13 years ago
env_sf.c env: factor out the env_get_char_spec() function 13 years ago
exports.c Fix SPI build errors in exports.c 13 years ago
fdt_support.c Fix constness of the fdt void pointer in fdt_getprop_u32_default 13 years ago
flash.c cfi_flash: Simplify dynamic flash bank number detection 14 years ago
hush.c Remove interleave of non-U-Boot code in hush 12 years ago
hwconfig.c Minor Coding Style Cleanup. 14 years ago
image.c common/image.c: align usage of fdt_high with initrd_high 12 years ago
iomux.c
kallsyms.c
kgdb.c
kgdb_stubs.c
lcd.c PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 13 years ago
lynxkdi.c checkpatch whitespace cleanups 13 years ago
main.c Create a single cmd_call() function to handle command execution 12 years ago
memsize.c Remove volatile qualifier in get_ram_size() calls 13 years ago
menu.c common, menu: do not trigger timeout again, if a line is read 12 years ago
miiphyutil.c Revert "mii: miiphy register address width change" 13 years ago
modem.c common: move extern char console_buffer[] to common.h 13 years ago
s_record.c
serial.c serial: constify serial_assign() 13 years ago
stdio.c stdio: Fix a possible buffer overflow 13 years ago
system_map.c
update.c net: tftpput: Rename TFTP to TFTPGET 13 years ago
usb.c USB: Make struct devrequest setup_packet local 12 years ago
usb_hub.c USB: relax usbcore reset timings 12 years ago
usb_kbd.c USB: move keyboard polling into kbd driver 12 years ago
usb_storage.c usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM 13 years ago
xyzModem.c cleanup: Fix typos and misspellings in various files. 13 years ago