summaryrefslogtreecommitdiffstats
path: root/post/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass2015-05-051-4/+18
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-3/+3
* powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada2015-01-051-1/+1
* post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada2013-12-131-1/+1
* post: remove unnecessary include path settingsMasahiro Yamada2013-11-251-2/+0
* post: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-5/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-244-68/+4
* post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORESAnatolij Gustschin2013-05-011-0/+2
* arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher2011-10-231-3/+4
* POST: add new memory regions testValentin Longchamp2011-10-051-19/+59
* POST: drivers/memory.c coding style cleanupValentin Longchamp2011-10-051-56/+57
* post, memorytest: add support for none powerpc archsHeiko Schocher2011-07-271-2/+6
* post, memorytest: fix if vstart is not = 0x0Heiko Schocher2011-07-271-2/+3
* post: new nor flash testMike Frysinger2011-07-262-1/+108
* post: use ARRAY_SIZEMike Frysinger2011-07-261-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2010-11-191-1/+2
|\
| * post, i2c: add missing curly bracket in i2c_post_testHeiko Schocher2010-11-171-1/+2
* | Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-1/+1
|/
* post/drivers/i2c.c: fix compile errorWolfgang Denk2010-10-271-1/+1
* post/i2c: Add ability to ignore I2C devicesPeter Tyser2010-10-221-2/+24
* post/i2c: Rename I2C_ADDR_LIST to CONFIG_SYS_POST_I2C_ADDRSPeter Tyser2010-10-221-4/+4
* post/i2c: Don't probe address 0Peter Tyser2010-10-221-2/+4
* post/i2c: Clean up detection logicPeter Tyser2010-10-221-16/+13
* post/i2c: General clean upPeter Tyser2010-10-221-25/+23
* Expand POST memory test to support arch-depended implementation.York Sun2010-10-191-16/+52
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-183-9/+9
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Merge branch 'master' of /home/wd/git/u-boot/lwmon5Wolfgang Denk2008-04-254-13/+2
|\
| * POST: move CONFIG_POST to MakefilesYuri Tikhonov2008-04-221-4/+2
| * POST: preparations for moving CONFIG_POST to MakefilesYuri Tikhonov2008-04-223-9/+0
* | LWMON5: POST RTC fixYuri Tikhonov2008-03-201-0/+15
|/
* Fix warnings while compilation of post/drivers/memory.cAnatolij Gustschin2008-03-021-3/+3
* POST: limit memory test area to not touch global data anymoreYuri Tikhonov2007-08-251-0/+3
* Merged POST framework with the current TOT.Sergei Poselenov2007-07-052-82/+1
* Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk2007-03-065-0/+872
OpenPOWER on IntegriCloud