| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/base-files: add support for Sophos SG/XG-105 | Stan Grishin | 2021-04-10 | 1 | -0/+8 |
* | x86: upgrade: make code comment appear as log lines | Yousong Zhou | 2020-11-11 | 1 | -4/+2 |
* | x86: upgrade: use get_image_dd | Yousong Zhou | 2020-11-11 | 1 | -5/+5 |
* | x86: upgrade: use v function for writting logs | Yousong Zhou | 2020-11-11 | 1 | -8/+8 |
* | x86: fix touching bootloader "upgraded" mark | Yousong Zhou | 2020-11-02 | 1 | -1/+1 |
* | treewide: drop shebang from non-executable target files | Adrian Schmutzler | 2020-06-16 | 4 | -5/+0 |
* | x86: fix grub-bios-setup fail during sysupgrade | 李国 | 2020-04-09 | 1 | -1/+1 |
* | x86: generate EFI platform bootable images | 李国 | 2020-03-31 | 3 | -9/+24 |
* | x86: add preinit hook for bootloader upgrade | Tomasz Maciej Nowak | 2020-03-01 | 2 | -1/+21 |
* | x86: add bootloader upgrade on sysupgrade | Tomasz Maciej Nowak | 2020-03-01 | 1 | -0/+24 |
* | treewide: use new procd sysupgrade $UPGRADE_BACKUP variable | Rafał Miłecki | 2019-09-05 | 1 | -1/+1 |
* | treewide: when copying a backup file always specify dest name | Rafał Miłecki | 2019-09-05 | 1 | -1/+1 |
* | treewide: don't hardcode "sysupgrade.tgz" file name | Rafał Miłecki | 2019-09-05 | 1 | -2/+2 |
* | treewide: sysupgrade: pass "save_partitions" option to the "sysupgrade" method | Rafał Miłecki | 2019-08-22 | 1 | -1/+1 |
* | x86: make sysupgrade.tgz reachable again | Tomasz Maciej Nowak | 2018-12-03 | 1 | -1/+1 |
* | Revert "x86: add intel microcode entries to grub config" | John Crispin | 2018-11-27 | 1 | -4/+2 |
* | Revert "x86: add amd microcode entries to grub config" | John Crispin | 2018-11-27 | 1 | -0/+12 |
* | x86: add amd microcode entries to grub config | Tomasz Maciej Nowak | 2018-11-26 | 1 | -12/+0 |
* | x86: add intel microcode entries to grub config | Tomasz Maciej Nowak | 2018-11-26 | 1 | -2/+4 |
* | x86: mount writable bootfs | Tomasz Maciej Nowak | 2018-11-26 | 1 | -8/+4 |
* | x86: add preinit hook to reload microcode | Zoltan HERPAI | 2018-02-11 | 1 | -0/+10 |
* | x86: preinit: use board_name on Sm Super Servers | Philip Prindeville | 2018-01-04 | 1 | -1/+8 |
* | x86: preinit: make name rewrite into reusable function | Philip Prindeville | 2018-01-04 | 1 | -6/+10 |
* | treewide: populate boardname and model earlier | Mathias Kresin | 2017-07-15 | 1 | -0/+0 |
* | x86: sysupgrade: explicitly rescan disk after writing partition table | Matthias Schiffer | 2017-05-29 | 1 | -0/+6 |
* | x86: sysupgrade: refactor platform_do_upgrade | Matthias Schiffer | 2017-05-29 | 1 | -33/+36 |
* | x86: sysupgrade: move partition table change check to platform_check_image | Matthias Schiffer | 2017-05-29 | 1 | -4/+25 |
* | x86: keep /boot mounted for kexec | Daniel Golle | 2017-05-05 | 1 | -4/+7 |
* | x86: fix sysupgrades on disks with 4k block size | Felix Fietkau | 2017-01-25 | 1 | -9/+2 |
* | base-files: export x86 platform upgrade functions to common.sh | Yousong Zhou | 2017-01-05 | 2 | -96/+5 |
* | x86: move sysupgrade.tgz only if it exists | Yousong Zhou | 2017-01-05 | 1 | -3/+6 |
* | x86: use sysfs DMI information to populate sysinfo | Jo-Philipp Wich | 2016-06-06 | 1 | -0/+28 |
* | x86: generalize partition discovery for sysupgrade | Jo-Philipp Wich | 2016-05-24 | 2 | -25/+54 |
* | x86: search PARTUUID in any block device | Jo-Philipp Wich | 2016-03-30 | 1 | -1/+2 |
* | x86: make sysupgrade work without partx | Jo-Philipp Wich | 2016-03-30 | 1 | -6/+28 |
* | x86: fix platform_export_bootpart() for Xen virtual disks | Hauke Mehrtens | 2016-04-17 | 1 | -1/+1 |
* | x86: preserve partition table on sysupgrade | Jo-Philipp Wich | 2016-02-09 | 1 | -2/+49 |
* | x86: use PARTUUID instead explicitly specifying the device by default | Jo-Philipp Wich | 2015-03-24 | 2 | -38/+53 |
* | x86: remove old soekris config hacks, install a more appropriate default /etc... | Felix Fietkau | 2014-10-12 | 1 | -19/+0 |
* | target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | x86: fix sysupgrade | Felix Fietkau | 2014-03-21 | 1 | -1/+1 |
* | kernel/base-files: clean up old code related to refreshing mtd partitions, it... | Felix Fietkau | 2013-07-14 | 1 | -6/+0 |
* | preinit: move cmdline failsafe= handling ot the generic code | John Crispin | 2013-04-25 | 1 | -13/+0 |
* | Do not overload mount-call - trying to reduce confusion | Mirko Vogt | 2012-12-19 | 1 | -1/+1 |
* | x86: allow both old and new grub signatures in sysupgrade | Jo-Philipp Wich | 2012-10-23 | 1 | -1/+1 |
* | x86: correct image magic for grub2 images | Felix Fietkau | 2012-10-22 | 1 | -1/+1 |
* | x86: add grub2 iso support | Felix Fietkau | 2012-10-07 | 1 | -0/+5 |
* | Fix sysupgrade for squashfs, jffs2 and ext4 images | Vasilis Tsiligiannis | 2012-06-19 | 2 | -16/+55 |
* | x86/soekris: Add script to detect soekris model | Felix Fietkau | 2011-01-26 | 1 | -0/+19 |
* | sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks ... | Nicolas Thill | 2010-04-04 | 1 | -1/+1 |