summaryrefslogtreecommitdiff
path: root/post/post.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-1/+3
2020-10-23post: remove redundant conditionHeinrich Schuchardt1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-07Drop the log bufferSimon Glass1-9/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-04-05Blackfin: RemoveTom Rini1-1/+1
2014-10-25misc: use __weakJeroen Hofstee1-7/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
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-02-13post: add blackfin to the post_time_ms listMike Frysinger1-1/+2
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-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-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-07-26post: fix indendation/brace confusionJames Kosin1-12/+12
2011-07-26post: use ARRAY_SIZEMike Frysinger1-1/+1
2011-07-26post: add gpio hotkey supportMike Frysinger1-0/+21
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-03-22POST: add progress APIMichael Zaidman1-2/+15
2009-12-08POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese1-0/+16
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+2
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-06-29Configure DSP POST; add watchdog reset to diag commandSascha Laue1-0/+1
2008-05-21POST: add POST_STOP flagYuri Tikhonov1-2/+15
2008-04-22POST: preparations for moving CONFIG_POST to MakefilesYuri Tikhonov1-4/+0
2008-03-18The patch introduces the CRITICAL feature of POST tests. If the testYuri Tikhonov1-3/+15
2007-07-13make show_boot_progress () weak.Heiko Schocher1-6/+2
2007-06-23Extend POST support for PPC440Igor Lisitsin1-1/+1
2007-03-06Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk1-0/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-8/+2
2004-02-24* Patches by Reinhard Meyer, 14 Feb 2004:wdenk1-2/+10
2003-10-16* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-1/+1
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-8/+17
2003-07-15* Patches by Martin Krause, 14 Jul 2003:wdenk1-7/+10
2003-07-15* Patches by Yuli Barcohen, 13 Jul 2003:wdenk1-3/+3