1
0
Fork 0
remarkable-uboot/cmd
Simon Glass 72a8cf8dcc Move all command code into its own directory
There are a lot of unrelated files in common, including all of the commands.
Moving them into their own directory makes them easier to find and is more
logical.

Some commands include non-command code, such as cmd_scsi.c. This should be
sorted out at some point so that the function can be enabled with or without
the associated command.

Unfortunately, with m68k I get this error:

m68k:  +   M5329AFEE
+arch/m68k/cpu/mcf532x/start.o: In function `_start':
+arch/m68k/cpu/mcf532x/start.S:159:(.text+0x452): relocation truncated to fit: R_68K_PC16 against symbol `board_init_f' defined in .text.board_init_f section in common/built-in.o

I hope someone can shed some light on what this means. I hope it isn't
depending on the position of code in the image.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
2016-01-25 10:39:43 -05:00
..
Kconfig Move all command code into its own directory 2016-01-25 10:39:43 -05:00
Makefile Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_aes.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ambapp.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_armflash.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bdinfo.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bedbug.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_blob.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bmp.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_boot.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bootldr.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bootm.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bootmenu.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_bootstage.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_cache.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_cbfs.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_clk.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_console.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_cplbinfo.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_cpu.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_cramfs.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_dataflash_mmc_mux.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_date.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_dcr.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_demo.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_dfu.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_diag.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_disk.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_display.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_dtt.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_echo.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_eeprom.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_efi.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_elf.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ethsw.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_exit.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ext2.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ext4.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fastboot.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fat.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fdc.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fdt.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fitupd.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_flash.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fpga.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fpgad.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fs.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fs_uuid.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_fuse.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_gettime.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_gpio.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_gpt.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_hash.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_help.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_host.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_i2c.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ide.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_immap.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ini.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_io.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_iotrace.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_irq.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_itest.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_jffs2.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ldrinfo.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_led.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_license.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_load.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_log.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_lzmadec.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mac.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_md5sum.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mdio.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mem.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mfsl.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mii.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_misc.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mmc.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mmc_spi.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mp.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_mtdparts.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_nand.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_net.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_nvedit.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_onenand.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_otp.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_part.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_pci.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_pcmcia.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_pmic.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_portio.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_pxe.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_read.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_reginfo.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_regulator.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_reiser.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_remoteproc.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_sata.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_scsi.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_setexpr.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_sf.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_sha1sum.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_softswitch.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_sound.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_source.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_spi.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_spibootldr.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_spl.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_strings.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_terminal.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_test.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_thordown.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_time.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_tpm.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_tpm_test.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_trace.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_tsi148.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ubi.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ubifs.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_universe.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_unzip.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_usb.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_usb_mass_storage.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_version.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_ximg.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_yaffs2.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_zfs.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00
cmd_zip.c Move all command code into its own directory 2016-01-25 10:39:43 -05:00