.. |
Makefile
|
16a28ef219
IOMUX: Add console multiplexing support.
|
16 years ago |
bedbug.c
|
d6e9ee92e8
common: Move conditional compilation to Makefile
|
16 years ago |
circbuf.c
|
232c150a25
Add support for Siemens SX1 mobile phone;
|
21 years ago |
cmd_ambapp.c
|
1aeed8d71a
Coding Style cleanup; update CHANGELOG
|
17 years ago |
cmd_autoscript.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_bdinfo.c
|
6dadc9195a
Blackfin: use common strmhz() in system output
|
16 years ago |
cmd_bedbug.c
|
20d04774f4
Consolidate MAX/MIN definitions
|
16 years ago |
cmd_bmp.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_boot.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_bootldr.c
|
86a20fb920
Blackfin: move bootldr command to common code
|
17 years ago |
cmd_bootm.c
|
107b801cf3
Fix gunzip in case of insufficient output buffer
|
16 years ago |
cmd_cache.c
|
9025317883
common/: Remove lingering references to CFG_CMD_* symbols.
|
18 years ago |
cmd_console.c
|
c1de7a6daf
devices: merge to list_head
|
16 years ago |
cmd_cplbinfo.c
|
cf675d3b2b
Blackfin: new cplbinfo command for viewing cplb tables
|
17 years ago |
cmd_date.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_dcr.c
|
53677ef18e
Big white-space cleanup.
|
17 years ago |
cmd_df.c
|
d255bb0e78
SPI API improvements
|
17 years ago |
cmd_diag.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_display.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_doc.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_dtt.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_eeprom.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_elf.c
|
29a4c24de9
cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
|
16 years ago |
cmd_ext2.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_fat.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_fdc.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_fdos.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_fdt.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_flash.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_fpga.c
|
d0ff51ba5d
Code cleanup: fix old style assignment ambiguities like "=-" etc.
|
17 years ago |
cmd_i2c.c
|
3cbd823116
Coding Style cleanup, update CHANGELOG
|
16 years ago |
cmd_ide.c
|
bcdf1d2cf6
common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
|
16 years ago |
cmd_immap.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_irq.c
|
ffa4bafaca
Add command to enable/disable interrupts
|
16 years ago |
cmd_itest.c
|
8a40fb148e
move cmd_get_data_size to command.c
|
16 years ago |
cmd_jffs2.c
|
b5b004ad8a
jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
|
16 years ago |
cmd_license.c
|
0a823aa2a8
Add 'license' command to U-Boot command line
|
16 years ago |
cmd_load.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_log.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_mac.c
|
32628c5008
cmd_mac: Move conditional compilation to Makefile
|
16 years ago |
cmd_mem.c
|
b6fc6fd49a
common: Iteration limit for memory test.
|
16 years ago |
cmd_mfsl.c
|
f2302d4430
Fix merge problems
|
16 years ago |
cmd_mii.c
|
0f3ba7e978
Add CONFIG_MII_INIT support to related boards
|
17 years ago |
cmd_misc.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_mmc.c
|
4a43719a77
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
|
17 years ago |
cmd_mp.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_nand.c
|
d4bade8d77
nand: fixup printf modifiers to match types used
|
16 years ago |
cmd_net.c
|
2e4970d810
net: Fix download command parsing
|
16 years ago |
cmd_nvedit.c
|
ba69dc26a5
saveenv: standardize enablement
|
16 years ago |
cmd_onenand.c
|
c438ea175d
OneNAND: Bad block aware read/write command support
|
16 years ago |
cmd_otp.c
|
d0b01a246d
interface to Blackfin on-chip One-Time-Programmable memory
|
17 years ago |
cmd_pci.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_pcmcia.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_portio.c
|
8a40fb148e
move cmd_get_data_size to command.c
|
16 years ago |
cmd_reginfo.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_reiser.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_sata.c
|
cf7e399fb3
SATA: do not auto-initialize during boot
|
16 years ago |
cmd_scsi.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
cmd_setexpr.c
|
d058698fd2
Add setexpr command
|
17 years ago |
cmd_sf.c
|
b6368467e6
SPI Flash: Add "sf" command
|
17 years ago |
cmd_spi.c
|
c46980f6d2
cmd_spi: remove broken signed casting for display
|
16 years ago |
cmd_strings.c
|
774ce72026
strings: use puts() rather than printf()
|
16 years ago |
cmd_terminal.c
|
c1de7a6daf
devices: merge to list_head
|
16 years ago |
cmd_ubi.c
|
455ae7e87f
Coding style cleanup, update CHANGELOG.
|
16 years ago |
cmd_universe.c
|
4a43719a77
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
|
17 years ago |
cmd_usb.c
|
bebfc6ef3e
Remove obsolete command (apply afte USB style patch, 80 chars strict)
|
16 years ago |
cmd_vfd.c
|
0d92d4a699
cmd_vfd: Move conditional compilation to Makefile
|
16 years ago |
cmd_ximg.c
|
edbed247a1
Memory footprint optimizations
|
17 years ago |
cmd_yaffs2.c
|
a49d10cf02
Minor coding style cleanup, updte CHANGELOG
|
16 years ago |
command.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
console.c
|
16a28ef219
IOMUX: Add console multiplexing support.
|
16 years ago |
ddr_spd.c
|
0f2cbe3f5e
Add proper SPD definitions for DDR1/2/3
|
16 years ago |
devices.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
dlmalloc.c
|
f2302d4430
Fix merge problems
|
16 years ago |
dlmalloc.src
|
8bde7f776c
* Code cleanup:
|
22 years ago |
docecc.c
|
d6e9ee92e8
common: Move conditional compilation to Makefile
|
16 years ago |
env_common.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
env_dataflash.c
|
0e8d158664
rename CFG_ENV macros to CONFIG_ENV
|
16 years ago |
env_eeprom.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
env_embedded.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
env_flash.c
|
0e8d158664
rename CFG_ENV macros to CONFIG_ENV
|
16 years ago |
env_nand.c
|
0e8d158664
rename CFG_ENV macros to CONFIG_ENV
|
16 years ago |
env_nowhere.c
|
c0878af6e3
env_nowhere: Move conditional compilation to Makefile
|
16 years ago |
env_nvram.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
env_onenand.c
|
5e46b1e541
OneNAND: Add missing mtd info struct before calling onenand_erase()
|
16 years ago |
env_sf.c
|
5b3375ac8c
env_sf: support embedded environments
|
16 years ago |
exports.c
|
8092fef4c2
Add functions to list of exported functions
|
17 years ago |
fdt_support.c
|
c088a108c7
fdt_resize(): fix actualsize calculations with unaligned blobs
|
16 years ago |
flash.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
hush.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
image.c
|
cd6734510a
Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
|
16 years ago |
iomux.c
|
16a28ef219
IOMUX: Add console multiplexing support.
|
16 years ago |
kgdb.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
lcd.c
|
ace514837c
lcd: Let the board code show board-specific info cleanup
|
16 years ago |
lynxkdi.c
|
d6e9ee92e8
common: Move conditional compilation to Makefile
|
16 years ago |
main.c
|
c3284b030b
common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
|
16 years ago |
memsize.c
|
91650b3e4d
Sequential accesses to non-existent memory must be synchronized,
|
18 years ago |
miiphyutil.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
s_record.c
|
affae2bff8
Initial revision
|
23 years ago |
serial.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
update.c
|
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
usb.c
|
de39f8c19d
USB style patch, 80 chars strict
|
16 years ago |
usb_kbd.c
|
fea91edee8
usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
|
16 years ago |
usb_storage.c
|
d6e9ee92e8
common: Move conditional compilation to Makefile
|
16 years ago |
xyzModem.c
|
7d0432c9e4
Coding Style cleanup.
|
18 years ago |