1. 06 Aug, 2018 1 commit
    • Michael Shigorin's avatar
      e2k: support e101/mga2 · 8745bee8
      Michael Shigorin authored
      Elbrus 101-PC was initially supported through kernel
      modesetting driver only, now it's got a sort of native
      driver running on ALT too.
      8745bee8
  2. 25 Jul, 2018 1 commit
  3. 25 Jun, 2018 3 commits
    • Michael Shigorin's avatar
      e2k: avoid messing with hwclock · 9d4b3e1f
      Michael Shigorin authored
      ...which will only result in a FAILED message,
      most probably the solitary one throughout the
      whole sysvinit boot.
      9d4b3e1f
    • Michael Shigorin's avatar
      e2k, e2k.mk: better platform support · 45d91479
      Michael Shigorin authored
      The goal was simple: every use/e2k/{x11,install2}/$MACHINE
      must be self-sufficient regarding platform support, that is
      it must depend on the corresponding CPU-specific target.
      
      A bit less make-tech but still better overall.
      
      NB: llvm cleanup is not needed anymore after upgrade to
          Mesa-17/llvm-3.7, should be dropped like this year.
      45d91479
    • Michael Shigorin's avatar
      e2k: cleanup comments · bc37f884
      Michael Shigorin authored
      Forgot to do that before merging, sorry.
      
      (xorg-drv-ati cares for dependencies
      but we still prefer modesetting driver
      in the installers to make them versatile)
      bc37f884
  4. 21 May, 2018 5 commits
    • Michael Shigorin's avatar
      e2k: much improved hardware support · 7b396b0c
      Michael Shigorin authored
      Elbrus-801 and -101 are now added; 401's support refactored
      and modified to cover 4.4 server system as well.
      7b396b0c
    • Michael Shigorin's avatar
      e2k: added ru_RU.UTF-8 preconfiguration · f7eadc2f
      Michael Shigorin authored
      It's legit here as I know no Elbrus users among
      non-Russian-speakers, at least so far; should move
      to generic l10n feature (which will definitely see
      its glory by then).
      f7eadc2f
    • Michael Shigorin's avatar
      e2k: provide canned KOI8-R configs · 89bc47f3
      Michael Shigorin authored
      This is to avoid extra actions when one actually needs
      KOI8-R (which is still hardwired in some lcc messages).
      Should all be rolled into l10n feature some day...
      89bc47f3
    • Michael Shigorin's avatar
      e2k: make serial hook more fault-proof · bbfad01e
      Michael Shigorin authored
      The early scheme consisted of boot.conf template
      with a separate hook filling it in; this was nice
      for serial console setup script which could just
      amend the kernel command line as needed _but_
      this got changed towards the more generic scheme
      (breaking the hook in question, unfortunately).
      bbfad01e
    • Michael Shigorin's avatar
      tar2fs: generate proper boot.conf for e2k · b31af10c
      Michael Shigorin authored
      This one supports multiple kernels (and tweaks boot
      labels aiming to simplify target kernel selection
      for the CPU at hand) instead of an earlier attempt
      to fill in a template.
      
      No need for the template so just drop it.
      b31af10c
  5. 08 Sep, 2017 1 commit
  6. 21 Aug, 2017 1 commit
    • Michael Shigorin's avatar
      e2k: add sound setup · 29bbcaa1
      Michael Shigorin authored
      Radeon HDMI as the default soundcard isn't really optimal,
      and trying to push 44100 kHz samples towards 48 kHz interface
      isn't going to sound great; provide sane ALSA dmix defaults
      for Elbrus-401 PC workstation.
      29bbcaa1
  7. 07 Aug, 2017 1 commit
    • Michael Shigorin's avatar
      e2k: official x11 support · 0d6fe350
      Michael Shigorin authored
      The early builds used to rely upon a non-committed
      rootfs/files/etc/X11/xorg.conf within this feature
      which was a bit annoying and would have screwed an
      Elbrus system based on any other GPU.
      
      So let's provide some flexibility by packaging it.
      0d6fe350
  8. 02 Aug, 2017 1 commit