commit | b0b403d954081520ba82fef24dee6486ffebe017 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 31 09:31:27 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:40 2015 -0600 |
tree | 13c28343dae3337daca1ace3bdaeee09918b1b7a | |
parent | b6c9a205569964c7adbc8ab9470567c7e2436e0f [diff] |
Reserve the top 16 flag bits for architecture-specific use Add a convention that the generic global_data only occupy the bottom 16 bits of the flags word, so that there is less chance of a conflict. At present the x86 flags conflict. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>