pending u-boot changes committed (GTA02)

Werner Almesberger werner at openmoko.org
Tue Jan 29 16:45:45 CET 2008


I've now committed the pending changes I mentioned in the previous
mails. (Revision 3978.) They are:

- GTA02 partition layout change

- console buffer increase from 256 to 1024 characters

- USB vendor ID change on GTA02

- make "mtdparts" contain exactly what the kernel expects to find
  there

- use the default environment if booting from NOR

Upgrade instructions will be in the next mail.

- Werner

----------------------------------- Changes -----------------------------------

uboot-gta02.patch:
- board/neo1973/gta02/gta02.c (dynpart_size): increased kernel size from 2MB to
  8MB
- board/neo1973/gta02/gta02.c (dynpart_size): corrected NAND size in comment
  (was 64MB), and removed obsolete comment about an "initrd" partition
- board/neo1973/gta02/gta02.c (dynpart_size, dynpart_names): added new
  "factory" partition of 256kB between "splash" and "rootfs"
- board/neo1973/gta02/gta02.c (dynpart_size): recalculated the balance
- include/configs/neo1973_gta02.h (MTPARTS_DEFAULT): duplicated above partition
  layout changes
- include/configs/neo1973_gta02.h (MTPARTS_DEFAULT): commented it out since
  it's not used anyway
- include/configs/neo1973_gta02.h (CONFIG_EXTRA_ENV_SETTINGS): changed root
  from /dev/mtdblock4 to /dev/mtdblock5
- include/configs/neo1973_gta02.h (DFU_NUM_ALTERNATES): define as 7
- include/configs/neo1973_gta02.h (CFG_CBSIZE): raised console buffer from 256
  to 1024 characters, to have room for long boot parameter lines

uboot-dfu.patch:
- drivers/usb/usbdfu.c (dfu_cfg_descriptor): initialize table dynamically in
  dfu_init_instance
- include/usb_dfu.h (DFU_NUM_ALTERNATES): only define this if config.h doesn't
  provide a better value
- include/usb_dfu.h (DFU_STR_ALTn): replaced list of constants with DFU_STR_ALT
  macro
- include/usb_dfu.h (DFU_STR_COUNT): made variable, depending on
  DFU_NUM_ALTERNATES
- include/usb_dfu.h (DFU_NUM_STRINGS): deleted unused macro

gta02-nor.patch:
- include/configs/neo1973_gta02.h (CONFIG_EXTRA_ENV_SETTINGS): changed root
  from /dev/mtdblock5 to /dev/mtdblock6

neo1973-gsmver.patch: updated to match context for gta02-nor.patch
  (board/neo1973/gta02/Makefile)

uboot-neo1973_defaultconsole_usbtty.patch: updated to match context for
  partition changes (include/configs/neo1973_gta02.h)




More information about the openmoko-kernel mailing list