aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-26Add trace librarySimon Glass1-0/+4
2013-06-04main: Separate out the two abortboot() functionsSimon Glass1-3/+0
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-6/+0
2013-05-14image: Add device tree setup to image librarySimon Glass1-0/+10
2013-05-06usb: common: Use a global definition for 'min3'Vivek Gautam1-4/+21
2013-05-02Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini1-3/+0
2013-05-02mpc512x: remove dead codeAnatolij Gustschin1-3/+0
2013-05-01disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich1-1/+1
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich1-2/+9
2013-05-01Add getenv_hex() to return an environment variable as hexSimon Glass1-0/+13
2013-05-01sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass1-0/+5
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau1-1/+0
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+4
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-1/+5
2013-03-15Adjust board_r.c for ppcSimon Glass1-0/+1
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass1-0/+1
2013-02-28Update set_working_fdt_addr() to use setenv_addr()Simon Glass1-1/+13
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass1-0/+12
2013-02-28Update print_buffer() to use constSimon Glass1-1/+2
2013-01-10Add option to display customised memory informationSimon Glass1-0/+9
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-1/+1
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-0/+5
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-4/+0
2012-11-02Support setenv_ulong() and setenv_addr() for powerpcSimon Glass1-1/+1
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese1-2/+2
2012-10-15ppc4xx: Remove IOP480 supportStefan Roese1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-12/+0
2012-10-15COMMON: Add __stringify() functionMarek Vasut1-0/+1
2012-09-29lib: add gzip lib function callbackLei Wen1-0/+7
2012-08-09Add run_command_list() to run a list of commandsSimon Glass1-0/+13
2012-07-20common.h: Remove include compiler.hMarek Vasut1-2/+1
2012-07-18common.h: Introduce DEFINE_CACHE_ALIGN_BUFFERMarek Vasut1-3/+18
2012-07-07net: use common rand()/srand() functionsMichael Walle1-1/+3
2012-07-07lib: add rand() functionMichael Walle1-0/+8
2012-06-21pxe: add support for parsing local syslinux filesRob Herring1-0/+6
2012-06-03MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck1-0/+3
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-7/+7
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk1-0/+4
2012-05-15net: cosmetic: net.c checkpatch complianceJoe Hershberger1-0/+4
2012-05-15Add abs() macro to return absolute valueSimon Glass1-0/+25
2012-04-10Move bootstage timer out of lib/time.cSimon Glass1-7/+0
2012-03-23Revert "Add board_pre_console_putc to deal with early console output"Simon Glass1-7/+0
2012-03-18bootstage: Define an optional microsecond timerSimon Glass1-0/+7
2012-03-18bootstage: Create an initial header for boot progress integersSimon Glass1-4/+2
2012-03-06Stop using builtin_run_command()Simon Glass1-1/+0
2012-03-06Rename run_command2() to run_command()Simon Glass1-1/+1
2012-03-06Rename run_command() to builtin_run_command()Simon Glass1-1/+1
2012-03-06Remove CMD_PXE's static on run_command()Simon Glass1-2/+0
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath1-0/+1
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher1-1/+2