summaryrefslogtreecommitdiff
path: root/post
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk10-39/+39
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk75-1281/+76
2013-05-01post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORESAnatolij Gustschin1-0/+2
2012-10-28PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM)Wolfgang Denk1-44/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-3/+0
2012-03-30post: remove #warning for kirkwood CPUsValentin Longchamp1-2/+1
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-2/+2
2012-03-19bootstage: Convert progress numbers 20-41 to enumsSimon Glass1-2/+2
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-2/+2
2012-03-12Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POS...Wolfgang Denk1-1/+1
2012-02-13post: add blackfin to the post_time_ms listMike Frysinger1-1/+2
2012-01-13post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPUKumar Gala1-1/+1
2011-12-23post/lib_powerpc/multi.c: fix stack overflow errorWolfgang Denk1-4/+4
2011-12-23post/lib_powerpc/multi.c: code cleanupWolfgang Denk1-15/+12
2011-12-23post/lib_powerpc/multi.c: make checkpatch cleanWolfgang Denk1-29/+24
2011-12-23PPC: fix "Warning: FOO uses hard float, BAR uses soft float".Wolfgang Denk2-2/+156
2011-12-11post: fix compile issue for post tests on kirkwoodHolger Brunck1-1/+1
2011-12-11post/post.c: Use lldiv for 64-bit divisionsChristian Riesch1-1/+2
2011-12-02post/board/lwmon5/gdc.c: Fix GCC 4.6 build warningWolfgang Denk1-2/+1
2011-11-1720001122-1.c: Fix GCC 4.6 build warningStefan Roese1-2/+1
2011-11-03post/post.c: fix GCC 4.6 build warningsWolfgang Denk1-2/+1
2011-11-03post/post.c: CodingStyle cleanupWolfgang Denk1-32/+27
2011-10-27arm, post: add missing post_time_ms for armHeiko Schocher1-1/+1
2011-10-27cosmetic, post: Codingstyle cleanupHeiko Schocher1-68/+59
2011-10-24arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher1-3/+4
2011-10-06POST: add new memory regions testValentin Longchamp2-19/+72
2011-10-06POST: drivers/memory.c coding style cleanupValentin Longchamp1-56/+57
2011-10-06POST: make env test flags fetching optionalValentin Longchamp1-5/+15
2011-10-06POST: add post_log_res field for post results in global dataValentin Longchamp1-4/+5
2011-09-30Blackfin: post: generalize led/button tests with GPIOsMike Frysinger1-0/+2
2011-07-28post, memorytest: add support for none powerpc archsHeiko Schocher1-2/+6
2011-07-28post, memorytest: fix if vstart is not = 0x0Heiko Schocher1-2/+3
2011-07-26post: fix indendation/brace confusionJames Kosin1-12/+12
2011-07-26post: new nor flash testMike Frysinger3-2/+122
2011-07-26post: use ARRAY_SIZEMike Frysinger25-52/+28
2011-07-26post: add gpio hotkey supportMike Frysinger1-0/+21
2011-01-25powerpc: Fix FPU post related link warningsKumar Gala8-16/+16
2010-12-17ppc4xx/POST: Change ethernet test loop count to a default of 10Stefan Roese1-15/+20
2010-11-28ppc4xx/POST: Handle cached SDRAM correctly in Denali (440EPx) ECC POSTStefan Roese1-0/+4
2010-11-20Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier12-22/+20
2010-11-17post, i2c: add missing curly bracket in i2c_post_testHeiko Schocher1-1/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-28Coding Style cleanupWolfgang Denk1-2/+0
2010-10-27post/drivers/i2c.c: fix compile errorWolfgang Denk1-1/+1
2010-10-22post/i2c: Add ability to ignore I2C devicesPeter Tyser1-2/+24
2010-10-22post/i2c: Rename I2C_ADDR_LIST to CONFIG_SYS_POST_I2C_ADDRSPeter Tyser1-4/+4
2010-10-22post/i2c: Don't probe address 0Peter Tyser1-2/+4
2010-10-22post/i2c: Clean up detection logicPeter Tyser1-16/+13