Commit Graph

2464 Commits (5ed6f447af60aabd2669d913f673793c1ce48f47)

Author SHA1 Message Date
Jeroen Hofstee f1d205a19c common/lcd.c: cleanup use of global variables 12 years ago
Wolfgang Denk 46d1d5dd43 common/lcd.c: cleanup use of global variables 12 years ago
Stephen Warren 6d3307195d lcd: calculate line_length after lcd_ctrl_init() 12 years ago
Simon Glass 1e7133e99e sf: Use unsigned type for buffers 12 years ago
Lukasz Majewski b528f71394 usb:gadget: USB Mass Storage Gadget support 12 years ago
Pantelis Antoniou df93cd9c6f dfu: Fix crash when wrong number of arguments given 12 years ago
Pantelis Antoniou ea3e21226f dfu: Only perform DFU board_usb_init() for TRATS 12 years ago
Simon Glass e424c15c1f x86: Enable generic board support 12 years ago
Simon Glass be274b99ab x86: Adjust board_r.c for x86 12 years ago
Simon Glass 48a3380675 x86: Adjust board_f.c for x86 12 years ago
Simon Glass c2240d4dbe Adjust board_r.c for ppc 12 years ago
Simon Glass e4fef6cfcc Adjust board_f.c for ppc 12 years ago
Simon Glass 632efa7440 Add CONFIG_SYS_SYM_OFFSETS to support offset symbols 12 years ago
Simon Glass 8cae8a68ed Add spl load feature 12 years ago
Simon Glass 6f6430d72b Introduce generic post-relocation board_r.c 12 years ago
Simon Glass 1938f4a5b6 Introduce generic pre-relocation board_f.c 12 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 12 years ago
Tom Rini 68149e9405 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set 12 years ago
Joe Hershberger d514544fe0 CONFIG_BOOTDELAY default should not affect runtime 12 years ago
Barak Wasserstrom fe492cee35 common/main: move set_working_fdt_addr to enable usage of $fdtaddr 12 years ago
Wolfgang Denk 7d85591dda env: fix "env ask" command 12 years ago
Tom Rini 01fac041cb cmd_fat.c: Note in fatread help about alignment requirements 12 years ago
Akshay Saraswat bc5478b275 TMU: Add TMU support in dtt command 12 years ago
Robert P. J. Day c8b5f556c0 cmd_df.c: Delete this clearly unused source file. 12 years ago
Robert P. J. Day a22bf16bea cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs 12 years ago
Joe Hershberger be2e5a09e6 Allow u-boot to be silent without forcing Linux to be 12 years ago
Stephen Warren 92668d68c1 cmd_part: don't print cmd name twice in help 12 years ago
Wolfgang Denk a2681707b2 Feature Removal: disable "mtest" command by default 12 years ago
Nikita Kiryanov c088048533 lcd: implement a callback for splashimage 12 years ago
Enric Balletbo i Serra 6000992e26 SPL: ONENAND: Support SPL to boot u-boot from OneNAND. 12 years ago
Nikita Kiryanov 581bb41980 lcd: add option for board specific splash screen preparation 12 years ago
Nikita Kiryanov d23d8d7e06 mmc: add support for write protection 12 years ago
Otavio Salvador af73034c6b led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set 12 years ago
Daniel Schwierzeck 59af76d9cc bootm: fix conditional compilation for bootm ramdisk subcommand 12 years ago
Joe Hershberger 18a3cce9fa env: Avoid clobbering an edited variable on ctrl-c 12 years ago
Simon Glass d304931f23 sandbox: Add 'sb' command to access filesystem features 12 years ago
Sonic Zhang a2979dcdbe blackfin: bf60x: Port blackfin core architecture code to boot on bf60x. 12 years ago
Stefano Babic 28786eb960 SPL: Change description for spl command 12 years ago
Simon Glass 218da0f35f hash: Use lower case for hash algorithm names 12 years ago
Simon Glass bd091b67d0 sandbox: Allow hash functions to work correctly 12 years ago
Simon Glass 5512d5b034 sandbox: Update mtest to fix crashes 12 years ago
Simon Glass 8e169cc943 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file 12 years ago
Simon Glass d20a40de9d Roll crc32 into hash infrastructure 12 years ago
Simon Glass d5b76673a5 hash: Add a flag to support saving hashes in the environment 12 years ago
Simon Glass 0ccff500cf image: Use crc header file instead of C prototypes 12 years ago
Simon Glass 41ef372c1a common: Use new numeric setenv functions 12 years ago
Simon Glass bfc5996643 Update set_working_fdt_addr() to use setenv_addr() 12 years ago
Simon Glass 8c86bbe00f Reduce casting in mtest 12 years ago
Simon Glass c44d4386e6 Bring mtest putc() into common code 12 years ago
Simon Glass 7ecbd4d708 Fix mtest indenting 12 years ago