All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] x86: bootstage: Fix bootstage operation on link
@ 2017-07-15 23:41 Simon Glass
  2017-07-15 23:41 ` [U-Boot] [PATCH 1/5] board_f: Drop the timer after relocation Simon Glass
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Simon Glass @ 2017-07-15 23:41 UTC (permalink / raw)
  To: u-boot

Recent bootstage changes have provoked problems with chromebook_link.
Bootstage uses the timer before driver model is ready, but link uses
driver model for the timer.

This series:
- Updates the TSC timer to make the bootstage work before DM is ready
- Provides a way to have a separate setting for record count in SPL to
    save memory
- Tidies up a few bootstage options that are no-longer needed

This fixes booting on link which is currently broken.


Simon Glass (5):
  board_f: Drop the timer after relocation
  dm: x86: Allow TSC timer to be used before DM is ready
  dm: x86: Update timer_get_boot_us to work before DM is ready
  bootstage: Drop unused options
  bootstage: Provide a separate record count setting for SPL

 arch/x86/include/asm/global_data.h |  1 +
 common/Kconfig                     | 16 +++++++---------
 common/board_f.c                   |  1 +
 common/bootstage.c                 |  6 +++---
 configs/sandbox_defconfig          |  1 -
 configs/sandbox_flattree_defconfig |  1 -
 configs/sandbox_noblk_defconfig    |  1 -
 configs/sandbox_spl_defconfig      |  1 -
 drivers/timer/tsc_timer.c          | 38 ++++++++++++++++++++++++++++----------
 include/bootstage.h                |  6 ------
 10 files changed, 40 insertions(+), 32 deletions(-)

-- 
2.13.2.932.g7449e964c-goog

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-08-02 18:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-15 23:41 [U-Boot] [PATCH 0/5] x86: bootstage: Fix bootstage operation on link Simon Glass
2017-07-15 23:41 ` [U-Boot] [PATCH 1/5] board_f: Drop the timer after relocation Simon Glass
2017-07-23  4:36   ` Bin Meng
2017-08-02 18:07     ` Simon Glass
2017-07-15 23:41 ` [U-Boot] [PATCH 2/5] dm: x86: Allow TSC timer to be used before DM is ready Simon Glass
2017-07-23  4:36   ` Bin Meng
2017-08-02 18:08     ` Simon Glass
2017-07-15 23:41 ` [U-Boot] [PATCH 3/5] dm: x86: Update timer_get_boot_us to work " Simon Glass
2017-07-15 23:41 ` [U-Boot] [PATCH 4/5] bootstage: Drop unused options Simon Glass
2017-07-23  4:36   ` Bin Meng
2017-07-15 23:41 ` [U-Boot] [PATCH 5/5] bootstage: Provide a separate record count setting for SPL Simon Glass
2017-07-23  4:36   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.