- a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
- 6abe4b6 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
- 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
- 1867bd4 stdio: Remove redundant code around stdio_register() calls by Simon Glass · 10 years ago
- 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
- 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
- 815c967 SPDX: fix IBM-pibs license identifier by Wolfgang Denk · 11 years ago
- 52744b4 SPDX-License-Identifier: convert PIBS licensed files by Wolfgang Denk · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 4a59809 Consolidate bool type by York Sun · 12 years ago
- a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
- 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
- b4a931e board/mpl/common: remove the old legacy flash by David Müller · 13 years ago
- 4c3de9b board/mpl/common/isa.c: Fix GCC 4.6 build warnings by David Müller (ELSOFT AG) · 13 years ago
- 7a45ed3 board/mpl/common/flash.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
- 2e945ea board/mpl/common/flash.c: fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
- 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
- bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
- e9b1b49 board/mpl: Remove mpl-specific memory test command by Peter Tyser · 14 years ago
- 247e9d7 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
- 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
- 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
- 43c08d7 mpl: Remove memory test relocation fixups by Peter Tyser · 15 years ago
- 6eca2a6 ppc: Remove pci config table pointer relocation fixups by Peter Tyser · 15 years ago
- 918010a ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · 15 years ago
- 471573b Dual-license IBM code contributions by Josh Boyer · 15 years ago
- c00ae01 PATI board: fix compiler warnings by Wolfgang Denk · 15 years ago
- d4303af mpl: printing current stdio devices cleanup by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 48c3e95 MIP405T: fix compile problem by Wolfgang Denk · 15 years ago
- 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
- 2059104 Use strmhz() to format clock frequencies by Wolfgang Denk · 16 years ago
- 35610c6b Merge git://git.denx.de/u-boot into x1 by Markus Klotzbuecher · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- d8c55ab The PIPE_INTERRUPT flag is used wrong by Remy Bohmer · 16 years ago
- 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- d45f81a disk-on-chip: remove duplicate doc_probe declaration by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
- a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
- d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
- dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
- a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
- 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
- edd73f2 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx by Stefan Roese · 17 years ago
- ca8725f ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms by Stefan Roese · 17 years ago
- 145318c board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- 69819ce board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- d07117e [PATCH] PPC4xx: Add support for multiple I2C busses by Stefan Roese · 18 years ago
- 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
- 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
- 0ee7077 Cleanup (PPC4xx is AMCC now) by Wolfgang Denk · 19 years ago
- 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · 19 years ago
- a0ebde5 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · 20 years ago
- c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
- bc01dd5 * Patch by Denis Peter, 8 Dec 2003 by wdenk · 21 years ago
- 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
- 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
- 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
- 60164a8 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · 21 years ago
- 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
- 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- 7539dea * Patches by David Müller, 12 Jun 2003: by wdenk · 21 years ago
- e39c284 * Patch by Denis Peter, 04 June 2003: add support for the MIP405T board by wdenk · 21 years ago
- b9a83a9 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length by wdenk · 22 years ago
- 7d07641 Patch by Denis Peter, 19 Mai 2003: add support for the MIP405-3 board by wdenk · 22 years ago
- b02744a * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 22 years ago
- 6b58f33 * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · 22 years ago
- 1fe2c70 * Patches by David Müller, 31 Jan 2003: by wdenk · 22 years ago
- cc1e256 * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · 22 years ago
- f5dd410 Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). by stroese · 22 years ago
- c609719 Initial revision by wdenk · 22 years ago
- 858b1a6 Initial revision by wdenk · 22 years ago
- 67c4f48 Initial revision by wdenk · 22 years ago
- affae2b Initial revision by wdenk · 22 years ago
- 5f2d51b Initial revision by wdenk · 23 years ago
- 012771d Initial revision by wdenk · 23 years ago