Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop image.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | x86: Quieten TPL's jump_to_image_no_args() | Simon Glass | 2019-11-03 | 1 | -1/+1 |
* | x86: Don't print CPU info in TPL | Simon Glass | 2019-11-03 | 1 | -5/+0 |
* | x86: Move CPU init to before spl_init() | Simon Glass | 2019-11-03 | 1 | -0/+5 |
* | x86: tpl: Add a fake PCI bus | Simon Glass | 2019-11-03 | 1 | -0/+25 |
* | x86: Panic when SPL or TPL fail | Simon Glass | 2019-10-11 | 1 | -1/+1 |
* | x86: spl: Reduce priority of the basic SPL image loader | Simon Glass | 2019-10-08 | 1 | -2/+2 |
* | x86: spl: Use hang() instead of a while() loop | Simon Glass | 2019-10-08 | 1 | -2/+1 |
* | x86: Add a simple TPL implementation | Simon Glass | 2019-05-08 | 1 | -0/+118 |