diff options
author | Swift Geek <swiftgeek@gmail.com> | 2016-08-18 01:37:55 +0200 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-08-18 00:42:25 +0100 |
commit | 00881095e94ce7f42fcb16cfdd719fbffb15a03a (patch) | |
tree | afbb14fd5fae0f1bfd9c4da0f52c3ec3e187f490 /resources/layouts | |
parent | d102c19a659750d3c24697b747de21f6fba575b5 (diff) | |
download | librebootfr-00881095e94ce7f42fcb16cfdd719fbffb15a03a.tar.gz librebootfr-00881095e94ce7f42fcb16cfdd719fbffb15a03a.zip |
Add generic libre layouts for cantiga (gm/gs/pm45) and use them for x200
Diffstat (limited to 'resources/layouts')
6 files changed, 15 insertions, 0 deletions
diff --git a/resources/layouts/generic/cantiga-16mb.layout b/resources/layouts/generic/cantiga-16mb.layout new file mode 100644 index 00000000..b2a97f46 --- /dev/null +++ b/resources/layouts/generic/cantiga-16mb.layout @@ -0,0 +1,4 @@ +0x00000000:0x00000fff descriptor +0x00001000:0x00002fff gbe +0x00003000:0x00ffffff bios + diff --git a/resources/layouts/generic/cantiga-4mb.layout b/resources/layouts/generic/cantiga-4mb.layout new file mode 100644 index 00000000..5cf63ae6 --- /dev/null +++ b/resources/layouts/generic/cantiga-4mb.layout @@ -0,0 +1,4 @@ +0x00000000:0x00000fff descriptor +0x00001000:0x00002fff gbe +0x00003000:0x003fffff bios + diff --git a/resources/layouts/generic/cantiga-8mb.layout b/resources/layouts/generic/cantiga-8mb.layout new file mode 100644 index 00000000..4f1eeb7c --- /dev/null +++ b/resources/layouts/generic/cantiga-8mb.layout @@ -0,0 +1,4 @@ +0x00000000:0x00000fff descriptor +0x00001000:0x00002fff gbe +0x00003000:0x007fffff bios + diff --git a/resources/layouts/lenovo/x200/x200-libre-16mb.layout b/resources/layouts/lenovo/x200/x200-libre-16mb.layout new file mode 120000 index 00000000..7b0bff1f --- /dev/null +++ b/resources/layouts/lenovo/x200/x200-libre-16mb.layout @@ -0,0 +1 @@ +../../generic/cantiga-16mb.layout
\ No newline at end of file diff --git a/resources/layouts/lenovo/x200/x200-libre-4mb.layout b/resources/layouts/lenovo/x200/x200-libre-4mb.layout new file mode 120000 index 00000000..1e228317 --- /dev/null +++ b/resources/layouts/lenovo/x200/x200-libre-4mb.layout @@ -0,0 +1 @@ +../../generic/cantiga-4mb.layout
\ No newline at end of file diff --git a/resources/layouts/lenovo/x200/x200-libre-8mb.layout b/resources/layouts/lenovo/x200/x200-libre-8mb.layout new file mode 120000 index 00000000..db11b357 --- /dev/null +++ b/resources/layouts/lenovo/x200/x200-libre-8mb.layout @@ -0,0 +1 @@ +../../generic/cantiga-8mb.layout
\ No newline at end of file |