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
Kumar Gala 9ba2e2c819 Remove support for booting ARTOS images 16 years ago
..
ACEX1K.c common: Move conditional compilation to Makefile 16 years ago
Makefile Makefile: compile and link each module just once 16 years ago
altera.c common: Move conditional compilation to Makefile 16 years ago
bedbug.c common: Move conditional compilation to Makefile 16 years ago
circbuf.c
cmd_ambapp.c Coding Style cleanup; update CHANGELOG 16 years ago
cmd_autoscript.c autoscript: Move conditional compilation to Makefile 16 years ago
cmd_bdinfo.c Fix merge problems 16 years ago
cmd_bedbug.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_bmp.c Fix compilation problem in common/cmd_bmp.c 17 years ago
cmd_boot.c allow ports to override go behavior 16 years ago
cmd_bootldr.c Blackfin: move bootldr command to common code 16 years ago
cmd_bootm.c Remove support for booting ARTOS images 16 years ago
cmd_cache.c common/: Remove lingering references to CFG_CMD_* symbols. 17 years ago
cmd_console.c devices: merge to list_head 16 years ago
cmd_cplbinfo.c Blackfin: new cplbinfo command for viewing cplb tables 16 years ago
cmd_date.c rtc: allow rtc_set to return an error and use it in cmd_date 16 years ago
cmd_dcr.c Big white-space cleanup. 16 years ago
cmd_df.c SPI API improvements 16 years ago
cmd_diag.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_display.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_doc.c Whitespace cleanup and marking broken code. 16 years ago
cmd_dtt.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_eeprom.c common/: Remove lingering references to CFG_CMD_* symbols. 17 years ago
cmd_elf.c allow ports to override bootelf behavior 16 years ago
cmd_ext2.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_fat.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_fdc.c Code cleanup: fix old style assignment ambiguities like "=-" etc. 16 years ago
cmd_fdos.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_fdt.c fdt: Added resize command 16 years ago
cmd_flash.c Fix merge problems 16 years ago
cmd_fpga.c Code cleanup: fix old style assignment ambiguities like "=-" etc. 16 years ago
cmd_i2c.c mod_i2c_mem() bugfix 16 years ago
cmd_ide.c Fix typo in spelling of ATAPI. 16 years ago
cmd_immap.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_irq.c Add command to enable/disable interrupts 16 years ago
cmd_itest.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_jffs2.c Add JFFS2 command support on OneNAND 16 years ago
cmd_license.c Add 'license' command to U-Boot command line 16 years ago
cmd_load.c loads: allow negative offsets 16 years ago
cmd_log.c Avoid initrd and logbuffer area overlaps 16 years ago
cmd_mac.c FSL: Fix common EEPROM_data structure definition 17 years ago
cmd_mem.c cmd_mem.c: Fix help message alignment 16 years ago
cmd_mfsl.c Fix merge problems 16 years ago
cmd_mii.c Add CONFIG_MII_INIT support to related boards 16 years ago
cmd_misc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_mmc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_mp.c 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS 16 years ago
cmd_nand.c Coding Style cleanup, update CHANGELOG 16 years ago
cmd_net.c Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions 16 years ago
cmd_nvedit.c Fix some more printf() format problems. 16 years ago
cmd_onenand.c Fix OneNAND read_oob/write_oob functions compatability 16 years ago
cmd_otp.c interface to Blackfin on-chip One-Time-Programmable memory 17 years ago
cmd_pci.c Big white-space cleanup. 16 years ago
cmd_pcmcia.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 17 years ago
cmd_portio.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_reginfo.c ppc4xx: Consolidate PPC4xx UIC defines 16 years ago
cmd_reiser.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_sata.c ata: add the support for SATA framework 16 years ago
cmd_scsi.c Code cleanup: fix old style assignment ambiguities like "=-" etc. 16 years ago
cmd_setexpr.c Add setexpr command 16 years ago
cmd_sf.c SPI Flash: Add "sf" command 16 years ago
cmd_spi.c SPI API improvements 16 years ago
cmd_strings.c new command for displaying strings at specified memory locations 17 years ago
cmd_terminal.c devices: merge to list_head 16 years ago
cmd_universe.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 17 years ago
cmd_usb.c Code cleanup: fix old style assignment ambiguities like "=-" etc. 16 years ago
cmd_vfd.c Big white-space cleanup. 16 years ago
cmd_ximg.c Memory footprint optimizations 16 years ago
cmd_yaffs2.c Minor coding style cleanup, updte CHANGELOG 16 years ago
command.c Big white-space cleanup. 16 years ago
console.c Allow console input to be disabled 16 years ago
cyclon2.c common: Move conditional compilation to Makefile 16 years ago
ddr_spd.c Add proper SPD definitions for DDR1/2/3 16 years ago
devices.c devices: Use list_add_tail() instead of list_add() to register a device 16 years ago
dlmalloc.c Fix merge problems 16 years ago
dlmalloc.src
docecc.c common: Move conditional compilation to Makefile 16 years ago
env_common.c Remove code duplication for setting the default environment 16 years ago
env_dataflash.c Big white-space cleanup. 16 years ago
env_eeprom.c environment: cleanup prototype declarations of env functions. 16 years ago
env_flash.c fix building when saveenv is disabled in some setups 16 years ago
env_nand.c NAND: Do not write or read a whole block if it is larger than the environment 16 years ago
env_nowhere.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 18 years ago
env_nvram.c environment: cleanup prototype declarations of env functions. 16 years ago
env_onenand.c Fix OneNAND build break 16 years ago
env_sf.c Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase 16 years ago
environment.c fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols 17 years ago
exports.c Add functions to list of exported functions 17 years ago
fdt_support.c fdt: refactor initrd related code 16 years ago
flash.c Code cleanup: fix old style assignment ambiguities like "=-" etc. 16 years ago
fpga.c common: Move conditional compilation to Makefile 16 years ago
hush.c hush: Fix printf debug macro in hush.c so that it usable in U-Boot 16 years ago
image.c Remove support for booting ARTOS images 16 years ago
kgdb.c common/kgdb.c: fix 'dereferencing type-punned pointer' warning 16 years ago
lcd.c common: Move conditional compilation to Makefile 16 years ago
lynxkdi.c common: Move conditional compilation to Makefile 16 years ago
main.c Fix merge problems 16 years ago
memsize.c Sequential accesses to non-existent memory must be synchronized, 18 years ago
miiphyutil.c miiphyutil: Move conditional compilation to Makefile 16 years ago
s_record.c
serial.c ARM: s3c24xx: Multiple serial port support 17 years ago
spartan2.c common: Move conditional compilation to Makefile 16 years ago
spartan3.c common: Move conditional compilation to Makefile 16 years ago
stratixII.c common: Move conditional compilation to Makefile 16 years ago
usb.c common: Move conditional compilation to Makefile 16 years ago
usb_kbd.c devices: merge to list_head 16 years ago
usb_storage.c common: Move conditional compilation to Makefile 16 years ago
virtex2.c common: Move conditional compilation to Makefile 16 years ago
xilinx.c common: Move conditional compilation to Makefile 16 years ago
xyzModem.c Coding Style cleanup. 18 years ago