| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | Add trace library | Simon Glass | 2013-06-26 | 1 | -0/+4 |
* | main: Separate out the two abortboot() functions | Simon Glass | 2013-06-04 | 1 | -3/+0 |
* | Power: remove support for Freescale MPC8220 | Wolfgang Denk | 2013-05-15 | 1 | -6/+0 |
* | image: Add device tree setup to image library | Simon Glass | 2013-05-14 | 1 | -0/+10 |
* | usb: common: Use a global definition for 'min3' | Vivek Gautam | 2013-05-06 | 1 | -4/+21 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Tom Rini | 2013-05-02 | 1 | -3/+0 |
|\ |
|
| * | mpc512x: remove dead code | Anatolij Gustschin | 2013-05-02 | 1 | -3/+0 |
* | | disk/iso: Add Support for block sizes > 512 byte to ISO partition support | Egbert Eich | 2013-05-01 | 1 | -1/+1 |
* | | disk/gpt: Fix GPT partition handling for blocksize != 512 | Egbert Eich | 2013-05-01 | 1 | -2/+9 |
|/ |
|
* | Add getenv_hex() to return an environment variable as hex | Simon Glass | 2013-05-01 | 1 | -0/+13 |
* | sandbox: Provide a way to map from host RAM to U-Boot RAM | Simon Glass | 2013-05-01 | 1 | -0/+5 |
* | arm: Remove support for unused s3c64xx | Benoît Thébaudeau | 2013-04-12 | 1 | -1/+0 |
* | arm: Remove unused relocate_code() parameters | Benoît Thébaudeau | 2013-04-12 | 1 | -4/+4 |
* | arm: relocate_code() is no longer noreturn | Benoît Thébaudeau | 2013-04-12 | 1 | -1/+5 |
* | Adjust board_r.c for ppc | Simon Glass | 2013-03-15 | 1 | -0/+1 |
* | Introduce generic pre-relocation board_f.c | Simon Glass | 2013-03-15 | 1 | -0/+1 |
* | Update set_working_fdt_addr() to use setenv_addr() | Simon Glass | 2013-02-28 | 1 | -1/+13 |
* | sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf | Simon Glass | 2013-02-28 | 1 | -0/+12 |
* | Update print_buffer() to use const | Simon Glass | 2013-02-28 | 1 | -1/+2 |
* | Add option to display customised memory information | Simon Glass | 2013-01-10 | 1 | -0/+9 |
* | arm: move C runtime setup code in crt0.S | Albert ARIBAUD | 2013-01-08 | 1 | -1/+1 |
* | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | 1 | -0/+5 |
* | include/linux/byteorder: import latest endian definitions from linux | Kim Phillips | 2012-11-04 | 1 | -4/+0 |
* | Support setenv_ulong() and setenv_addr() for powerpc | Simon Glass | 2012-11-02 | 1 | -1/+1 |
* | ppc4xx: Remove AP1000 board support | Stefan Roese | 2012-10-15 | 1 | -2/+2 |
* | ppc4xx: Remove IOP480 support | Stefan Roese | 2012-10-15 | 1 | -1/+1 |
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut | 2012-10-15 | 1 | -12/+0 |
* | COMMON: Add __stringify() function | Marek Vasut | 2012-10-15 | 1 | -0/+1 |
* | lib: add gzip lib function callback | Lei Wen | 2012-09-29 | 1 | -0/+7 |
* | Add run_command_list() to run a list of commands | Simon Glass | 2012-08-09 | 1 | -0/+13 |
* | common.h: Remove include compiler.h | Marek Vasut | 2012-07-20 | 1 | -2/+1 |
* | common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER | Marek Vasut | 2012-07-18 | 1 | -3/+18 |
* | net: use common rand()/srand() functions | Michael Walle | 2012-07-07 | 1 | -1/+3 |
* | lib: add rand() function | Michael Walle | 2012-07-07 | 1 | -0/+8 |
* | pxe: add support for parsing local syslinux files | Rob Herring | 2012-06-21 | 1 | -0/+6 |
* | MIPS: board.c: move extern declarations to u-boot-mips.h | Daniel Schwierzeck | 2012-06-03 | 1 | -0/+3 |
* | net: Allow filtering on debug traces in the net subsystem | Joe Hershberger | 2012-05-23 | 1 | -7/+7 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2012-05-20 | 1 | -0/+4 |
|\ |
|
| * | net: cosmetic: net.c checkpatch compliance | Joe Hershberger | 2012-05-15 | 1 | -0/+4 |
* | | Add abs() macro to return absolute value | Simon Glass | 2012-05-15 | 1 | -0/+25 |
|/ |
|
* | Move bootstage timer out of lib/time.c | Simon Glass | 2012-04-10 | 1 | -7/+0 |
* | Revert "Add board_pre_console_putc to deal with early console output" | Simon Glass | 2012-03-23 | 1 | -7/+0 |
* | bootstage: Define an optional microsecond timer | Simon Glass | 2012-03-18 | 1 | -0/+7 |
* | bootstage: Create an initial header for boot progress integers | Simon Glass | 2012-03-18 | 1 | -4/+2 |
* | Stop using builtin_run_command() | Simon Glass | 2012-03-06 | 1 | -1/+0 |
* | Rename run_command2() to run_command() | Simon Glass | 2012-03-06 | 1 | -1/+1 |
* | Rename run_command() to builtin_run_command() | Simon Glass | 2012-03-06 | 1 | -1/+1 |
* | Remove CMD_PXE's static on run_command() | Simon Glass | 2012-03-06 | 1 | -2/+0 |
* | davinci: add support for printing clock frequency | Hadli, Manjunath | 2012-02-12 | 1 | -0/+1 |