aboutsummaryrefslogtreecommitdiffstats
path: root/post
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada1-3/+3
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada10-36/+34
2013-11-25post: remove unnecessary include path settingsMasahiro Yamada10-20/+0
2013-11-01post: convert makefiles to Kbuild styleMasahiro Yamada12-153/+54
2013-10-14Coding 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-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-2/+2
2012-03-18bootstage: 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-12post: 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-10post/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-1620001122-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-23arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher1-3/+4
2011-10-05POST: add new memory regions testValentin Longchamp2-19/+72
2011-10-05POST: drivers/memory.c coding style cleanupValentin Longchamp1-56/+57
2011-10-05POST: make env test flags fetching optionalValentin Longchamp1-5/+15
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp1-4/+5
2011-09-29Blackfin: post: generalize led/button tests with GPIOsMike Frysinger1-0/+2
2011-07-27post, memorytest: add support for none powerpc archsHeiko Schocher1-2/+6
2011-07-27post, 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-19Merge 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-27Coding 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
2010-10-22post/i2c: General clean upPeter Tyser1-25/+23
2010-10-20ppc4xx/POST: Add board specific UART POST test to lwmon5Stefan Roese1-0/+4
2010-10-19Expand POST memory test to support arch-depended implementation.York Sun1-16/+52
2010-10-04ppc4xx: Use common ns16550 functions in 4xx UART POST driverStefan Roese1-280/+22
2010-10-04ppc4xx: Big lwmon5 board support rework/updateSascha Laue6-145/+727
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk4-5/+5
2010-09-23ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specificStefan Roese1-1/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese3-4/+4
2010-09-23ppc4xx: POST UART: Use in/out_8() io-accessor functionsStefan Roese1-64/+41
2010-09-21POST cleanup.Michael Zaidman1-1/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-05-06POST: Added ECC memory test for mpc83xx.Michael Zaidman2-0/+196
2010-04-24mpc5121: pdm360ng: add coprocessor POSTAnatolij Gustschin3-0/+139
2010-04-21Move arch/ppc to arch/powerpcStefan Roese33-3/+3
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-03-21POST: add progress APIMichael Zaidman1-2/+15
2009-12-07POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese1-0/+16
2009-10-09Merge branch 'reloc'Wolfgang Denk3-32/+4
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger1-25/+25
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+2
2009-10-03lwmon, lwmon5: Remove sysmon POST relocation fixupsPeter Tyser2-32/+2
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese2-36/+36
2009-07-24ppc4xx: Replace 4xx lowercase SPR referencesMatthias Fuchs1-3/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-03-28mpc8xx/ether.c: fix warning: unused variable 'bd'Wolfgang Denk1-6/+12
2009-03-20cpu/: get mac address from environmentMike Frysinger1-2/+2
2009-01-24FPU POST: fix warnings when building with 2.18 binutilsYuri Tikhonov9-0/+17
2008-12-16post/Makefile: fix dependency problem with parallel buildsWolfgang Denk1-2/+2
2008-12-15POST Make: fix the sub-dir dependencies missing.Yuri Tikhonov1-1/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD58-213/+213
2008-08-06Fix merge problemsStefan Roese10-0/+38
2008-06-29Configure DSP POST; add watchdog reset to diag commandSascha Laue2-1/+2
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk1-5/+5
2008-06-06ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config optionsStefan Roese1-5/+5
2008-06-03lwmon5: add memory-pattern-test to FPGA POST.Sascha Laue1-0/+50
2008-05-21Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk4-3/+119
2008-05-21Big white-space cleanup.Wolfgang Denk14-147/+147
2008-05-20POST: mark OCM test as POST_STOPYuri Tikhonov1-1/+1
2008-05-20POST: add POST_STOP flagYuri Tikhonov1-2/+15
2008-05-20POST: OCM test added.Yuri Tikhonov3-0/+103
2008-05-20POST: typo fixYuri Tikhonov1-1/+1
2008-05-10post/cpu/ppc4xx/Makefile: line length cleanupWolfgang Denk1-1/+7
2008-05-04Prepare for v1.3.3-rc3Wolfgang Denk1-1/+1
2008-04-30lwmon5: fix offset error in sysmon0 POSTSascha Laue1-4/+4
2008-04-30lwmon5: fix manual merge error in POSTSascha Laue1-2/+2
2008-04-29post/board/lwmon5/sysmon.c: fix manual merge error.Wolfgang Denk1-5/+3
2008-04-29POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.Yuri Tikhonov3-6/+7
2008-04-28lwmon5: update dsPIC POST spezificationSascha Laue1-14/+43
2008-04-28Fix watchdog POST for lwmon5Sascha Laue1-2/+3
2008-04-28post: Fix building with O=Kumar Gala3-5/+5
2008-04-26post/Makefile: make sure to use the correct flagsWolfgang Denk1-0/+1
2008-04-26Coding Style cleanup, update CHANGELOGWolfgang Denk1-15/+13
2008-04-25Merge branch 'master' of /home/wd/git/u-boot/lwmon5Wolfgang Denk65-264/+110
2008-04-22POST: move CONFIG_POST to MakefilesYuri Tikhonov7-20/+60
2008-04-22POST: preparations for moving CONFIG_POST to MakefilesYuri Tikhonov58-182/+2
2008-04-13Fix watchdog POST for lwmon5Sascha Laue1-1/+1
2008-03-26Coding Style cleanyp; update CHANGELOGWolfgang Denk1-6/+6
2008-03-25lwmon5 SYSMON POST: fix handling of negative temperaturesYuri Tikhonov2-24/+36
2008-03-22Merge branch 'master' of /home/wd/git/u-boot/workWolfgang Denk1-1/+2
2008-03-22LWMON5: fix dsPIC POSTYuri Tikhonov1-1/+2
2008-03-20lwmon5 POST: remove unreachable codeWolfgang Denk1-19/+24
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-0/+15
2008-03-18lwmon5: Fix register test logic to match the specific GDC h/w.Yuri Tikhonov1-6/+12
2008-03-18Fix backlight in the lwmon5 POST.Yuri Tikhonov2-35/+8
2008-03-18Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external wa...Yuri Tikhonov3-2/+6
2008-03-18The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov1-3/+15
2008-03-18The patch adds new POST tests for the Lwmon5 board. These are:Yuri Tikhonov8-0/+811
2008-03-18Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.Yuri Tikhonov1-1/+1
2008-03-18lwmon5: Fix register test logic to match the specific GDC h/w.Yuri Tikhonov1-6/+12
2008-03-18Fix backlight in the lwmon5 POST.Yuri Tikhonov2-35/+8
2008-03-18Some fixes to dspic, fpga, and gdc post tests for lwmon5.Yuri Tikhonov3-2/+6
2008-03-18The patch introduces the CRITICAL feature of POST tests. If the testYuri Tikhonov1-3/+15
2008-03-18The patch adds new POST tests for the Lwmon5 board.Yuri Tikhonov8-0/+816
2008-03-18Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.Yuri Tikhonov1-1/+1
2008-03-15ppc4xx: program_tlb now uses 64bit physical addessStefan Roese1-2/+0
2008-03-02Fix warnings while compilation of post/drivers/memory.cAnatolij Gustschin1-3/+3
2008-03-02POST: Disable cache while SPR POSTAnatolij Gustschin1-0/+14
2008-02-21Fix CPU POST test failureYuri Tikhonov1-0/+3
2008-02-07Add attribute POST_PREREL to ECC memory POSTLarry Johnson1-2/+2
2008-01-16ppc4xx: Refactor ECC POST for AMCC Denali coreLarry Johnson1-131/+135
2008-01-14ppc_4xx: Fix post spr.c for PPC405Niklaus Giger1-0/+6
2008-01-09POST: Execute SPR test after relocationStefan Roese1-1/+1
2007-12-27Cosmetic changes to ECC POST for AMCC Denali coreLarry Johnson1-6/+6
2007-12-27ppc4xx: Fix compilation problem in 405 cache POST testStefan Roese1-1/+1
2007-12-27ppc4xx: Fix problem in 44x cache POST routineStefan Roese1-22/+19
2007-12-27ppc4xx: Fix lwmon5 compilation problemStefan Roese1-29/+0
2007-12-27Fix/enhance ECC POST for 440EPx/GRxLarry Johnson2-46/+46
2007-12-27PPC4xx: Move/rename ECC POST for 440EPx/GRxLarry Johnson1-0/+0
2007-12-27ppc4xx: use correct io accessors for 4xx ethernet POSTMatthias Fuchs1-21/+21
2007-10-31ppc4xx: Enable CPU POST test for 4xx with dcache enabledStefan Roese1-0/+11
2007-10-31ppc4xx: Change 4xx POST ethernet test to handle cached memory tooStefan Roese1-1/+10
2007-10-31ppc4xx: Remove temporary TLB entry in POST cache test only for 440Stefan Roese1-0/+2
2007-10-31ppc4xx: Remove compiler warning from previous commitStefan Roese1-1/+1
2007-10-31ppc4xx: Remove temporary TLB entry in POST cache testStefan Roese1-0/+2
2007-10-31ppc4xx: Fix POST ethernet test for HaleakalaStefan Roese1-7/+29
2007-10-31POST: Add 405EX support to 4xx UART POST testStefan Roese1-2/+13
2007-08-25POST: limit memory test area to not touch global data anymoreYuri Tikhonov1-0/+3
2007-08-14POST: Fix merge problemStefan Roese1-4/+1
2007-08-14Merge with /home/stefan/git/u-boot/zeusStefan Roese4-8/+197
2007-08-14POST: Add option for external ethernet loopback testStefan Roese1-1/+8
2007-08-14POST: Add ppc405 support to cache and UART POSTStefan Roese3-7/+186
2007-08-10POST: Add ppc4xx UART POST support without external uart clock (lwmon5)Yuri Tikhonov1-0/+43
2007-07-31ppc4xx: Update 440EPx lwmon5 board supportStefan Roese2-2/+12
2007-07-20POST: Add ECC POST for the lwmon5 boardPavel Kolesnikov3-0/+299
2007-07-13make show_boot_progress () weak.Heiko Schocher1-6/+2
2007-07-10Coding style cleanup; update CHANGELOG.Wolfgang Denk3-9/+8
2007-07-05Merged POST framework with the current TOT.Sergei Poselenov21-27/+1752
2007-06-22Extend POST support for PPC440Igor Lisitsin9-5/+572
2007-03-19Remove obsoleted POST files.Wolfgang Denk36-7555/+0
2007-03-06Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk42-6/+7675
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz3-8/+10
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk5-18/+10
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-5/+5
2005-07-28Fix sysmon POST problem: check I2C error codesWolfgang Denk1-2/+11
2005-06-05Fix watchdog reset problems on LWMON boardwdenk1-0/+1
2004-09-08* Patch by Detlev Zundel, 08 Sep 2004:wdenk1-13/+14
2004-08-01* Code cleanupwdenk2-50/+30
2004-06-07Patch by Pantelis Antoniou, 5 May 2004:wdenk3-1/+62
2004-04-15* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk3-2/+65
2004-03-17Patch by Pierre Aubert, 15 Mar 2004:wdenk1-35/+19
2004-02-23* Patches by Reinhard Meyer, 14 Feb 2004:wdenk1-2/+10
2004-02-20Add Auto-MDIX support for INCA-IPwdenk1-4/+4
2004-01-20* The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2-31/+15
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-1/+1
2003-09-10* Patches by Denis Peter, 9 Sep 2003:wdenk3-8/+4
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-8/+17
2003-07-17* Patch by Martin Krause, 17 Jul 2003:wdenk1-2/+2
2003-07-15* Patches by Martin Krause, 14 Jul 2003:wdenk1-7/+10
2003-07-14* Patches by Yuli Barcohen, 13 Jul 2003:wdenk4-31/+43
2003-06-28Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:wdenk1-3/+1
2003-06-27* Code cleanup:wdenk13-314/+314
2003-05-12Patch by Mathijs Haarman, 08 May 2003:wdenk2-2/+4
2003-04-27* LWMON extensions:wdenk4-1/+423
2003-04-10Add support for TQM862L moduleswdenk1-0/+1
2002-12-17* Use 1-byte-read instead of -write for iprobe() functionwdenk1-6/+45
2002-12-08* Improve log buffer code; use "loglevel" to decide which messageswdenk2-13/+70
2002-12-03* Fix startup problems with VFD display on TRABwdenk1-1/+1
2002-11-21* Added support for both PCMCIA slots (at the same time!) on MPC8xxwdenk2-8/+17
2002-11-05* Add support for log buffer which can be passed to Linux kernel'swdenk1-1/+9
2002-11-03Initial revisionwdenk13-0/+3550
2002-10-07Initial revisionwdenk2-0/+417
2002-10-07Initial revisionwdenk1-0/+583
2002-09-24Initial revisionwdenk5-0/+549
2002-09-12Initial revisionwdenk1-0/+318
2002-09-12Initial revisionwdenk11-0/+1910