Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: quark: MRC codes clean up | Bin Meng | 2015-03-24 | -674/+531 |
| | | | | | | | | | | | | This patch cleans up the quark MRC codes coding style by: - Remove BIT0/1../31 defines from mrc_util.h - Create names for the documented BITs and use them - For undocumented single BITs, use (1 << n) directly - For undocumented ORed BITs, use the hex number directly - Remove redundancy parenthesis all over the codes - Replace to use lower case hex numbers Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | |||
* | x86: quark: Add System Memory Controller support | Bin Meng | 2015-02-06 | -0/+2764 |
The codes are actually doing the memory initialization stuff. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> |