summaryrefslogtreecommitdiff
path: root/post/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-7/+0
2016-12-04post: cosmetic: fix typoNiko Mauno1-1/+1
2015-05-06dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass1-4/+18
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-3/+3
2015-01-05powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada1-1/+1
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada1-1/+1
2013-11-25post: remove unnecessary include path settingsMasahiro Yamada1-2/+0
2013-11-01post: convert makefiles to Kbuild styleMasahiro Yamada1-5/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-05-01post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORESAnatolij Gustschin1-0/+2
2011-10-24arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher1-3/+4
2011-10-06POST: add new memory regions testValentin Longchamp1-19/+59
2011-10-06POST: drivers/memory.c coding style cleanupValentin Longchamp1-56/+57
2011-07-28post, memorytest: add support for none powerpc archsHeiko Schocher1-2/+6
2011-07-28post, memorytest: fix if vstart is not = 0x0Heiko Schocher1-2/+3
2011-07-26post: new nor flash testMike Frysinger2-1/+108
2011-07-26post: use ARRAY_SIZEMike Frysinger1-1/+1
2010-11-20Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-1/+1
2010-11-17post, i2c: add missing curly bracket in i2c_post_testHeiko Schocher1-1/+2
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-20Expand POST memory test to support arch-depended implementation.York Sun1-16/+52
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-9/+9
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-25Merge branch 'master' of /home/wd/git/u-boot/lwmon5Wolfgang Denk4-13/+2
2008-04-22POST: move CONFIG_POST to MakefilesYuri Tikhonov1-4/+2
2008-04-22POST: preparations for moving CONFIG_POST to MakefilesYuri Tikhonov3-9/+0
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-0/+15
2008-03-02Fix warnings while compilation of post/drivers/memory.cAnatolij Gustschin1-3/+3
2007-08-25POST: limit memory test area to not touch global data anymoreYuri Tikhonov1-0/+3
2007-07-05Merged POST framework with the current TOT.Sergei Poselenov2-82/+1
2007-03-06Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk5-0/+872