Commit Graph

2585 Commits (d4125ebc8dae28e8ade858ba519bca7fbeb6ccae)

Author SHA1 Message Date
Simon Glass 5ff0d0832e bootm: Disable interrupts before loading OS 12 years ago
Tom Rini d366438d8a cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling 12 years ago
Sascha Silbe ff8fef5666 Fix block device accesses beyond 2TiB 12 years ago
Steven Stallion eeaef5e430 cmd_bootm: Add command line arguments to Plan 9 12 years ago
Simon Glass 4d0985295b image: Add support for signing of FIT configurations 12 years ago
Simon Glass 19c402afa2 image: Add RSA support for image signing 12 years ago
Simon Glass 56518e7104 image: Support signing of images 12 years ago
Simon Glass 3e569a6b1e image: Add signing infrastructure 12 years ago
Simon Glass d0ae31eb07 Add a 'fake' go command to the bootm command 12 years ago
Simon Glass 35fc84fa1f Refactor the bootm command to reduce code duplication 12 years ago
Simon Glass 983c72f479 Clarify bootm OS arguments 12 years ago
Simon Glass 71c52dba2b Add trace support to generic board 12 years ago
Simon Glass cabcbb56c8 Add a trace command 12 years ago
Simon Glass b8bcaa3ad3 Add function to print a number with grouped digits 12 years ago
Simon Glass 5d3bd34545 bootstage: Correct printf types 12 years ago
Simon Glass 92765f4209 Fix missing return in do_mem_loop() 12 years ago
Rob Herring 98f646764d pxe: add ipappend support 12 years ago
Joe Hershberger 58d9ff936f net: Fix build regression in cmd_pxe.c 12 years ago
Rob Herring 39f985536d pxe: add support for per arch and SoC default paths 12 years ago
Rob Herring 8577fec976 pxe: add support for ontimeout token 12 years ago
Rob Herring 32d2ffe731 pxe: simplify menu display and selection 12 years ago
Rob Herring e82eeb5709 pxe: always display a menu when present 12 years ago
Rob Herring e6b6ccf203 pxe: try bootz if bootm fails to find a valid image 12 years ago
Rob Herring da620222f8 bootz: un-staticize do_bootz 12 years ago
Rob Herring 500f304b6b pxe: fix handling of different localboot values 12 years ago
Rob Herring 23b7194e61 pxe: make string parameters const 12 years ago
Rob Herring ef034c9d70 pxe: Use ethact setting for pxe 12 years ago
Scott Wood 9b80aa8ec9 nand: Don't call adjust_size_for_badblocks for erase 12 years ago
Ying Zhang f90572d91b Makefile: move the common makefile line to public area 12 years ago
Ying Zhang ba1bee43ec common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL 12 years ago
Simon Glass 2f99807125 image: Use ENOENT instead of ENOMEDIUM for better compatibility 12 years ago
Stephen Warren 5c088ee841 env_mmc: allow negative CONFIG_ENV_OFFSET 12 years ago
Amar 2a91c91346 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition 12 years ago
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