summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-25-0/+1
|\
| * nds32: Enable the function of passing parameters to Linuxken kuo2013-07-24-0/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
|/
* Add trace librarySimon Glass2013-06-26-0/+4
* main: Separate out the two abortboot() functionsSimon Glass2013-06-04-3/+0
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-15-6/+0
* image: Add device tree setup to image librarySimon Glass2013-05-14-0/+10
* usb: common: Use a global definition for 'min3'Vivek Gautam2013-05-06-4/+21
* Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini2013-05-02-3/+0
|\
| * mpc512x: remove dead codeAnatolij Gustschin2013-05-02-3/+0
* | disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich2013-05-01-1/+1
* | disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich2013-05-01-2/+9
|/
* Add getenv_hex() to return an environment variable as hexSimon Glass2013-05-01-0/+13
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-01-0/+5
* arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-12-1/+0
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+4
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-12-1/+5
* Adjust board_r.c for ppcSimon Glass2013-03-15-0/+1
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-15-0/+1
* Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-28-1/+13
* sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2013-02-28-0/+12
* Update print_buffer() to use constSimon Glass2013-02-28-1/+2
* Add option to display customised memory informationSimon Glass2013-01-10-0/+9
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-1/+1
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-13-0/+5
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-04-4/+0
* Support setenv_ulong() and setenv_addr() for powerpcSimon Glass2012-11-02-1/+1
* ppc4xx: Remove AP1000 board supportStefan Roese2012-10-15-2/+2
* ppc4xx: Remove IOP480 supportStefan Roese2012-10-15-1/+1
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-15-12/+0
* COMMON: Add __stringify() functionMarek Vasut2012-10-15-0/+1
* lib: add gzip lib function callbackLei Wen2012-09-29-0/+7
* Add run_command_list() to run a list of commandsSimon Glass2012-08-09-0/+13
* common.h: Remove include compiler.hMarek Vasut2012-07-20-2/+1
* common.h: Introduce DEFINE_CACHE_ALIGN_BUFFERMarek Vasut2012-07-18-3/+18
* net: use common rand()/srand() functionsMichael Walle2012-07-07-1/+3
* lib: add rand() functionMichael Walle2012-07-07-0/+8
* pxe: add support for parsing local syslinux filesRob Herring2012-06-21-0/+6
* MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck2012-06-03-0/+3
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-23-7/+7
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2012-05-20-0/+4
|\
| * net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-15-0/+4
* | Add abs() macro to return absolute valueSimon Glass2012-05-15-0/+25
|/
* Move bootstage timer out of lib/time.cSimon Glass2012-04-10-7/+0
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-23-7/+0
* bootstage: Define an optional microsecond timerSimon Glass2012-03-18-0/+7
* bootstage: Create an initial header for boot progress integersSimon Glass2012-03-18-4/+2
* Stop using builtin_run_command()Simon Glass2012-03-06-1/+0
* Rename run_command2() to run_command()Simon Glass2012-03-06-1/+1
* Rename run_command() to builtin_run_command()Simon Glass2012-03-06-1/+1