coreboot-kgpe-d16/payloads/external
Paul Menzel a8843dee58 Use more secure HTTPS URLs for coreboot sites
The coreboot sites support HTTPS, and requests over HTTP with SSL are
also redirected. So use the more secure URLs, which also saves a
request most of the times, as nothing needs to be redirected.

Run the command below to replace all occurences.

```
$ git grep -l -E 'http://(www.|review.|)coreboot.org'
| xargs sed -i 's,http://\(.*\)coreboot.org,https://\1coreboot.org,g'
```

Change-Id: If53f8b66f1ac72fb1a38fa392b26eade9963c369
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/20034
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-06-07 12:04:50 +02:00
..
FILO Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
GRUB2 Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
Memtest86Plus payloads/external/Memtest86Plus: Update stable to latest commit 2016-09-26 21:45:32 +02:00
SeaBIOS Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
U-Boot Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
depthcharge Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
iPXE payloads/external/iPXE: Update stable version 2017-04-14 16:27:42 +02:00
linux payloads: Reorganize Kconfig for external payloads 2015-07-07 22:49:47 +02:00
tianocore Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
tint tint: Add USB support 2017-03-19 21:38:22 +01:00
Makefile.inc payloads/seabios: Add support for Hudson UART 2017-02-28 14:12:22 +01:00