You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Joseph 9dd5bdf298 eliminate "magic numbers", support 8mbyte single-image flash chips
Prior to this commit, ownerboot had quite a lot of "magic addresses"
and flash chip layouts.  This commit eliminates all of them.

All flash chip geometry is now computed from first principles and
two parameters:

  1. The flash chip size
  2. The number of images per chip (two means NORMAL/FALLBACK)

If (flash-chip-size / num-images) is too small, coreboot's build
process will notice this and fail.

It should be possible to build a single-image (i.e. no FALLBACK)
ownerboot for use on 8mbyte flash chips, which lets people try this
out without having to buy a new flash chip or (in the case of the
rk3399-gru-kevin laptop) doing any soldering.
1 year ago
..
coreboot eliminate "magic numbers", support 8mbyte single-image flash chips 1 year ago
coreboot-toolchain update coreboot-toolchain to deal with changes in nixpkgs 21.11 2 years ago
image eliminate "magic numbers", support 8mbyte single-image flash chips 1 year ago
initramfs initramfs: move most of it into upstream/six-initrd submodule 1 year ago
kernel src/kernel: use 5.10.148 on all platforms 2 years ago
lib src/lib/nixpkgs.nix: bump pinned nixpkgs 2 years ago
main coreboot: separate compilation from payload installation 1 year ago
platform eliminate "magic numbers", support 8mbyte single-image flash chips 1 year ago
util em100: add mips64n32 to badPlatforms 1 year ago
boot.sh init 2 years ago
default.nix eliminate "magic numbers", support 8mbyte single-image flash chips 1 year ago