summaryrefslogtreecommitdiffstats
path: root/post/post.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-151-1/+3
* post: remove redundant conditionHeinrich Schuchardt2020-10-231-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Drop the log bufferSimon Glass2017-12-071-9/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* Blackfin: RemoveTom Rini2017-04-051-1/+1
* misc: use __weakJeroen Hofstee2014-10-251-7/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* post: remove #warning for kirkwood CPUsValentin Longchamp2012-03-301-2/+1
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-2/+2
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-181-2/+2
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-2/+2
* post: add blackfin to the post_time_ms listMike Frysinger2012-02-121-1/+2
* post: fix compile issue for post tests on kirkwoodHolger Brunck2011-12-111-1/+1
* post/post.c: Use lldiv for 64-bit divisionsChristian Riesch2011-12-101-1/+2
* post/post.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-031-2/+1
* post/post.c: CodingStyle cleanupWolfgang Denk2011-11-031-32/+27
* arm, post: add missing post_time_ms for armHeiko Schocher2011-10-271-1/+1
* cosmetic, post: Codingstyle cleanupHeiko Schocher2011-10-271-68/+59
* POST: make env test flags fetching optionalValentin Longchamp2011-10-051-5/+15
* POST: add post_log_res field for post results in global dataValentin Longchamp2011-10-051-4/+5
* post: fix indendation/brace confusionJames Kosin2011-07-261-12/+12
* post: use ARRAY_SIZEMike Frysinger2011-07-261-1/+1
* post: add gpio hotkey supportMike Frysinger2011-07-261-0/+21
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-041-1/+1
* POST: add progress APIMichael Zaidman2010-03-211-2/+15
* POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese2009-12-071-0/+16
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+2
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-2/+2
* Configure DSP POST; add watchdog reset to diag commandSascha Laue2008-06-291-0/+1
* POST: add POST_STOP flagYuri Tikhonov2008-05-201-2/+15
* POST: preparations for moving CONFIG_POST to MakefilesYuri Tikhonov2008-04-221-4/+0
* The patch introduces the CRITICAL feature of POST tests. If the testYuri Tikhonov2008-03-181-3/+15
* make show_boot_progress () weak.Heiko Schocher2007-07-131-6/+2
* Extend POST support for PPC440Igor Lisitsin2007-06-221-1/+1
* Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk2007-03-061-0/+1
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-8/+2
* * Patches by Reinhard Meyer, 14 Feb 2004:wdenk2004-02-231-2/+10
* * Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk2003-10-151-1/+1
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-8/+17
* * Patches by Martin Krause, 14 Jul 2003:wdenk2003-07-151-7/+10
* * Patches by Yuli Barcohen, 13 Jul 2003:wdenk2003-07-141-3/+3