diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-23 18:21:21 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-23 18:21:21 +0000 |
commit | d4aeb70b0a2c74b2a363cacd84138617fecb3641 (patch) | |
tree | 2d819befe9f0b57c624af7ad1e1244ca651b5960 /BeagleBoardPkg | |
parent | cd539d485db6356c59271e031b8fb05a4a6a66a9 (diff) | |
download | edk2-platforms-d4aeb70b0a2c74b2a363cacd84138617fecb3641.tar.xz |
Update comments to define where stuff comes from
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10049 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rw-r--r-- | BeagleBoardPkg/Tools/generate_image.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/BeagleBoardPkg/Tools/generate_image.c b/BeagleBoardPkg/Tools/generate_image.c index 65351380c8..c7a8a06335 100644 --- a/BeagleBoardPkg/Tools/generate_image.c +++ b/BeagleBoardPkg/Tools/generate_image.c @@ -1,6 +1,13 @@ /** @file + The data structures in this code come from: + OMAP35x Applications Processor Technical Reference Manual chapter 25 + OMAP34xx Multimedia Device Technical Reference Manual chapter 26.4.8. + + You should use the OMAP35x manual when possible. Some things, like SectionKey, + are not defined in the OMAP35x manual and you have to use the OMAP34xx manual + to find the data. - Copyright (c) 2008-2009, Apple Inc. All rights reserved. + Copyright (c) 2008-2010, Apple Inc. All rights reserved. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License |