1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-20 14:23:59 +01:00
Files
u-boot-megous/board
Bin Meng bda40d5634 x86: qemu: Add a config for 64-bit U-Boot
Add a new board config which uses 64-bit U-Boot. Supported features
are the same as the other 64-bit board (Google Chromebook Link).
It is a start for us to test 64-bit U-Boot easily without the need
to access a real hardware.

Note CONFIG_SPL_ENV_SUPPORT is required for QEMU 64-bit as without
this the SPL build fails at the end. This is just a workaround as
CONFIG_SPL_ENV_SUPPORT is not needed at all.

common/built-in.o:(.data.env_htab+0xc): undefined reference to 'env_flags_validate'
lib/built-in.o: In function `hsearch_r':
lib/hashtable.c:380: undefined reference to 'env_callback_init'
lib/hashtable.c:382: undefined reference to 'env_flags_init'
make[1]: *** [spl/u-boot-spl] Error 1

Except those SPL options required by 64-bit, compared to 32-bit
config, the following options are different:

- CONFIG_SYS_MALLOC_F_LEN has to be increased to 0x1000 for SPL.
- CONFIG_DEBUG_UART has to be included due to the weird issue.
  See TODO comments in arch/x86/cpu/x86_64/cpu.c:arch_setup_gd().
  Once this issue gets fixed, debug uart can be optional.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-02-07 13:34:10 +08:00
..
2016-10-12 08:20:17 -04:00
2016-05-02 18:37:09 -04:00
2017-01-21 15:12:33 -05:00
2016-02-06 12:00:59 +01:00
2016-10-28 18:37:13 +02:00
2016-02-06 12:00:59 +01:00
2016-06-24 17:24:40 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2015-11-12 17:38:08 +01:00
2016-06-17 09:51:01 -04:00
2016-02-06 12:00:59 +01:00
2015-09-07 13:41:04 +02:00
2016-02-06 12:00:59 +01:00
2017-01-21 15:12:33 -05:00
2016-09-27 23:30:27 +02:00
2016-02-20 21:40:02 +01:00
2017-01-21 15:12:33 -05:00
2017-01-25 17:38:45 -05:00
2016-02-06 12:00:59 +01:00
2017-01-21 15:12:33 -05:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2017-01-15 18:16:12 +01:00
2016-10-31 10:13:16 -04:00
2016-09-07 08:48:58 -04:00
2017-01-02 17:55:58 +01:00
2016-03-27 09:13:01 -04:00