Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-22 | POST: move CONFIG_POST to Makefiles | Yuri Tikhonov | |
Introduce the new logical option CONFIG_HAS_POST which is set when the platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles to determine should the POST libs be compiled for the selected target platform, or not. To avoid breaking u-boot linking process, the empty post/libpost.a file is created for platforms which do not have POSTs. Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2008-04-22 | POST: preparations for moving CONFIG_POST to Makefiles | Yuri Tikhonov | |
Remove CONFIG_POST ifdefs from the post/ source files. Signed-off-by: Yuri Tikhonov <yur@emcraft.com> Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-07-05 | Merged POST framework with the current TOT. | Sergei Poselenov | |
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> |