Commit Graph

2378 Commits (1938f4a5b62fc03c52b47697a89b2bb47b77c90c)

Author SHA1 Message Date
Simon Glass 1938f4a5b6 Introduce generic pre-relocation board_f.c 12 years ago
Tom Rini 68149e9405 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set 12 years ago
Joe Hershberger d514544fe0 CONFIG_BOOTDELAY default should not affect runtime 12 years ago
Barak Wasserstrom fe492cee35 common/main: move set_working_fdt_addr to enable usage of $fdtaddr 12 years ago
Wolfgang Denk 7d85591dda env: fix "env ask" command 12 years ago
Tom Rini 01fac041cb cmd_fat.c: Note in fatread help about alignment requirements 12 years ago
Robert P. J. Day c8b5f556c0 cmd_df.c: Delete this clearly unused source file. 12 years ago
Robert P. J. Day a22bf16bea cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs 12 years ago
Joe Hershberger be2e5a09e6 Allow u-boot to be silent without forcing Linux to be 12 years ago
Stephen Warren 92668d68c1 cmd_part: don't print cmd name twice in help 12 years ago
Wolfgang Denk a2681707b2 Feature Removal: disable "mtest" command by default 12 years ago
Daniel Schwierzeck 59af76d9cc bootm: fix conditional compilation for bootm ramdisk subcommand 12 years ago
Joe Hershberger 18a3cce9fa env: Avoid clobbering an edited variable on ctrl-c 12 years ago
Simon Glass d304931f23 sandbox: Add 'sb' command to access filesystem features 12 years ago
Sonic Zhang a2979dcdbe blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. 12 years ago
Stefano Babic 28786eb960 SPL: Change description for spl command 12 years ago
Simon Glass 218da0f35f hash: Use lower case for hash algorithm names 12 years ago
Simon Glass bd091b67d0 sandbox: Allow hash functions to work correctly 12 years ago
Simon Glass 5512d5b034 sandbox: Update mtest to fix crashes 12 years ago
Simon Glass 8e169cc943 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file 12 years ago
Simon Glass d20a40de9d Roll crc32 into hash infrastructure 12 years ago
Simon Glass d5b76673a5 hash: Add a flag to support saving hashes in the environment 12 years ago
Simon Glass 0ccff500cf image: Use crc header file instead of C prototypes 12 years ago
Simon Glass 41ef372c1a common: Use new numeric setenv functions 12 years ago
Simon Glass bfc5996643 Update set_working_fdt_addr() to use setenv_addr() 12 years ago
Simon Glass 8c86bbe00f Reduce casting in mtest 12 years ago
Simon Glass c44d4386e6 Bring mtest putc() into common code 12 years ago
Simon Glass 7ecbd4d708 Fix mtest indenting 12 years ago
Simon Glass 51209b1f42 Use common mtest iteration counting 12 years ago
Simon Glass c9638f50fb Split out the memory tests into separate functions 12 years ago
Simon Glass 0628ab8ec5 sandbox: Change memory commands to use map_physmem 12 years ago
Simon Glass 6b3ff98da4 Tidy up error checking and fix bug in hash command 12 years ago
Phil Sutter a1eac57a20 common/env_nand.c: calculate crc only when readenv was OK 12 years ago
Phil Sutter b76a147b72 env_nand.c: clarify log messages when env reading fails 12 years ago
Harvey Chapman ced199dc85 nand: fix nand read.option parsing 12 years ago
Vipin Kumar 8fdf1e0f6d imls: Add support to list images in NAND device 12 years ago
Piotr Wilczek 3e34cf7bff gpt: fix partion size limit 12 years ago
Holger Hans Peter Freyther 4f47aceb11 led: The gpio_led.c code expects that LED state is from the enum 12 years ago
Reinhard Arlt 1b3e0b191a cmd_elf: Fix broken bootvx command 12 years ago
Robert P. J. Day 70d7cb9252 cmd_load.c: Add #endif comments to reduce confusion 12 years ago
Robert P. J. Day 85de63e2e6 cmd_mem.c: Fix some typoes, no functional changes 12 years ago
Gabor Juhos 7b395232da malloc: make malloc_bin_reloc static 12 years ago
Kim Phillips 8aa5ec6e16 common/fdt_support.c: sparse fixes 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Michal Simek e70fb539a6 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option 12 years ago
Richard Genoud 34765e8853 cmd_time: merge run_command_and_time_it with cmd_process 12 years ago
Jim Lin b2f3e0ea3e console: USB: KBD: Fix incorrect autoboot timeout 12 years ago
Fabio Estevam b56540801f common: env_mmc: Use __weak annotation to simplify code 12 years ago
Gabor Juhos 0f3073433c common/cmd_bootm.c: prevent running of subcommands before 'bootm start' 12 years ago
Simon Glass c8fcd0f279 Only use fb_base if we have a display 12 years ago