aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-09ppc: Include <asm/cache.h> in common.hStefan Roese1-0/+8
2011-09-29powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun1-1/+3
2011-09-29powerpc/mp: add support for discontiguous coresTimur Tabi1-0/+15
2011-09-10Add assert() for debug assertionsSimon Glass1-0/+21
2011-09-07common: fix behavior of ROUND macro when input is already roundedAnton Staaf1-1/+1
2011-09-04arm: do not force d-cache enable on all boardsAneesh V1-0/+1
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk1-0/+3
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-4/+4
2011-07-27common: move BUILD_BUG_ON define to common.hHeiko Schocher1-0/+3
2011-07-26panic: add noreturn attributeMike Frysinger1-1/+1
2011-07-26env: allow people to force envcrc buildingMike Frysinger1-0/+5
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-1/+0
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD1-1/+1
2011-07-04armv7: cache maintenance operations for armv7Aneesh V1-1/+4
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-3/+0
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher1-0/+1
2011-04-30powerpc, mpc83xx: add missing functions to include/common.hHeiko Schocher1-0/+5
2011-04-13x86: Rename i386 to x86Graeme Russ1-3/+3
2011-04-12Fix min/max macros in include/common.hAaron Williams1-2/+4
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala1-0/+4
2011-03-22strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout1-1/+1
2011-01-09env: re-add support for auto-completionMike Frysinger1-0/+1
2010-11-28stdio: constify "name" arg in public apiMike Frysinger1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-0/+1
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk1-12/+15
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-8/+0
2010-09-23ppc4xx: Use common NS16550 driver for PPC4xx UARTStefan Roese1-0/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese1-1/+1
2010-09-21POST cleanup.Michael Zaidman1-2/+3
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher1-0/+9