diff options
author | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-21 18:14:33 +0000 |
---|---|---|
committer | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-21 18:18:20 +0000 |
commit | 4b0752e1c264c4ba2a354507ca97bb2e039dda1a (patch) | |
tree | dca24f3d11087443aa9c8b2d823ed1d5b8dad001 /resources/memtest86plus/patch | |
parent | 3c17e8d80e5bacacddb8be37b598cd91cf543539 (diff) | |
download | librebootfr-4b0752e1c264c4ba2a354507ca97bb2e039dda1a.tar.gz librebootfr-4b0752e1c264c4ba2a354507ca97bb2e039dda1a.zip |
re-add old build system (for x86 boards/utils)
Everything will be migrated over to the new build system after release.
Diffstat (limited to 'resources/memtest86plus/patch')
-rw-r--r-- | resources/memtest86plus/patch/0001-Makefile-remove-scp.patch | 11 | ||||
-rw-r--r-- | resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch b/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch new file mode 100644 index 00000000..f9257b20 --- /dev/null +++ b/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch @@ -0,0 +1,11 @@ +--- Makefile 2015-11-18 23:49:40.900093793 +0100 ++++ Makefile.new 2015-11-19 00:08:37.392634002 +0100 +@@ -15,3 +15,3 @@ + CFLAGS= -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \ +- -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector ++ -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector -fgnu89-inline + +@@ -23,3 +23,2 @@ + all: clean memtest.bin memtest +- scp memtest.bin root@192.168.0.12:/srv/tftp/mt86plus + diff --git a/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch b/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch new file mode 100644 index 00000000..98df5de7 --- /dev/null +++ b/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch @@ -0,0 +1,12 @@ +--- config.h 2015-11-18 23:49:27.696700200 +0100 ++++ config.h.new 2015-11-19 00:08:55.799401157 +0100 +@@ -19,3 +19,3 @@ + /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */ +-#define BEEP_MODE 0 ++#define BEEP_MODE 1 + +@@ -37,3 +37,3 @@ + /* SERIAL_BAUD_RATE - Baud rate for the serial console */ +-#define SERIAL_BAUD_RATE 9600 ++#define SERIAL_BAUD_RATE 115200 + |