~ubuntu-branches/ubuntu/quantal/gnu-efi/quantal-proposed

« back to all changes in this revision

Viewing changes to gnuefi/crt0-efi-x86_64.S

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2013-09-24 14:21:08 UTC
  • mfrom: (17.1.6 trunk)
  • Revision ID: package-import@ubuntu.com-20130924142108-wrui7yjsl3sqh2kr
Tags: 3.0u+debian-1ubuntu2~12.10.0
Backport gnu-efi from saucy to quantal to support new versions of
shim.  LP: #1229572.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   Copyright (C) 2005 Intel Co.
5
5
        Contributed by Fenghua Yu <fenghua.yu@intel.com>.
6
6
 
7
 
   This file is part of GNU-EFI, the GNU EFI development environment.
8
 
 
9
 
   GNU EFI is free software; you can redistribute it and/or modify
10
 
   it under the terms of the GNU General Public License as published by
11
 
   the Free Software Foundation; either version 2, or (at your option)
12
 
   any later version.
13
 
 
14
 
   GNU EFI is distributed in the hope that it will be useful,
15
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
16
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 
   GNU General Public License for more details.
18
 
 
19
 
   You should have received a copy of the GNU General Public License
20
 
   along with GNU EFI; see the file COPYING.  If not, write to the Free
21
 
   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22
 
   02111-1307, USA. */
23
 
 
 
7
    All rights reserved.
 
8
 
 
9
    Redistribution and use in source and binary forms, with or without
 
10
    modification, are permitted provided that the following conditions
 
11
    are met:
 
12
 
 
13
    * Redistributions of source code must retain the above copyright
 
14
      notice, this list of conditions and the following disclaimer.
 
15
    * Redistributions in binary form must reproduce the above
 
16
      copyright notice, this list of conditions and the following
 
17
      disclaimer in the documentation and/or other materials
 
18
      provided with the distribution.
 
19
    * Neither the name of Hewlett-Packard Co. nor the names of its
 
20
      contributors may be used to endorse or promote products derived
 
21
      from this software without specific prior written permission.
 
22
 
 
23
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 
24
    CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 
25
    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 
26
    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 
27
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
 
28
    BE LIABLE FOR ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
 
29
    OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
30
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
31
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
32
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 
33
    TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
 
34
    THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
35
    SUCH DAMAGE.
 
36
*/
24
37
        .text
25
38
        .align 4
26
39