summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-11include: move various macros to include/linux/kernel.hMasahiro Yamada1-56/+1
2015-08-06disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich1-2/+9
2015-07-27Add option to display customised memory informationSimon Glass1-0/+9
2015-07-24COMMON: Add __stringify() functionMarek Vasut1-0/+1
2015-07-24lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-3/+1
2015-07-24part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-1/+2
2015-07-24Update set_working_fdt_addr() to use setenv_addr()Simon Glass1-1/+13
2015-07-24sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass1-0/+12
2015-07-24common: remove endif of CONFIG_PPCChanho Park1-1/+0
2015-07-22include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-3/+0
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
2012-01-06Revert "common.h: remove value from bool defines"Wolfgang Denk1-8/+8
2012-01-05common.h: remove value from bool definesIgor Grinberg1-8/+8
2011-12-17Move vsprintf functions into their own headerSimon Glass1-10/+1
2011-12-09Add board_pre_console_putc to deal with early console outputSimon Glass1-0/+7
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg1-0/+1
2011-10-27DEBUG: Fix debug macrosMarek Vasut1-10/+16
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass1-0/+1
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass1-0/+2
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass1-0/+2
2011-10-26Move simple_itoa to vsprintfSimon Glass1-0/+1
2011-10-25cache: add ALLOC_CACHE_ALIGN_BUFFER macroAnton staaf1-0/+58
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass1-0/+1
2011-10-23cache: include asm/cache.h for ARCH_DMA_MINALIGN definitionAnton Staaf1-0/+8
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-0/+1
2011-10-22nds32: add NDS32 support into common header fileMacpaul Lin1-0/+4
2011-10-17sandbox: Add architecture header filesSimon Glass1-0/+3
2011-10-17Add pxe commandJason Hobbs1-0/+6
2011-10-17lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs1-0/+4
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs1-0/+3
2011-10-15serial_exit: punt unused prototypeMike Frysinger1-1/+0