Commit Graph

2577 Commits (56518e71041fafdfd7af3a24f263b0a22efbeda9)

Author SHA1 Message Date
Simon Glass 56518e7104 image: Support signing of images 11 years ago
Simon Glass 3e569a6b1e image: Add signing infrastructure 11 years ago
Simon Glass d0ae31eb07 Add a 'fake' go command to the bootm command 11 years ago
Simon Glass 35fc84fa1f Refactor the bootm command to reduce code duplication 11 years ago
Simon Glass 983c72f479 Clarify bootm OS arguments 11 years ago
Simon Glass 71c52dba2b Add trace support to generic board 11 years ago
Simon Glass cabcbb56c8 Add a trace command 11 years ago
Simon Glass b8bcaa3ad3 Add function to print a number with grouped digits 11 years ago
Simon Glass 5d3bd34545 bootstage: Correct printf types 11 years ago
Simon Glass 92765f4209 Fix missing return in do_mem_loop() 11 years ago
Rob Herring 98f646764d pxe: add ipappend support 11 years ago
Joe Hershberger 58d9ff936f net: Fix build regression in cmd_pxe.c 11 years ago
Rob Herring 39f985536d pxe: add support for per arch and SoC default paths 11 years ago
Rob Herring 8577fec976 pxe: add support for ontimeout token 11 years ago
Rob Herring 32d2ffe731 pxe: simplify menu display and selection 11 years ago
Rob Herring e82eeb5709 pxe: always display a menu when present 11 years ago
Rob Herring e6b6ccf203 pxe: try bootz if bootm fails to find a valid image 11 years ago
Rob Herring da620222f8 bootz: un-staticize do_bootz 11 years ago
Rob Herring 500f304b6b pxe: fix handling of different localboot values 11 years ago
Rob Herring 23b7194e61 pxe: make string parameters const 11 years ago
Rob Herring ef034c9d70 pxe: Use ethact setting for pxe 11 years ago
Ying Zhang f90572d91b Makefile: move the common makefile line to public area 11 years ago
Ying Zhang ba1bee43ec common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL 11 years ago
Simon Glass 2f99807125 image: Use ENOENT instead of ENOMEDIUM for better compatibility 11 years ago
Stephen Warren 5c088ee841 env_mmc: allow negative CONFIG_ENV_OFFSET 11 years ago
Amar 2a91c91346 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition 11 years ago
Kuo-Jung Su e82a316d7f usb: ehci: add Faraday USB 2.0 EHCI support 11 years ago
Kuo-Jung Su aa1550588c usb: hub: make minimum power-on delay configurable 11 years ago
Vincent Palatin 5da2dc9789 usb: workaround non-working keyboards. 11 years ago
Vincent Palatin 09defbc75b usb: properly re-initialize the USB keyboard. 11 years ago
Scott Wood a166fbca20 powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 11 years ago
Stephen Warren 064d55f8bc fdt: remove unaligned access in fdt_fixup_ethernet() 11 years ago
Masahiro Yamada a0ba279ac6 generic_board: reduce the redundancy of gd_t struct members 11 years ago
Peter Korsgaard 2b75b0ad3a spl_mmc: add Falcon mode support for raw variant 11 years ago
Peter Korsgaard 721931f805 spl_mmc: mmc_load_image_raw(): Add sector argument 11 years ago
Peter Korsgaard 7ad2cc7964 spl_mmc: add Falcon mode support for FAT variant 11 years ago
Peter Korsgaard 2fabd0bcaa spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out 11 years ago
Peter Korsgaard 79adb7a2b5 spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging 11 years ago
Stephen Warren 6a195d2d8a lcd: add functions to set up simplefb device tree 11 years ago
Stephen Warren 99bd544ee7 fdt: allow bootdelay to be specified via device tree 11 years ago
Masahiro Yamada b8521b740b common: board_f: Do not call board_postclk_init twice 11 years ago
Simon Glass c6ac13bdea sandbox: image: Adjust FIT image printing to work with sandbox 11 years ago
Simon Glass 4651800d51 image: Use fit_image_load() to load kernel 11 years ago
Simon Glass aed161e5fe sandbox: Adjust bootm command to work with sandbox 11 years ago
Simon Glass 53f375fa81 image: Use fit_image_load() to load FDT 11 years ago
Simon Glass a51ec63b85 image: Use fit_image_load() to load ramdisk 11 years ago
Simon Glass 782cfbb259 image: Introduce fit_image_load() to load images from FITs 11 years ago
Simon Glass d34d186ef9 main: Add debug_bootkeys to avoid #ifdefs 11 years ago
Simon Glass 3e4088737b main: Add debug_parser() to avoid #ifdefs 11 years ago
Simon Glass fbcdf32af7 main: Correct header order 11 years ago