Commit Graph

2548 Commits (f0df254663d44f7fd4b714542bb4602626837465)

Author SHA1 Message Date
Kuo-Jung Su e82a316d7f usb: ehci: add Faraday USB 2.0 EHCI support 12 years ago
Kuo-Jung Su aa1550588c usb: hub: make minimum power-on delay configurable 12 years ago
Vincent Palatin 5da2dc9789 usb: workaround non-working keyboards. 12 years ago
Vincent Palatin 09defbc75b usb: properly re-initialize the USB keyboard. 12 years ago
Scott Wood a166fbca20 powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 12 years ago
Stephen Warren 064d55f8bc fdt: remove unaligned access in fdt_fixup_ethernet() 12 years ago
Masahiro Yamada a0ba279ac6 generic_board: reduce the redundancy of gd_t struct members 12 years ago
Peter Korsgaard 2b75b0ad3a spl_mmc: add Falcon mode support for raw variant 12 years ago
Peter Korsgaard 721931f805 spl_mmc: mmc_load_image_raw(): Add sector argument 12 years ago
Peter Korsgaard 7ad2cc7964 spl_mmc: add Falcon mode support for FAT variant 12 years ago
Peter Korsgaard 2fabd0bcaa spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out 12 years ago
Peter Korsgaard 79adb7a2b5 spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging 12 years ago
Stephen Warren 6a195d2d8a lcd: add functions to set up simplefb device tree 12 years ago
Stephen Warren 99bd544ee7 fdt: allow bootdelay to be specified via device tree 12 years ago
Masahiro Yamada b8521b740b common: board_f: Do not call board_postclk_init twice 12 years ago
Simon Glass c6ac13bdea sandbox: image: Adjust FIT image printing to work with sandbox 12 years ago
Simon Glass 4651800d51 image: Use fit_image_load() to load kernel 12 years ago
Simon Glass aed161e5fe sandbox: Adjust bootm command to work with sandbox 12 years ago
Simon Glass 53f375fa81 image: Use fit_image_load() to load FDT 12 years ago
Simon Glass a51ec63b85 image: Use fit_image_load() to load ramdisk 12 years ago
Simon Glass 782cfbb259 image: Introduce fit_image_load() to load images from FITs 12 years ago
Simon Glass d34d186ef9 main: Add debug_bootkeys to avoid #ifdefs 12 years ago
Simon Glass 3e4088737b main: Add debug_parser() to avoid #ifdefs 12 years ago
Simon Glass fbcdf32af7 main: Correct header order 12 years ago
Simon Glass 4933381a5b main: Fix typos and checkpatch warnings in command line reading 12 years ago
Simon Glass f2abca8459 main: Use get/setenv_ulong() 12 years ago
Simon Glass bc2b4c27d0 main: Move boot_delay code into its own function 12 years ago
Simon Glass 063ae006ae main: Separate out the two abortboot() functions 12 years ago
Simon Glass ea5427e260 net: Add prototype for update_tftp 12 years ago
Jagannadha Sutradharudu Teki 60b6614ac8 cmd_sf: Add print mesgs on sf read/write commands 12 years ago
Jagannadha Sutradharudu Teki 96bbf55651 cmd_sf: Add print mesg for 'sf erase' command 12 years ago
Sergey Lapin dfe64e2c89 mtd: resync with Linux-3.7.1 12 years ago
York Sun e79394643b common: Update cmd_bdinfo for PPC 12 years ago
Masahiro Yamada 53237afe5b cmd_mem: fix cp command 12 years ago
Harvey Chapman e834402fa0 nand: adjust erase/read/write partition/chip size for bad blocks 12 years ago
Doug Anderson 5e5745465c fdt_support: Use CONFIG_NR_DRAM_BANKS if defined 12 years ago
Doug Anderson a558ad7113 bootm: Avoid 256-byte overflow in fixup_silent_linux() 12 years ago
Wolfgang Denk d6ed322222 Power: remove support for Freescale MPC8220 12 years ago
Ying Zhang ade8a1a6d3 drivers/mmc: move spl_mmc.c to common/spl 12 years ago
Simon Glass c19d13b030 arm: Refactor bootm to reduce #ifdefs 12 years ago
Simon Glass 13d06981a9 image: Add device tree setup to image library 12 years ago
Simon Glass 44d3a3066b image: Split libfdt code into image-fdt.c 12 years ago
Simon Glass 87ebee39e9 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL 12 years ago
Simon Glass 1fe7d93891 image: Remove remaining #ifdefs in image-fit.c 12 years ago
Simon Glass 35e7b0f179 sandbox: image: Add support for booting images in sandbox 12 years ago
Simon Glass d8b75360ee image: Rename hash printing to fit_image_print_verification_data() 12 years ago
Simon Glass 003efd7da4 image: Export fit_conf_get_prop_node() 12 years ago
Simon Glass e754da2aee image: Move error! string to common place 12 years ago
Simon Glass ab9efc665a image: Move hash checking into its own function 12 years ago
Simon Glass b8da836650 image: Rename fit_image_check_hashes() to fit_image_verify() 12 years ago