summaryrefslogtreecommitdiff
path: root/doc/develop/global_data.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-12-15doc: global data pointer on x86, x86_64Heinrich Schuchardt1-1/+3
On x86 the global data pointer is stored in register fs. On x86_64 no register is used for the global data pointer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
2020-10-14doc: global data pointerHeinrich Schuchardt1-0/+53
Add the description of the global data pointer to the generated HTML documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>