summaryrefslogtreecommitdiff
path: root/include/post.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-08ppc: Remove sbc8641d boardTom Rini1-5/+0
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-1/+10
2019-05-20mpc83xx: Introduce ARCH_MPC836*Mario Six1-1/+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-2/+2
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-4/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-8/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-4/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-5/+0
2014-07-23qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-10-06POST: add new memory regions testValentin Longchamp1-0/+1
2011-10-06POST: allow redefinition of post_word_load/storeValentin Longchamp1-0/+8
2011-07-29post, memory test: add memory_post_test() to include fileHeiko Schocher1-0/+1
2011-07-26post: new nor flash testMike Frysinger1-0/+1
2011-07-26Revert "post, memory test: add memory_post_test() to include file"Wolfgang Denk1-1/+0
2011-07-26post, memory test: add memory_post_test() to include fileHeiko Schocher1-0/+1
2010-12-01powerpc/8xxx: Fix _POST_WORD_ADDR on 85xx & 86xx systemsKumar Gala1-2/+4
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-22mpc86xx: Add generic POST word read/write supportPeter Tyser1-0/+4
2010-10-20Setup POST word for generic mpc85xxYork Sun1-2/+2
2010-09-21POST cleanup.Michael Zaidman1-1/+56
2010-04-25mpc5121: pdm360ng: add coprocessor POSTAnatolij Gustschin1-0/+1
2010-03-22POST: add progress APIMichael Zaidman1-0/+5
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+2
2009-01-24FPU POST: fix warnings when building with 2.18 binutilsYuri Tikhonov1-0/+13
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-22/+22
2008-05-21POST: add POST_STOP flagYuri Tikhonov1-0/+1
2008-05-21POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)Yuri Tikhonov1-2/+2
2008-05-21POST: OCM test added.Yuri Tikhonov1-0/+1
2008-03-19The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov1-0/+4
2008-03-19The patch adds new POST tests for the Lwmon5 board. These are:Yuri Tikhonov1-0/+5
2007-07-20POST: Add ECC POST for the lwmon5 boardPavel Kolesnikov1-0/+1
2007-06-23Extend POST support for PPC440Igor Lisitsin1-0/+1
2004-06-08Patch by Pantelis Antoniou, 5 May 2004:wdenk1-0/+1
2004-04-16* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-0/+1
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-1/+3
2003-07-15* Patches by Yuli Barcohen, 13 Jul 2003:wdenk1-5/+6
2003-04-28* LWMON extensions:wdenk1-0/+5
2002-12-08* Improve log buffer code; use "loglevel" to decide which messageswdenk1-0/+3
2002-09-13Initial revisionwdenk1-0/+84