coreboot-kgpe-d16/util/inteltool
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
..
Makefile inteltool: #include <commonlib/helpers.h> 2017-06-06 17:46:54 +02:00
ahci.c inteltool/ahci: Don't print reserved, all-zero registers 2017-06-06 17:34:57 +02:00
amb.c util/inteltool: fix memory leak 2016-07-31 19:16:45 +02:00
cpu.c util/inteltool: Use tabs for indents 2016-10-20 20:21:51 +02:00
gfx.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
gpio.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
inteltool.8 Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
inteltool.c inteltool/ahci: Add Skylake support 2017-06-06 17:27:10 +02:00
inteltool.h Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
ivy_memory.c util/inteltool: Remove unnecessary whitespace 2016-10-20 20:22:05 +02:00
memory.c inteltool: update documentation 2016-05-13 16:58:56 +02:00
pcie.c util/inteltool: Use tabs for indents 2016-10-20 20:21:51 +02:00
powermgt.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
rootcmplx.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
spi.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00