summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/quark/hte.h
Commit message (Collapse)AuthorAgeLines
* x86: quark: MRC codes clean upBin Meng2015-03-24-2/+2
| | | | | | | | | | | | 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 utility codes needed for MRCBin Meng2015-02-06-0/+44
Add various utility codes needed for Quark MRC. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>