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