aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-11Add run_command_repeatable()Thomas Betker1-0/+1
2014-05-30powerpc: ep8248: remove orphan boardMasahiro Yamada1-2/+0
2014-05-29m68k: powerpc: Clean up do_mdm_initSimon Glass1-0/+1
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass1-2/+0
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass1-4/+0
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert1-1/+1
2014-05-13powerpc/mpc85xx: Fix boot_flag for calling board_init_f()York Sun1-1/+4
2014-05-12rand: do not surround function declarations by #ifdefMasahiro Yamada1-2/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck1-3/+0
2014-04-18powerpc: remove RPXClassic, RPXlite boards supportMasahiro Yamada1-4/+0
2014-04-18powerpc: remove MBX and MBX860T boards supportMasahiro Yamada1-7/+0
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-3/+1
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-1/+2
2014-03-28lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak1-3/+1
2014-03-17sandbox: config: Enable cros_ec emulation and related itemsSimon Glass1-0/+1
2014-03-17sandbox: Deal with conflicting getenv() for SDLSimon Glass1-0/+5
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-7/+4
2014-03-04Add 64-bit data support for memory commandsYork Sun1-0/+4
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-0/+1
2014-02-20Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+8
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada1-0/+7
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-02-19common: Provide DIV_ROUND_CLOSEST macroSoren Brinkmann1-0/+16
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin1-0/+3
2014-01-24Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada1-3/+0
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-0/+4
2013-11-21sandbox: Make map_to_sysmem() use a constant pointerSimon Glass1-1/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-10-08exynos: Export timer_get_us() to get microsecond timerRajeshwari Shinde1-0/+6
2013-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+2
2013-10-03ARM: add SMP support for non-secure switchAndre Przywara1-0/+2
2013-09-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-2/+2
2013-09-20Add parentheses to ALLOC_ALIGN_BUFFER macro'sMischa Jonker1-2/+2
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-24nds32: Enable the function of passing parameters to Linuxken kuo1-0/+1
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