CVS log for src/sys/arch/i386/stand/efiboot/efidisk.c
Up to [cvs.NetBSD.org] / src / sys / arch / i386 / stand / efiboot
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9.26.2: download - view: text, markup, annotated - select for diffs
Sun Jan 14 15:46:00 2024 UTC (10 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3
Diff to: previous 1.9.26.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.26.1: +28 -1
lines
Pull up following revision(s) (requested by mlelstv in ticket #548):
sys/arch/i386/stand/efiboot/efidisk.h: revision 1.4
sys/arch/i386/stand/lib/exec.c: revision 1.80
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.11
sys/arch/i386/stand/lib/biosdisk.c: revision 1.61
In efiboot
- create bootinfo information only once.
- add fake biosgeom entries so that the kernel can distinguish between
hard drives (with geom) and CD-ROM (without).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 6 21:26:43 2024 UTC (11 months ago) by mlelstv
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +28 -1
lines
In efiboot
- create bootinfo information only once.
- add fake biosgeom entries so that the kernel can distinguish between
hard drives (with geom) and CD-ROM (without).
Revision 1.9.26.1: download - view: text, markup, annotated - select for diffs
Fri Nov 3 10:01:13 2023 UTC (13 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -5
lines
Pull up following revision(s) (requested by rin in ticket #452):
sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.7
sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.8
sys/arch/i386/stand/efiboot/boot.c: revision 1.23
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.10
sys/arch/i386/stand/efiboot/devopen.c: revision 1.14
sys/arch/i386/stand/efiboot/efimemory.c: revision 1.10
x86/efiboot: Nix trailing whitespace.
whitespace -> tab, blank line, no binary changes.
``int i'' is used only for SUPPORT_NFS || SUPPORT_TFTP.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 14 09:07:54 2023 UTC (18 months, 4 weeks ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -5
lines
x86/efiboot: Nix trailing whitespace.
Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:54 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.6.2.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.1: +146 -7
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Tue Dec 17 13:01:39 2019 UTC (4 years, 11 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.1: +3 -3
lines
Pull up following revision(s) (requested by manu in ticket #568):
sys/arch/i386/stand/lib/biosdisk.c: revision 1.54
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.9
Do not use NAME=label syntax when label are empty
When booting sysinst from UEFI, it defaults to a GPT installation
where partition have no labels. Bootstrap used the NAME=label partition
anyway, with the result that both EFI and FFS root partition had
the same name "NAME=" and could not be distinguished. The first matching
partition for the name was used, and bootstrap looked for the kernel
in the EFI partition.
We fix that by not using NAME=label names for partition when label
is empty. In that case we revert to old syntax such as hd0b
Revision 1.1.12.8: download - view: text, markup, annotated - select for diffs
Tue Dec 17 12:21:34 2019 UTC (4 years, 11 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE
Diff to: previous 1.1.12.7: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.12.7: +3 -3
lines
Pull up following revision(s) (requested by manu in ticket #1474):
sys/arch/i386/stand/lib/biosdisk.c: revision 1.54
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.9
Do not use NAME=label syntax when label are empty
When booting sysinst from UEFI, it defaults to a GPT installation
where partition have no labels. Bootstrap used the NAME=label partition
anyway, with the result that both EFI and FFS root partition had
the same name "NAME=" and could not be distinguished. The first matching
partition for the name was used, and bootstrap looked for the kernel
in the EFI partition.
We fix that by not using NAME=label names for partition when label
is empty. In that case we revert to old syntax such as hd0b
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 17 01:37:52 2019 UTC (4 years, 11 months ago) by manu
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
netbsd-10-base,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: netbsd-10
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
Do not use NAME=label syntax when label are empty
When booting sysinst from UEFI, it defaults to a GPT installation
where partition have no labels. Bootstrap used the NAME=label partition
anyway, with the result that both EFI and FFS root partition had
the same name "NAME=" and could not be distinguished. The first matching
partition for the name was used, and bootstrap looked for the kernel
in the EFI partition.
We fix that by not using NAME=label names for partition when label
is empty. In that case we revert to old syntax such as hd0b
Revision 1.1.12.7: download - view: text, markup, annotated - select for diffs
Tue Sep 17 18:26:53 2019 UTC (5 years, 2 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.1.12.6: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.12.6: +146 -7
lines
Pull up following revision(s) (requested by manu in ticket #1373):
sys/arch/i386/stand/boot/boot2.c: revision 1.72 (patch)
sys/arch/i386/stand/lib/biosdisk.c: revision 1.50
sys/arch/i386/stand/lib/biosdisk.c: revision 1.51
sys/arch/i386/stand/efiboot/devopen.c: revision 1.6
sys/arch/i386/stand/efiboot/devopen.h: revision 1.4
sys/arch/i386/stand/efiboot/devopen.c: revision 1.7
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.8
share/man/man8/man8.x86/boot.8: revision 1.16
share/man/man8/man8.x86/boot.8: revision 1.17
sys/arch/i386/stand/lib/Makefile: revision 1.46
sys/arch/i386/stand/boot/devopen.h: revision 1.5
sys/arch/i386/stand/boot/devopen.c: revision 1.9
sys/arch/i386/stand/efiboot/boot.c: revision 1.14 (patch)
sys/arch/i386/stand/efiboot/boot.c: revision 1.15
sys/arch/i386/stand/lib/biosdisk.h: revision 1.11
sys/arch/i386/stand/boot/boot2.c: revision 1.71
Add GPT and RAIDframe support to bootloaders
Classic BIOS (/boot) and EFI bootloaders can now name devices
using the NAME=gpt_label syntax, or using raid partitions. Here
are examples:
boot NAME=root:/netbsd
boot raid0e:/netbsd
Correct the memset(3)'s third argument in i386 biosdisk.c
The size of allocation is the size of the structure biosdisk, not the size
of a pointer.
Document new GPT and RAIDframe capacity of bootstrap code
While there, also document EFI setup and some bugs
Typo fixes, 'file system'; new sentence, new line; expand IA-32.
Bump date for previous.
Make sure devices names are copied including last byte
Fix from M. Levinson.
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 13 07:00:13 2019 UTC (5 years, 2 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-0-RC1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +146 -7
lines
Pull up following revision(s) (requested by manu in ticket #200):
sys/arch/i386/stand/boot/boot2.c: revision 1.72
sys/arch/i386/stand/lib/biosdisk.c: revision 1.50
sys/arch/i386/stand/lib/biosdisk.c: revision 1.51
sys/arch/i386/stand/efiboot/devopen.c: revision 1.6
sys/arch/i386/stand/efiboot/devopen.h: revision 1.4
sys/arch/i386/stand/efiboot/devopen.c: revision 1.7
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.8
share/man/man8/man8.x86/boot.8: revision 1.16
share/man/man8/man8.x86/boot.8: revision 1.17
sys/arch/i386/stand/lib/Makefile: revision 1.46
sys/arch/i386/stand/boot/devopen.h: revision 1.5
sys/arch/i386/stand/boot/devopen.c: revision 1.9
sys/arch/i386/stand/efiboot/boot.c: revision 1.14
sys/arch/i386/stand/efiboot/boot.c: revision 1.15
sys/arch/i386/stand/lib/biosdisk.h: revision 1.11
sys/arch/i386/stand/boot/boot2.c: revision 1.71
Add GPT and RAIDframe support to bootloaders
Classic BIOS (/boot) and EFI bootloaders can now name devices
using the NAME=gpt_label syntax, or using raid partitions. Here
are examples:
boot NAME=root:/netbsd
boot raid0e:/netbsd
Correct the memset(3)'s third argument in i386 biosdisk.c
The size of allocation is the size of the structure biosdisk, not the size
of a pointer.
Document new GPT and RAIDframe capacity of bootstrap code
While there, also document EFI setup and some bugs
Typo fixes, 'file system'; new sentence, new line; expand IA-32.
Bump date for previous.
Make sure devices names are copied including last byte
Fix from M. Levinson.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 18 02:18:24 2019 UTC (5 years, 3 months ago) by manu
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +146 -7
lines
Add GPT and RAIDframe support to bootloaders
Classic BIOS (/boot) and EFI bootloaders can now name devices
using the NAME=gpt_label syntax, or using raid partitions. Here
are examples:
boot NAME=root:/netbsd
boot raid0e:/netbsd
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:21 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -5
lines
Sync with HEAD
Revision 1.1.12.6: download - view: text, markup, annotated - select for diffs
Wed Apr 17 15:55:00 2019 UTC (5 years, 7 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Diff to: previous 1.1.12.5: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.12.5: +3 -5
lines
Pull up following revision(s) (requested by nonaka in ticket #1231):
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.7
efiboot: Don't panic when BLOCK_IO_PROTOCOL is not found.
It has been reported that there is a machine where BLOCK_IO_PROTOCOL
can not be found when network boot without disk.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 17 06:50:34 2019 UTC (5 years, 7 months ago) by nonaka
Branches: MAIN
CVS tags: phil-wifi-20190609,
netbsd-9-base,
isaki-audio2-base,
isaki-audio2
Branch point for: netbsd-9
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -5
lines
efiboot: Don't panic when BLOCK_IO_PROTOCOL is not found.
It has been reported that there is a machine where BLOCK_IO_PROTOCOL
can not be found when network boot without disk.
Revision 1.1.20.5: download - view: text, markup, annotated - select for diffs
Mon Apr 16 01:59:54 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.20.4: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.20.4: +2 -2
lines
Sync with HEAD, resolve some conflicts
Revision 1.1.12.5: download - view: text, markup, annotated - select for diffs
Wed Apr 11 14:51:43 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Diff to: previous 1.1.12.4: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.12.4: +2 -2
lines
Pull up following revision(s) (requested by nonaka in ticket #739):
sys/arch/i386/stand/efiboot/efinet.h: revision 1.1
sys/arch/i386/stand/efiboot/efinet.c: revision 1.1
sys/arch/i386/stand/efiboot/conf.c: revision 1.2
sys/arch/i386/stand/efiboot/devopen.c: revision 1.5
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.6
sys/arch/i386/stand/efiboot/devopen.h: revision 1.3
sys/arch/i386/stand/efiboot/efipxe.c: revision 1.1
sys/arch/i386/stand/efiboot/efiboot.c: revision 1.7
sys/arch/i386/stand/efiboot/boot.c: revision 1.10
sys/arch/i386/stand/efiboot/efiboot.h: revision 1.8
sys/arch/i386/stand/efiboot/Makefile.efiboot: revision 1.12
sys/arch/i386/stand/efiboot/dev_net.c: revision 1.1
efiboot: Added network boot support.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 11 10:32:09 2018 UTC (6 years, 8 months ago) by nonaka
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415
Branch point for: phil-wifi
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
efiboot: Added network boot support.
Revision 1.1.20.4: download - view: text, markup, annotated - select for diffs
Sat Apr 7 04:12:14 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.20.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.20.3: +35 -1
lines
Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
Revision 1.1.12.4: download - view: text, markup, annotated - select for diffs
Wed Apr 4 16:34:39 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.1.12.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.12.3: +35 -1
lines
Pull up following revision(s) (requested by nonaka in ticket #692):
sys/arch/i386/stand/efiboot/devopen.c: revision 1.4
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.5
sys/arch/i386/stand/efiboot/devopen.h: revision 1.2
sys/arch/i386/stand/efiboot/efidisk.h: revision 1.3
sys/lib/libsa/bootcfg.h: revision 1.2
sys/arch/i386/stand/efiboot/boot.c: revision 1.9
sys/lib/libsa/bootcfg.c: revision 1.3
sys/arch/i386/stand/lib/bootmenu.c: revision 1.17
sys/arch/i386/stand/lib/biosdisk.c: revision 1.49
sys/arch/i386/stand/efiboot/TODO.efiboot: revision 1.5
sys/arch/i386/stand/lib/bootmenu.h: revision 1.6
sys/arch/i386/stand/lib/biosdisk.h: revision 1.10
efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 2 09:44:18 2018 UTC (6 years, 8 months ago) by nonaka
Branches: MAIN
CVS tags: pgoyette-compat-0407
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +35 -1
lines
efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk.
Revision 1.1.12.3: download - view: text, markup, annotated - select for diffs
Mon Apr 2 08:50:33 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.1.12.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.12.2: +5 -3
lines
Pull up following revision(s) (requested by nonaka in ticket #685):
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.4
sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.4
sys/arch/i386/stand/efiboot/eficons.c: revision 1.5
sys/arch/i386/stand/efiboot/efichar.c: revision 1.1
sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.4
sys/arch/i386/stand/efiboot/boot.c: revision 1.8
sys/arch/i386/stand/efiboot/efimemory.c: revision 1.5
sys/arch/i386/stand/efiboot/efiboot.c: revision 1.6
sys/arch/i386/stand/efiboot/efidelay.c: revision 1.2
sys/arch/i386/stand/efiboot/efiboot.h: revision 1.7
sys/arch/i386/stand/efiboot/Makefile.efiboot: revision 1.11
efiboot: Added serial console support.
Revision 1.1.20.3: download - view: text, markup, annotated - select for diffs
Fri Mar 30 06:20:11 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.20.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.20.2: +5 -3
lines
Resolve conflicts between branch and HEAD
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 27 14:15:05 2018 UTC (6 years, 8 months ago) by nonaka
Branches: MAIN
CVS tags: pgoyette-compat-0330
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3
lines
efiboot: Added serial console support.
Revision 1.1.20.2: download - view: text, markup, annotated - select for diffs
Thu Mar 22 01:44:45 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.20.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.20.1: +6 -9
lines
Synch with HEAD, resolve conflicts
Revision 1.1.12.2: download - view: text, markup, annotated - select for diffs
Wed Mar 21 10:50:49 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.1.12.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.12.1: +6 -9
lines
Pull up following revision(s) (requested by nonaka in ticket #648):
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.3
sys/arch/i386/stand/efiboot/devopen.c: revision 1.3
sys/arch/i386/stand/efiboot/boot.c: revision 1.7
sys/arch/i386/stand/lib/biosdisk.c: revision 1.48
efiboot: fix it can't boot from HDD.
efiboot: more pager.
efiboot: boot device is always efi_distlist first element.
efiboot: fix to find boot partition process.
NetBSD related partitions with no bootme flag set are also candidates
for boot partition.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 20 10:19:33 2018 UTC (6 years, 8 months ago) by nonaka
Branches: MAIN
CVS tags: pgoyette-compat-0322
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -9
lines
efiboot: boot device is always efi_distlist first element.
Revision 1.1.20.1: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:12:03 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +117 -28
lines
Synch with HEAD
Revision 1.1.12.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 14:54:52 2018 UTC (6 years, 9 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +117 -28
lines
Pull up following revision(s) (requested by nonaka in ticket #625):
sys/arch/i386/stand/efiboot/efidisk.c: revision 1.2
sys/arch/i386/stand/efiboot/devopen.c: revision 1.2
sys/arch/i386/stand/efiboot/efidisk.h: revision 1.2
sys/arch/i386/stand/efiboot/boot.c: revision 1.6
sys/arch/i386/stand/efiboot/efidisk_ll.c: revision 1.2
sys/arch/i386/stand/efiboot/efidev.c: revision 1.1
sys/arch/i386/stand/lib/biosdisk_ll.h: revision 1.16
sys/arch/i386/stand/lib/biosdisk.h: revision 1.9
sys/lib/libsa/cd9660.c: revision 1.31
sys/arch/i386/stand/efiboot/efiboot.c: revision 1.5
sys/arch/i386/stand/efiboot/efiboot.h: revision 1.6
sys/arch/i386/stand/lib/biosdisk.c: revision 1.47
sys/arch/i386/stand/efiboot/Makefile.efiboot: revision 1.10
sys/arch/i386/stand/efiboot/TODO.efiboot: revision 1.4
efiboot: system can boot from CD/DVD-ROM media.
Add missed file in previous commit.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 8 10:34:33 2018 UTC (6 years, 9 months ago) by nonaka
Branches: MAIN
CVS tags: pgoyette-compat-0315
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +117 -28
lines
efiboot: system can boot from CD/DVD-ROM media.
Revision 1.1.18.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:18 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.1.18.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.18.1: +127 -0
lines
update from HEAD
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:15 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +127 -0
lines
Sync with HEAD
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:12 2017 UTC (7 years, 10 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +127 -0
lines
Sync with HEAD
Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Tue Jan 24 11:09:15 2017 UTC (7 years, 10 months ago) by nonaka
Branches: bouyer-socketcan
Diff to: previous 1.1.8.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.8.1: +127 -0
lines
1468398
Revision 1.1.18.1
Tue Jan 24 11:09:14 2017 UTC (7 years, 10 months ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.1: +0 -127
lines
file efidisk.c was added on branch tls-maxphys on 2017-12-03 11:36:18 +0000
Revision 1.1.8.1
Tue Jan 24 11:09:14 2017 UTC (7 years, 10 months ago) by nonaka
Branches: bouyer-socketcan
FILE REMOVED
Changes since revision 1.1: +0 -127
lines
file efidisk.c was added on branch bouyer-socketcan on 2017-01-24 11:09:15 +0000
Revision 1.1.4.1
Tue Jan 24 11:09:14 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
FILE REMOVED
Changes since revision 1.1: +0 -127
lines
file efidisk.c was added on branch pgoyette-localcount on 2017-03-20 06:57:15 +0000
Revision 1.1.2.1
Tue Jan 24 11:09:14 2017 UTC (7 years, 10 months ago) by skrll
Branches: nick-nhusb
FILE REMOVED
Changes since revision 1.1: +0 -127
lines
file efidisk.c was added on branch nick-nhusb on 2017-02-05 13:40:12 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 24 11:09:14 2017 UTC (7 years, 10 months ago) by nonaka
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-compat-base,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1
Branch point for: tls-maxphys,
pgoyette-localcount,
pgoyette-compat,
nick-nhusb,
netbsd-8,
bouyer-socketcan
Initial commit of native amd64 EFI boot loader.
CVSweb <webmaster@jp.NetBSD.org>