| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: Drop special case console code for sandbox | Simon Glass | 2017-07-11 | 1 | -13/+0 |
* | sandbox: Enable more console options | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | console: Use map_sysmem() for the pre-relocation console | Simon Glass | 2017-07-11 | 1 | -2/+9 |
* | Allow displaying the U-Boot banner on a video display | Simon Glass | 2017-07-11 | 2 | -4/+14 |
* | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | dm: scsi: Drop the ccb typedef | Simon Glass | 2017-07-11 | 1 | -22/+22 |
* | scsi: Move drivers into new drivers/scsi directory | Simon Glass | 2017-07-11 | 2 | -692/+0 |
* | sata: Move drivers into new drivers/ata directory | Simon Glass | 2017-07-11 | 2 | -118/+0 |
* | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 2 | -2/+2 |
* | scsi: Drop scsi_print_error() | Simon Glass | 2017-07-11 | 1 | -0/+5 |
* | scsi: Drop sym53c8xx driver | Simon Glass | 2017-07-11 | 1 | -8/+1 |
* | board_f: Add new function to allow runtime DTB selection | Cooper Jr., Franklin | 2017-07-10 | 2 | -0/+12 |
* | boot_fit: Create helper functions that can be used to select DTB out of FIT | Cooper Jr., Franklin | 2017-07-10 | 3 | -0/+88 |
* | spl: fit: Break out some functions into a common file | Cooper Jr., Franklin | 2017-07-10 | 3 | -53/+64 |
* | avr32: Retire AVR32 for good | Andy Shevchenko | 2017-07-06 | 1 | -10/+3 |
* | spl: Make UBI fastmap support Kconfig selectable | Ladislav Michl | 2017-07-06 | 1 | -1/+1 |
* | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 5 | -132/+0 |
* | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 2017-06-16 | 2 | -9/+2 |
* | board_f: fix calculation of reloc_off | Lothar Waßmann | 2017-06-12 | 1 | -2/+5 |
* | board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() | Simon Glass | 2017-06-12 | 1 | -5/+2 |
* | edid: Use sizeof() in cea_is_hdmi_vsdb_present() | Simon Glass | 2017-06-12 | 1 | -2/+2 |
* | powerpc, 5xx: remove support for 5xx | Heiko Schocher | 2017-06-12 | 1 | -2/+1 |
* | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 2 | -2/+2 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 4 | -33/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2017-06-10 | 1 | -1/+1 |
|\ |
|
| * | edid: Fix gcc 7.1 warning | Jernej Skrabec | 2017-06-09 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Tom Rini | 2017-06-10 | 1 | -1/+6 |
|\ \ |
|
| * | | dm: mmc: Ensure that block device is probed | Simon Glass | 2017-06-09 | 1 | -1/+6 |
| |/ |
|
* | | SPL: Add XIP booting support | Vikas Manocha | 2017-06-09 | 3 | -0/+38 |
* | | spl: armv7m: to keep ARM v7M in thumb mode before booting next image | Vikas Manocha | 2017-06-08 | 1 | -3/+3 |
|/ |
|
* | Merge git://git.denx.de/u-boot-usb | Tom Rini | 2017-06-05 | 1 | -0/+168 |
|\ |
|
| * | fastboot: Add support for flashing zImage | Sam Protsenko | 2017-06-03 | 1 | -0/+168 |
* | | malloc: Turn on DEBUG when enabling unit tests | Pantelis Antoniou | 2017-06-05 | 1 | -1/+1 |
* | | common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards | Tom Rini | 2017-06-05 | 1 | -72/+24 |
* | | bootstage: Record time taken to set up the live device tree | Simon Glass | 2017-06-05 | 1 | -2/+9 |
* | | bootstage: Support SPL | Simon Glass | 2017-06-05 | 4 | -2/+45 |
* | | bootstage: Adjust to use const * where possible | Simon Glass | 2017-06-05 | 1 | -6/+6 |
* | | bootstage: Tidy up error return values | Simon Glass | 2017-06-05 | 1 | -11/+11 |
* | | bootstage: Record the time taken to set up driver model | Simon Glass | 2017-06-05 | 2 | -0/+4 |
* | | bootstage: Init as early as possible | Simon Glass | 2017-06-05 | 2 | -3/+2 |
* | | bootstage: Support relocating boostage data | Simon Glass | 2017-06-05 | 2 | -0/+39 |
* | | bootstage: Use debug() for stashing messages | Simon Glass | 2017-06-05 | 1 | -2/+2 |
* | | bootstage: Show records with a zero time | Simon Glass | 2017-06-05 | 1 | -7/+4 |
* | | bootstage: Use rec_count as the array index | Simon Glass | 2017-06-05 | 2 | -49/+96 |
* | | bootstage: Fix up code style and comments | Simon Glass | 2017-06-05 | 1 | -2/+4 |
* | | bootstage: Convert to use malloc() | Simon Glass | 2017-06-05 | 2 | -33/+63 |
* | | bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int | Simon Glass | 2017-06-05 | 1 | -1/+1 |
* | | bootstage: Require timer_get_boot_us() to be defined | Simon Glass | 2017-06-05 | 1 | -18/+1 |
* | | arm: Remove include files from common.h | Simon Glass | 2017-06-05 | 1 | -0/+3 |
* | | api: Add a header for api_init() | Simon Glass | 2017-06-05 | 1 | -0/+1 |