X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by lists.alpinelinux.org (Postfix) with ESMTP id 780045C4143 for ; Mon, 2 Jan 2017 14:51:11 +0000 (GMT) Received: by mail-lf0-f67.google.com with SMTP id x140so25936486lfa.2 for ; Mon, 02 Jan 2017 06:51:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1d2N7NFjwdKpFELpI+JA5tRdtkXBnbye/GeIfbKLo2E=; b=dylHAnGCXmEpRQVnhia8pDPYvlkkyaUsabflkN+al5CwCybg1Q/x9twyfFzRs9KxSk ypbU0uzXs9Xkt2Hh8Q/T2iz8SE4aocS4fS9u1YLCdBJmWGETNcWc+ZPiWk0Kn7Lml4qu QSgZ8kSsU3sg2O6KozHChnxWo2nfNOev/sk8lVxgPEzgSym+w3rmDRRtYc5IVQcZykYB Rz0ckVV6b8jeSMGdjMi1TBMIE09q+/Ep1ZH/7IfX/vx6T8TRY9YBVeykXDh8ZllTsUUW VzfJ+GX/IKXFgSNXbJGIjjpnB3H2wNvqAf/Kq7njP+3KTVcF/NCH167bo/btUVvG4x+u Ea8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=1d2N7NFjwdKpFELpI+JA5tRdtkXBnbye/GeIfbKLo2E=; b=ith1X2gWmC0o3Nab/BuPGTUWH+01oz8xcd7PLpQCHsPlY2kMNtYIxQSpQoOJtTpwQE sfDc5EtAyfntqmMUbtJCwqcmos2+lfebRXwlw5xPchYwjytAOYuwdFbydJ2iykJerqX/ fM0WZLmL6OseaCqMODwNcUIwk4b6JEKSJK7ibUVFvpi+iBGsIcyivzMxo/+Mv/mX20jB aE5TrDYr8hggacsN0JN3b5YCsHMkxNAM2GeMvRGbU/dYF1TDJXTvMinXernNnTtPY8RJ e4wT6qo6gsq2xpHIR3lN3vJjOjHITZ32jeYDShJ+Zn4SzmCA6CQ6jsI0TEf2jiVlzHPM gjpQ== X-Gm-Message-State: AIkVDXIKiqkQfKSNyLlHE1GSetIA09d/MLz5YMdAROhVZWwRB5eCzc72NBmhK2NsQL5b3Q== X-Received: by 10.46.70.18 with SMTP id t18mr18913687lja.6.1483368670464; Mon, 02 Jan 2017 06:51:10 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id 70sm5487299lfw.11.2017.01.02.06.51.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 02 Jan 2017 06:51:10 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 2 Jan 2017 16:51:05 +0200 From: Timo Teras To: Alba Pompeo Cc: alpine-dev Subject: Re: [alpine-devel] Aarch64 bootloader Message-ID: <20170102165105.7379525d@vostro.util.wtbts.net> In-Reply-To: References: <20161222083910.7a9d07bc@vostro> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 2 Jan 2017 12:35:04 -0200 Alba Pompeo wrote: > Better formatting. http://sprunge.us/JINJ > > I think (E)LILO and GUMMIBOOT should be used where possible. Gummiboot [1] and ELILO [2] are abandoned and should not be used. > Platforms that don't support it could use SYSLINUX. > For platforms that don't support any of those, GRUB2. > And U-BOOT just as last resort. > > I always heard GRUB2 was an abomination and superhuge, but it's "just" > 150% the size of SYSLINUX. > People could say that because they looked at the source code and it's > really bad? > I'm just doing some counting...... Comparing just lines of code is not accurate. For example in case of u-boot it contains hardware level support for gazillion of CPUs and peripherals. Only fraction of that is compiled based on the configuration. I do not have strong opinion on GRUB2/SYSLINUX. I should probably look at the code form one... :) Cheers, Timo [1] https://en.wikipedia.org/wiki/Gummiboot_(software) [2] https://sourceforge.net/projects/elilo/ --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---