| Commit message (Expand) | Author | Age | Lines |
* | kbuild: post: fix dependency tracking correctly | Masahiro Yamada | 2014-03-04 | -1/+1 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -15/+14 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | Makfile: move suffix rules to Makefile.build | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) | Masahiro Yamada | 2013-12-16 | -3/+3 |
* | post: descend only when CONFIG_HAS_POST is defined | Masahiro Yamada | 2013-12-13 | -36/+34 |
* | post: remove unnecessary include path settings | Masahiro Yamada | 2013-11-25 | -20/+0 |
* | post: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | -153/+54 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -39/+39 |
* | Cosmetic: Fix a number of typos, no functional changes. | Robert P. J. Day | 2013-09-20 | -1/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -1281/+76 |
* | post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES | Anatolij Gustschin | 2013-05-01 | -0/+2 |
* | PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) | Wolfgang Denk | 2012-10-28 | -44/+1 |
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut | 2012-10-15 | -3/+0 |
* | post: remove #warning for kirkwood CPUs | Valentin Longchamp | 2012-03-30 | -2/+1 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | -2/+2 |
* | bootstage: Convert progress numbers 20-41 to enums | Simon Glass | 2012-03-18 | -2/+2 |
* | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 2012-03-18 | -2/+2 |
* | Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POS... | Wolfgang Denk | 2012-03-12 | -1/+1 |
* | post: add blackfin to the post_time_ms list | Mike Frysinger | 2012-02-12 | -1/+2 |
* | post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU | Kumar Gala | 2012-01-13 | -1/+1 |
* | post/lib_powerpc/multi.c: fix stack overflow error | Wolfgang Denk | 2011-12-23 | -4/+4 |
* | post/lib_powerpc/multi.c: code cleanup | Wolfgang Denk | 2011-12-23 | -15/+12 |
* | post/lib_powerpc/multi.c: make checkpatch clean | Wolfgang Denk | 2011-12-23 | -29/+24 |
* | PPC: fix "Warning: FOO uses hard float, BAR uses soft float". | Wolfgang Denk | 2011-12-23 | -2/+156 |
* | post: fix compile issue for post tests on kirkwood | Holger Brunck | 2011-12-11 | -1/+1 |
* | post/post.c: Use lldiv for 64-bit divisions | Christian Riesch | 2011-12-10 | -1/+2 |
* | post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning | Wolfgang Denk | 2011-12-02 | -2/+1 |
* | 20001122-1.c: Fix GCC 4.6 build warning | Stefan Roese | 2011-11-16 | -2/+1 |
* | post/post.c: fix GCC 4.6 build warnings | Wolfgang Denk | 2011-11-03 | -2/+1 |
* | post/post.c: CodingStyle cleanup | Wolfgang Denk | 2011-11-03 | -32/+27 |
* | arm, post: add missing post_time_ms for arm | Heiko Schocher | 2011-10-27 | -1/+1 |
* | cosmetic, post: Codingstyle cleanup | Heiko Schocher | 2011-10-27 | -68/+59 |
* | arm, post, memory: fix bug if sdram base != 0x00000000 | Heiko Schocher | 2011-10-23 | -3/+4 |
* | POST: add new memory regions test | Valentin Longchamp | 2011-10-05 | -19/+72 |
* | POST: drivers/memory.c coding style cleanup | Valentin Longchamp | 2011-10-05 | -56/+57 |
* | POST: make env test flags fetching optional | Valentin Longchamp | 2011-10-05 | -5/+15 |
* | POST: add post_log_res field for post results in global data | Valentin Longchamp | 2011-10-05 | -4/+5 |
* | Blackfin: post: generalize led/button tests with GPIOs | Mike Frysinger | 2011-09-29 | -0/+2 |
* | post, memorytest: add support for none powerpc archs | Heiko Schocher | 2011-07-27 | -2/+6 |
* | post, memorytest: fix if vstart is not = 0x0 | Heiko Schocher | 2011-07-27 | -2/+3 |
* | post: fix indendation/brace confusion | James Kosin | 2011-07-26 | -12/+12 |
* | post: new nor flash test | Mike Frysinger | 2011-07-26 | -2/+122 |
* | post: use ARRAY_SIZE | Mike Frysinger | 2011-07-26 | -52/+28 |
* | post: add gpio hotkey support | Mike Frysinger | 2011-07-26 | -0/+21 |
* | powerpc: Fix FPU post related link warnings | Kumar Gala | 2011-01-25 | -16/+16 |
* | ppc4xx/POST: Change ethernet test loop count to a default of 10 | Stefan Roese | 2010-12-17 | -15/+20 |
* | ppc4xx/POST: Handle cached SDRAM correctly in Denali (440EPx) ECC POST | Stefan Roese | 2010-11-28 | -0/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Wolfgang Denk | 2010-11-19 | -1/+2 |
|\ |
|
| * | post, i2c: add missing curly bracket in i2c_post_test | Heiko Schocher | 2010-11-17 | -1/+2 |